summaryrefslogtreecommitdiffstats
path: root/include/linux/stackprotector.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: fix the stackprotector canary of the boot CPUIngo Molnar2008-05-261-0/+4
| | | | | | Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* stackprotector: add boot_init_stack_canary()Ingo Molnar2008-05-261-0/+4
| | | | | | | | | add the boot_init_stack_canary() and make the secondary idle threads use it. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* stackprotector: include filesIngo Molnar2008-05-261-0/+8
create <linux/stackprotector.h> for core kernel files to include. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>