aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-07-06 10:08:25 -0400
committerIngo Molnar <mingo@kernel.org>2012-07-09 07:59:53 -0400
commit2a8ac745e3171889d364235b8203342e28526d2c (patch)
treed352cea43dd38a6252c39d184c2a92b9705c6554 /arch/x86/Kconfig
parent8c84bf4166a4698296342841a549bbee03860ac0 (diff)
x86: CONFIG_CC_STACKPROTECTOR=y is no longer experimental
This feature has been around for over 5 years now, and has no CONFIG_EXPERIMENTAL dependency anymore, so remove the '(EXPERIMENTAL)' tag from the help text as well. Signed-off-by: Jean Delvare <jdelvare@suse.de> Acked-by: Arjan van de Ven <arjan@linux.intel.com> Link: http://lkml.kernel.org/r/1341583705.4655.18.camel@amber.site Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index c70684f859e1..b03fe17042e4 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1525,7 +1525,7 @@ config SECCOMP
1525 If unsure, say Y. Only embedded should say N here. 1525 If unsure, say Y. Only embedded should say N here.
1526 1526
1527config CC_STACKPROTECTOR 1527config CC_STACKPROTECTOR
1528 bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)" 1528 bool "Enable -fstack-protector buffer overflow detection"
1529 ---help--- 1529 ---help---
1530 This option turns on the -fstack-protector GCC feature. This 1530 This option turns on the -fstack-protector GCC feature. This
1531 feature puts, at the beginning of functions, a canary value on 1531 feature puts, at the beginning of functions, a canary value on