aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2015-08-11 16:46:29 -0400
committerRichard Yao <ryao@gentoo.org>2015-08-11 16:46:29 -0400
commit9a35d09be877f957c46fa374be9d2d3f0b3390ba (patch)
treece91cc1c12f8fe1c08cd556025bae207529a4293 /defaults/kernel-generic-config
parentMore kernel configuration customization (diff)
downloadgenkernel-9a35d09be877f957c46fa374be9d2d3f0b3390ba.tar.gz
genkernel-9a35d09be877f957c46fa374be9d2d3f0b3390ba.tar.bz2
genkernel-9a35d09be877f957c46fa374be9d2d3f0b3390ba.zip
Disable stack protection by default
I had intended for this feature to catch bugs in the kernel that involved stack corruption so that there would be a chance of debugging them, but Rick Farina is strongly against turning this on unless it is the strong version, which we cannot turn on until GCC 4.9+ becomes widespread. I am turning this off because the controversy is simply not worth it, but this is a bad decision. Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'defaults/kernel-generic-config')
-rw-r--r--defaults/kernel-generic-config1
1 files changed, 0 insertions, 1 deletions
diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config
index 3738e472..1092aa3b 100644
--- a/defaults/kernel-generic-config
+++ b/defaults/kernel-generic-config
@@ -4075,7 +4075,6 @@ CONFIG_RING_BUFFER_BENCHMARK=m
# CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set
CONFIG_SECCOMP=y
-CONFIG_CC_STACKPROTECTOR_REGULAR=y
CONFIG_HZ_1000=y
CONFIG_NO_HZ=y
CONFIG_NO_HZ_IDLE=y