From: Andi Kleen Date: Thu, 12 Feb 2009 12:39:33 +0000 (+0100) Subject: x86, mce: use force_sig_info to kill process in machine check X-Git-Tag: v2.6.29-rc6~36^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380851bc6b1b4107c61dfa2997f9095dcf779336;p=pandora-kernel.git x86, mce: use force_sig_info to kill process in machine check Impact: bug fix (with tolerant == 3) do_exit cannot be called directly from the exception handler because it can sleep and the exception handler runs on the exception stack. Use force_sig() instead. Based on a earlier patch by Ying Huang who debugged the problem. Signed-off-by: Andi Kleen Acked-by: Thomas Gleixner Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed