Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a8ac745 authored by Jean Delvare's avatar Jean Delvare Committed by Ingo Molnar
Browse files

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: default avatarJean Delvare <jdelvare@suse.de>
Acked-by: default avatarArjan van de Ven <arjan@linux.intel.com>
Link: http://lkml.kernel.org/r/1341583705.4655.18.camel@amber.site


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 8c84bf41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1525,7 +1525,7 @@ config SECCOMP
	  If unsure, say Y. Only embedded should say N here.

config CC_STACKPROTECTOR
	bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
	bool "Enable -fstack-protector buffer overflow detection"
	---help---
	  This option turns on the -fstack-protector GCC feature. This
	  feature puts, at the beginning of functions, a canary value on