diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2016-10-13 08:01:25 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-10-13 08:01:25 -0700 |
commit | 1aead3e9bd295a9ec43ef9025532d65ff95e885b (patch) | |
tree | e3a50b91c06c98f97a8a2d416baa7be91f7de469 | |
parent | 523d987dc764b6ab70c3cded2f1de090d2cbf311 (diff) | |
download | kernel-1aead3e9bd295a9ec43ef9025532d65ff95e885b.tar.gz kernel-1aead3e9bd295a9ec43ef9025532d65ff95e885b.tar.xz kernel-1aead3e9bd295a9ec43ef9025532d65ff95e885b.zip |
Linux v4.8-14230-gb67be92
-rw-r--r-- | config-arm-generic | 1 | ||||
-rw-r--r-- | config-arm64 | 1 | ||||
-rw-r--r-- | config-armv7 | 1 | ||||
-rw-r--r-- | config-x86-generic | 2 | ||||
-rw-r--r-- | gitrev | 2 | ||||
-rw-r--r-- | kernel.spec | 5 | ||||
-rw-r--r-- | sources | 2 |
7 files changed, 11 insertions, 3 deletions
diff --git a/config-arm-generic b/config-arm-generic index edef2881e..3daa40baa 100644 --- a/config-arm-generic +++ b/config-arm-generic @@ -317,6 +317,7 @@ CONFIG_DEVFREQ_THERMAL=y CONFIG_SPMI=m CONFIG_MFD_SPMI_PMIC=m CONFIG_REGMAP_SPMI=m +# CONFIG_QORIQ_THERMAL is not set # Device tree CONFIG_DTC=y diff --git a/config-arm64 b/config-arm64 index 38b16dbab..24f217834 100644 --- a/config-arm64 +++ b/config-arm64 @@ -274,6 +274,7 @@ CONFIG_QCOM_COINCELL=m # CONFIG_QCOM_Q6V5_PIL is not set # CONFIG_QCOM_WCNSS_PIL is not set # CONFIG_QCOM_EBI2 is not set +# CONFIG_QCOM_TSENS is not set # mvebu # CONFIG_MV_XOR_V2 is not set diff --git a/config-armv7 b/config-armv7 index dcd611b71..31439c029 100644 --- a/config-armv7 +++ b/config-armv7 @@ -353,6 +353,7 @@ CONFIG_MTD_NAND_QCOM=m # CONFIG_QCOM_Q6V5_PIL is not set # CONFIG_MSM_IOMMU is not set # CONFIG_QCOM_WCNSS_PIL is not set +# CONFIG_QCOM_TSENS is not set # i.MX # CONFIG_MXC_DEBUG_BOARD is not set diff --git a/config-x86-generic b/config-x86-generic index 6d476f2a6..2c377bf84 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -154,6 +154,8 @@ CONFIG_PCI_MMCONFIG=y CONFIG_PCI_BIOS=y CONFIG_VMD=m +CONFIG_INTEL_BXT_PMIC_THERMAL=m + CONFIG_HOTPLUG_PCI_COMPAQ=m # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set CONFIG_HOTPLUG_PCI_IBM=m @@ -1 +1 @@ -1573d2caf713874cfe0d1336c823d0fb548d8bed +b67be92feb486f800d80d72c67fd87b47b79b18e diff --git a/kernel.spec b/kernel.spec index 80fb3437e..41bf22b89 100644 --- a/kernel.spec +++ b/kernel.spec @@ -69,7 +69,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 7 +%define gitrev 8 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -2142,6 +2142,9 @@ fi # # %changelog +* Thu Oct 13 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc0.git8.1 +- Linux v4.8-14230-gb67be92 + * Wed Oct 12 2016 Laura Abbott <labbott@redhat.com> - Add script to remove binary diffs @@ -1,3 +1,3 @@ c1af0afbd3df35c1ccdc7a5118cd2d07 linux-4.8.tar.xz 0dad03f586e835d538d3e0d2cbdb9a28 perf-man-4.8.tar.gz -7fb93297f4f69e1f2b563bec1f0951f0 patch-4.8-git7.xz +e18384b995c3bf7decc7fa2a57315c8f patch-4.8-git8.xz |