d5c4fe Update to 4.8-rc1.

Authored and Committed by Jeff Mahoney 7 years ago
26 files changed. 1147 lines added. 1493 lines removed.
config.conf
file modified
+7 -7
config/i386/debug
file modified
+121 -53
config/i386/default
file modified
+127 -52
config/i386/pae
file modified
+121 -53
config/ppc64/debug
file modified
+109 -51
config/ppc64/default
file modified
+109 -51
config/ppc64le/debug
file modified
+109 -49
config/ppc64le/default
file modified
+109 -49
config/s390x/default
file modified
+58 -30
config/x86_64/debug
file modified
+123 -53
config/x86_64/default
file modified
+123 -53
patches.apparmor/apparmor-allow-sys_cap_resource-to-be-sufficient-to-prlimit-another-task
file removed
-45
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch
file modified
+2 -2
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch
file modified
+1 -1
patches.drivers/ASoC-intel-Fix-sst-dsp-dependency-on-dw-stuff
file removed
-314
patches.fixes/apparmor-fix-arg_size-computation-for-when-setprocat
file removed
-27
patches.fixes/block-copy-bi_vcnt-in-_bio_clone_fast
file modified
+4 -3
patches.fixes/netfilter-x_tables-speed-up-jump-target-validation.patch
file removed
-482
patches.fixes/vfs-ioctl-prevent-double-fetch-in-dedupe-ioctl
file removed
-30
patches.rpmify/i915-fix-build-error-with-werror
file removed
-27
patches.rpmify/lustre-lloop-dont-change-logical-size
file removed
-33
patches.suse/dm-mpath-no-partitions-feature
file modified
+4 -2
patches.suse/pstore-backend-autoaction
file modified
+7 -5
patches.suse/supported-flag
file modified
+1 -1
rpm/config.sh
file modified
+1 -1
series.conf
file modified
+11 -19
    Update to 4.8-rc1.
    
    - Eliminated 7 patches.
    - ARM configs need updating.
    - Several patches need to be merged by their owners.
    - Config changes:
      - Global:
        - GCC_PLUGINS=y (menu option)
        - GCC_PLUGIN_CYC_COMPLEXITY=n
      - TPM:
        - TCG_TIS_SPI
        - TCG_VTPM_PROXY
        - TCG_TIS_ST33ZP24_I2C
        - TCG_TIS_ST33ZP24_SPI
      - Sensors:
        - SENSORS_FTSTEUTATES
        - SENSORS_SHT3x
        - SENSORS_INA3221
        - BMA220=n
        - MMA7660=n
        - MAX5487=n
      - Graphics:
        - DRM_I915_GVT=y
      - ACPI:
        - DPTF_POWER
        - ACPI_CONFIGFS
      - CPUFreq:
        - CPU_FREQ_STAT=n (overhead)
      - PCI:
        - PCIE_DPC=y (should be m but it's a bool)
      - RapidIO:
        - RAPIDIO_CHMAN
        - RAPIDIO_RXS_GEN3
      - IP:
        - TCP_CONG_NV
      - Netfilter:
        - NET_CLS_MATCHALL
      - Virtualization:
        - VIRTIO_VSOCKETS
        - VHOST_VSOCK
      - Networking hardware:
        - INTEL_XWAY_PHY
        - B53=n
      - NVME:
        - NVME_RDMA
        - NVME_TARGET
        - NVME_TARGET_LOOP
        - NVME_TARGET_RDMA
      - Infiniband:
        - RDMA_RXE
      - RTC:
        - RTC_DRV_MAX6916=n
      - Storage:
        - SCSI_UFS_DWC_TC_PCI=n (test hardware)
        - SCSI_UFS_DWC_TC_PLATFORM=n
      - Input:
        - TABLET_USB_PEGASUS
        - INPUT_ATMEL_CAPTOUCH
      - HID:
        - HID_LED
        - HID_ALPS
      - LEDs:
        - LEDS_LP3952
        - LEDS_TRIGGER_DISK
      - Touchscreen I2C/SPI:
        - TOUCHSCREEN_RM_TS
        - TOUCHSCREEN_SILEAD
        - TOUCHSCREEN_SIS_I2C
        - TOUCHSCREEN_SURFACE3_SPI
      - File Systems:
        - EXT4_ENCRYPTION=y
        - PSTORE_LZO_COMPRESS=y
        - NFSD_FLEXFILELAYOUT=y
        - SECURITY_APPARMOR_HASH_DEFAULT=y
      - Crypto:
        - CRYPTO_DH
        - CRYPTO_ECDH
        - CRYPTO_SHA3
      - Video:
        - DRM_I2C_ADV7533
      - Staging:
        - MEDIA_CEC=y (will be part of another module when out of staging)
        - KS7010
      - Audio:
        - SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
        - SND_SOC_BT_SCO
      - Misc:
        - IIO_SW_DEVICE
        - IIO_TIGHTLOOP_TRIGGER=n
        - MTD_NAND_MTK
      - x86:
        - INTEL_VBTN
        - PWM_CROS_EC
      - x86_64:
        - CRYPTO_SHA256_MB
        - CRYPTO_SHA512_MB
      - powerpc:
        - GEN_RTC=n
        - HOTPLUG_PCI_POWERNV
        - CXL_BIMODAL=y
        - SCSI_IBMVSCSIS
        - ADB_PMU_LED_DISK=y
        - POWERNV_OP_PANEL
        - JUMP_LABEL_FEATURE_CHECKS=y
          - JUMP_LABEL_FEATURE_CHECK_DEBUG=n
        - CRYPT_CRC32C_VPMSUM
        - BPF_JIT=y
      - s390:
        - KCOV=n
        - CRYPTO_CRC32_S390=y
      - ARM (disabled):
        - MDIO_HISI_FEMAC
        - DRM_SII902X
        - DRM_TOSHIBA_TC358767
        - SND_SUN4I_I2S
        - SND_SOC_ADAU7002
        - SND_SOC_CS35L33
        - SND_SOC_CS53L30
        - SND_SOC_MAX98504
        - SND_SOC_MAX9860
        - SND_SOC_WM8985
        - SUNXI_CCU
        - TI_SYSCON_RESET
        - NET_NCSI (only used by Faraday, which is ARM hardware)
    
        
file modified
+7 -7
file modified
+121 -53
file modified
+127 -52
file modified
+121 -53
file modified
+109 -51
file modified
+109 -51
file modified
+109 -49
file modified
+109 -49
file modified
+58 -30
file modified
+123 -53
file modified
+123 -53
file modified
+1 -1
file modified
+1 -1
file modified
+11 -19