aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/stackprotector.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: initial stack protector (-fstack-protector) supportNicolas Pitre2010-06-141-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>