]> git.karo-electronics.de Git - karo-tx-linux.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)
commitc743f38013aeff58ef6252601e397b5ba281c633
treeb364e1690aff8a0dd97a83d4cb17bcadcdb5bd19
parentcc92c28b2db5b406657ecc05235d4ca4e222ae34
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