From 5053df01408552c969e072e5ab9aabb4f56b6915 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 6 Nov 2017 09:57:52 -0600 Subject: Disable debugging options. --- kernel.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 70a066b9f..2fc6281f3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -125,7 +125,7 @@ Summary: The Linux kernel # Set debugbuildsenabled to 1 for production (build separate debug kernels) # and 0 for rawhide (all kernels are debug kernels). # See also 'make debug' and 'make release'. -%define debugbuildsenabled 0 +%define debugbuildsenabled 1 # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} @@ -611,9 +611,6 @@ Patch310: qcom-msm89xx-fixes.patch # https://patchwork.kernel.org/patch/9831825/ # https://patchwork.kernel.org/patch/9833721/ -# http://www.spinics.net/lists/dri-devel/msg132235.html -Patch320: bcm283x-vc4-Fix-OOPSes-from-trying-to-cache-a-partially-constructed-BO..patch - # Fix USB on the RPi https://patchwork.kernel.org/patch/9879371/ Patch321: bcm283x-dma-mapping-skip-USB-devices-when-configuring-DMA-during-probe.patch @@ -634,9 +631,6 @@ Patch335: arm-exynos-fix-usb3.patch # 500 - Temp fixes/CVEs etc -# CVE-2017-7477 rhbz 1445207 1445208 -Patch502: CVE-2017-7477.patch - # rhbz 1498016 1498017 #Patch503: KEYS-don-t-let-add_key-update-an-uninstantiated-key.patch @@ -2217,6 +2211,9 @@ fi # # %changelog +* Mon Nov 06 2017 Justin M. Forbes +- Disable debugging options. + * Fri Nov 03 2017 Justin M. Forbes - 4.14.0-0.rc7.git4.1 - Linux v4.14-rc7-129-g81ca2caefc6d -- cgit From 58bc23f6c8e85f303a75bc55d0f2b4ca05dc28a2 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 6 Nov 2017 10:01:19 -0600 Subject: Linux v4.14-rc8 --- kernel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 2fc6281f3..a017ac37f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -67,9 +67,9 @@ Summary: The Linux kernel # The next upstream release sublevel (base_sublevel+1) %define upstream_sublevel %(echo $((%{base_sublevel} + 1))) # The rc snapshot level -%global rcrev 7 +%global rcrev 8 # The git snapshot level -%define gitrev 4 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -2211,6 +2211,9 @@ fi # # %changelog +* Mon Nov 06 2017 Justin M. Forbes - 4.14.0-0.rc8.git0.1 +- Linux v4.14-rc8 + * Mon Nov 06 2017 Justin M. Forbes - Disable debugging options. -- cgit From 63069dcfc019147571cadfa6beb756a1d137e878 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 6 Nov 2017 13:04:16 -0800 Subject: Patches for ThinkPad X1 Carbon Gen5 Touchpad (rhbz 1509461) --- kernel.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index a017ac37f..2532fbeaa 100644 --- a/kernel.spec +++ b/kernel.spec @@ -657,6 +657,10 @@ Patch622: 0001-platform-x86-peaq-wmi-Add-DMI-check-before-binding-t.patch Patch623: 0001-PATCH-staging-rtl8822be-fix-wrong-dma-unmap-len.patch +# rhbz 1509461 +Patch624: v3-1-2-Input-synaptics-rmi4---RMI4-can-also-use-SMBUS-version-3.patch +Patch625: v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch + # END OF PATCH DEFINITIONS %endif @@ -2211,6 +2215,9 @@ fi # # %changelog +* Mon Nov 06 2017 Laura Abbott +- Patches for ThinkPad X1 Carbon Gen5 Touchpad (rhbz 1509461) + * Mon Nov 06 2017 Justin M. Forbes - 4.14.0-0.rc8.git0.1 - Linux v4.14-rc8 -- cgit From 92bd3b07e7670fed35cc1218e18be3395bc8ec57 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 6 Nov 2017 14:18:10 -0800 Subject: Fix for KVM regression on some machines (rhbz 1490803) --- kernel.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 2532fbeaa..a91e38918 100644 --- a/kernel.spec +++ b/kernel.spec @@ -661,6 +661,9 @@ Patch623: 0001-PATCH-staging-rtl8822be-fix-wrong-dma-unmap-len.patch Patch624: v3-1-2-Input-synaptics-rmi4---RMI4-can-also-use-SMBUS-version-3.patch Patch625: v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch +# rhbz 1490803 +Patch626: 1-2-kvm-vmx-Reinstate-support-for-CPUs-without-virtual-NMI.patch + # END OF PATCH DEFINITIONS %endif @@ -2217,6 +2220,7 @@ fi %changelog * Mon Nov 06 2017 Laura Abbott - Patches for ThinkPad X1 Carbon Gen5 Touchpad (rhbz 1509461) +- Fix for KVM regression on some machines (rhbz 1490803) * Mon Nov 06 2017 Justin M. Forbes - 4.14.0-0.rc8.git0.1 - Linux v4.14-rc8 -- cgit