All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CONFIG_CC_STACKPROTECTOR is no longer experimental
@ 2012-07-06 14:08 Jean Delvare
  2012-07-06 17:23 ` Randy Dunlap
  2012-07-09 12:08 ` [tip:x86/urgent] x86: CONFIG_CC_STACKPROTECTOR= y " tip-bot for Jean Delvare
  0 siblings, 2 replies; 9+ messages in thread
From: Jean Delvare @ 2012-07-06 14:08 UTC (permalink / raw)
  To: LKML; +Cc: Ingo Molnar, Arjan van de Ven, Andi Kleen

This feature has been around for over 5 years now, so I presume it is
no longer considered experimental.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
---
Or is there any reason to still consider this an experimental feature?

 arch/x86/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.5-rc5.orig/arch/x86/Kconfig	2012-06-05 16:22:58.000000000 +0200
+++ linux-3.5-rc5/arch/x86/Kconfig	2012-07-06 15:32:55.660276577 +0200
@@ -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

-- 
Jean Delvare
Suse L3


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-07-09 13:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-06 14:08 [PATCH] CONFIG_CC_STACKPROTECTOR is no longer experimental Jean Delvare
2012-07-06 17:23 ` Randy Dunlap
2012-07-06 17:57   ` Jean Delvare
2012-07-06 17:58     ` Arjan van de Ven
2012-07-06 20:19       ` Paul Bolle
2012-07-09  7:56         ` Jean Delvare
2012-07-09 11:50           ` Jean Delvare
2012-07-09 13:11           ` Arjan van de Ven
2012-07-09 12:08 ` [tip:x86/urgent] x86: CONFIG_CC_STACKPROTECTOR= y " tip-bot for Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.