#ifndef _LINUX_STACKPROTECTOR_H #define _LINUX_STACKPROTECTOR_H 1 #include #include #include #ifdef CONFIG_CC_STACKPROTECTOR # include #else static inline void boot_init_stack_canary(void) { } #endif #endif e='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2022-04-08ARM: rework endianess selectionArnd Bergmann