commit | 54371a43a66f4477889769b4fa00df936855dc8f | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Fri Feb 15 15:33:12 2008 -0800 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon May 26 16:15:32 2008 +0200 |
tree | 71ac55110032a742f3a166bb11957936339ca3e7 | |
parent | 113c5413cf9051cc50b88befdc42e3402bb92115 [diff] |
x86: add CONFIG_CC_STACKPROTECTOR self-test This patch adds a simple self-test capability to the stackprotector feature. The test deliberately overflows a stack buffer and then checks if the canary trap function gets called. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>