aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/stackprotector.h
AgeCommit message (Collapse)AuthorFilesLines
2014-07-09arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott1-0/+38
arm64 currently lacks support for -fstack-protector. Add similar functionality to arm to detect stack corruption. Acked-by: Will Deacon <[email protected]> Acked-by: Kees Cook <[email protected]> Signed-off-by: Laura Abbott <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>