summaryrefslogtreecommitdiffstats
path: root/config-x86-generic
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2016-02-12 11:55:25 -0800
committerLaura Abbott <labbott@fedoraproject.org>2016-02-12 11:59:29 -0800
commit568b33d005418cf0437540f76752179f5e952adf (patch)
tree1bb432c83442f44376d3b2d41a2b2c76603e680c /config-x86-generic
parentd8be0409b776e8611b198e786e652fbe1c490a7b (diff)
downloadkernel-568b33d005418cf0437540f76752179f5e952adf.tar.gz
kernel-568b33d005418cf0437540f76752179f5e952adf.tar.xz
kernel-568b33d005418cf0437540f76752179f5e952adf.zip
Turn off W+X warnings (rhbz 1306885)
The W+X warning is useful for finding potentially insecure mappings. Fixes for some of the warning have stalled leading to lots of reports of warnings though. There isn't much use for this in stable releases since any fix will be trickling in through rawhide anyway. Turn it off for stable releases and leave it on for rawhide.
Diffstat (limited to 'config-x86-generic')
-rw-r--r--config-x86-generic3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-x86-generic b/config-x86-generic
index a436377af..646378bb7 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -72,7 +72,8 @@ CONFIG_MMIOTRACE=y
# CONFIG_MMIOTRACE_TEST is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_DEBUG_RODATA=y
-CONFIG_DEBUG_WX=y
+# Generating too many warnings while waiting for fixes
+# CONFIG_DEBUG_WX is not set
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_ACPI=y