From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753438Ab2GIMIV (ORCPT ); Mon, 9 Jul 2012 08:08:21 -0400 Received: from terminus.zytor.com ([198.137.202.10]:53401 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753341Ab2GIMIU (ORCPT ); Mon, 9 Jul 2012 08:08:20 -0400 Date: Mon, 9 Jul 2012 05:08:05 -0700 From: tip-bot for Jean Delvare Message-ID: Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, arjan@linux.intel.com, jdelvare@suse.de, tglx@linutronix.de Reply-To: mingo@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, arjan@linux.intel.com, tglx@linutronix.de, jdelvare@suse.de In-Reply-To: <1341583705.4655.18.camel@amber.site> References: <1341583705.4655.18.camel@amber.site> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/urgent] x86: CONFIG_CC_STACKPROTECTOR= y is no longer experimental Git-Commit-ID: 2a8ac745e3171889d364235b8203342e28526d2c X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (terminus.zytor.com [127.0.0.1]); Mon, 09 Jul 2012 05:08:10 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 2a8ac745e3171889d364235b8203342e28526d2c Gitweb: http://git.kernel.org/tip/2a8ac745e3171889d364235b8203342e28526d2c Author: Jean Delvare AuthorDate: Fri, 6 Jul 2012 16:08:25 +0200 Committer: Ingo Molnar 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 Acked-by: Arjan van de Ven Link: http://lkml.kernel.org/r/1341583705.4655.18.camel@amber.site Signed-off-by: Ingo Molnar --- 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