diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2017-11-06 09:57:52 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2017-11-06 09:57:52 -0600 |
commit | 5053df01408552c969e072e5ab9aabb4f56b6915 (patch) | |
tree | 88037fdd71e3ac68390edc6a7eebde42a3c1174e /kernel.spec | |
parent | 52986814f78918cb172010ddffcc943f1c73ad37 (diff) | |
download | kernel-5053df01408552c969e072e5ab9aabb4f56b6915.tar.gz kernel-5053df01408552c969e072e5ab9aabb4f56b6915.tar.xz kernel-5053df01408552c969e072e5ab9aabb4f56b6915.zip |
Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 4 insertions, 7 deletions
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 <jforbes@fedoraproject.org> +- Disable debugging options. + * Fri Nov 03 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.14.0-0.rc7.git4.1 - Linux v4.14-rc7-129-g81ca2caefc6d |