]> git.karo-electronics.de Git - karo-tx-linux.git/commit
stack protector: create HAVE_CC_STACKPROTECTOR for centralized use
authorKees Cook <keescook@chromium.org>
Fri, 3 Jan 2014 03:10:10 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Jan 2014 03:10:10 +0000 (14:10 +1100)
commitee69d394119d6889328608db62032dbc1ce4de15
tree6c09cf92273143b3e935652919e159ac95d7d6e5
parentefcad946b091d630eb7998649b22e7f301d1e820
stack protector: create HAVE_CC_STACKPROTECTOR for centralized use

Instead of duplicating the CC_STACKPROTECTOR Kconfig and Makefile logic in
each architecture, switch to using HAVE_CC_STACKPROTECTOR and keep
everything in one place.  This retains the x86-specific bug verification
scripts.

Signed-off-by: Kees Cook <keescook@chromium.org>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Makefile
arch/Kconfig
arch/arm/Kconfig
arch/arm/Makefile
arch/mips/Kconfig
arch/mips/Makefile
arch/sh/Kconfig
arch/sh/Makefile
arch/x86/Kconfig
arch/x86/Makefile