ARM: initial stack protector (-fstack-protector) support
authorNicolas Pitre <nico@fluxnic.net>
Tue, 25 May 2010 03:55:42 +0000 (23:55 -0400)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:49:13 +0000 (06:49 -0700)
This is the very basic stuff without the changing canary upon
task switch yet.  Just the Kconfig option and a constant canary
value initialized at boot time.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
(cherry picked from commit c743f38013aeff58ef6252601e397b5ba281c633)

Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>

arch/arm/Kconfig

index 8940bb3..4676476 100644 (file)
@@ -1941,3 +1941,4 @@ source "security/Kconfig"
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
+