]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: initial stack protector (-fstack-protector) support
authorNicolas Pitre <nico@fluxnic.net>
Tue, 25 May 2010 03:55:42 +0000 (23:55 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Tue, 15 Jun 2010 01:31:00 +0000 (21:31 -0400)
commit8445034952c91132053d9e7db609f8ab4c2c7e09
treeb364e1690aff8a0dd97a83d4cb17bcadcdb5bd19
parentae3a2483e8646c662fda2754c12016ccc3ef54b8
ARM: initial stack protector (-fstack-protector) support

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>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/include/asm/stackprotector.h [new file with mode: 0644]
arch/arm/kernel/process.c