commit | 517a92c4e19fcea815332d3155e9fb7723251274 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Feb 14 09:02:13 2008 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon May 26 16:15:31 2008 +0200 |
tree | 75e57ff7749b37c3f78c23175b87e5908a0a3bc0 | |
parent | 7e09b2a02dae4616a5a26000169964b32f86cd35 [diff] |
panic: print more informative messages on stackprotect failure pointed out by pageexec@freemail.hu: we just simply panic() when there's a stackprotector attack - giving the attacked person no information about what kernel code the attack went against. print out the attacked function. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>