aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/stackprotector.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-06-14ARM: initial stack protector (-fstack-protector) supportNicolas Pitre1-0/+38
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>