aboutsummaryrefslogtreecommitdiff
path: root/include/linux/stackprotector.h
AgeCommit message (Collapse)Author
2008-05-26x86: fix the stackprotector canary of the boot CPUIngo Molnar
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-05-26stackprotector: add boot_init_stack_canary()Ingo Molnar
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>
2008-05-26stackprotector: include filesIngo Molnar
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>