]> git.baikalelectronics.ru Git - kernel.git/commit
x86/mce: Fix mce regression from recent cleanup
authorTony Luck <tony.luck@intel.com>
Wed, 24 Jul 2013 17:09:43 +0000 (10:09 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 29 Jul 2013 18:23:27 +0000 (11:23 -0700)
commite1d04b0197a44d6d8e7f97465bbee0d156a10c48
treea92404762bded6bcbadb8c3beb5a2f43362e076e
parent2bcad370b8c21e7566dac65f2b7fcab97665a63a
x86/mce: Fix mce regression from recent cleanup

In commit ae01a88c0742ce1abac51f4797b8bfe6238f5a4f
   x86/mce: Update MCE severity condition check

We simplified the rules to recognise each classification of recoverable
machine check combining the instruction and data fetch rules into a
single entry based on clarifications in the June 2013 SDM that all
recoverable events would be reported on the unaffected processor with
MCG_STATUS.EIPV=0 and MCG_STATUS.RIPV=1.  Unfortunately the simplified
rule has a couple of bugs.  Fix them here.

Acked-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/x86/kernel/cpu/mcheck/mce-severity.c