[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-2a8ac745e3171889d364235b8203342e28526d2c@git.kernel.org>
Date: Mon, 9 Jul 2012 05:08:05 -0700
From: tip-bot for Jean Delvare <jdelvare@...e.de>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
arjan@...ux.intel.com, jdelvare@...e.de, tglx@...utronix.de
Subject: [tip:x86/urgent] x86: CONFIG_CC_STACKPROTECTOR=
y is no longer experimental
Commit-ID: 2a8ac745e3171889d364235b8203342e28526d2c
Gitweb: http://git.kernel.org/tip/2a8ac745e3171889d364235b8203342e28526d2c
Author: Jean Delvare <jdelvare@...e.de>
AuthorDate: Fri, 6 Jul 2012 16:08:25 +0200
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Mon, 9 Jul 2012 13:59:53 +0200
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@...e.de>
Acked-by: Arjan van de Ven <arjan@...ux.intel.com>
Link: http://lkml.kernel.org/r/1341583705.4655.18.camel@amber.site
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index c70684f..b03fe17 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists