]> git.baikalelectronics.ru Git - kernel.git/commit
x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks
authorLuck, Tony <tony.luck@intel.com>
Tue, 6 Jan 2015 00:44:42 +0000 (16:44 -0800)
committerAndy Lutomirski <luto@amacapital.net>
Wed, 7 Jan 2015 15:47:42 +0000 (07:47 -0800)
commit47473a28fe638cacfad2952d8f53d5a8b86b374d
treee923316c76c2af0d2858f63dc275c1aa516ab020
parentcc93a35469990dd79a9dd8015422f1588aba9442
x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks

We now switch to the kernel stack when a machine check interrupts
during user mode.  This means that we can perform recovery actions
in the tail of do_machine_check()

Acked-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
arch/x86/include/asm/mce.h
arch/x86/include/asm/thread_info.h
arch/x86/kernel/cpu/mcheck/mce.c
arch/x86/kernel/signal.c