]> git.baikalelectronics.ru Git - kernel.git/commit
x86/mce: Add errata workaround for Skylake SKX37
authorDave Jones <davej@codemonkey.org.uk>
Fri, 29 Oct 2021 20:57:59 +0000 (16:57 -0400)
committerDave Hansen <dave.hansen@linux.intel.com>
Fri, 12 Nov 2021 19:43:35 +0000 (11:43 -0800)
commit761613f46cf0938f1f8b6f129465b7cd4c36a8ce
tree22f745ee2d719110b4f8f2df7f37907520161993
parent6f8d395044aaad69abd1bb47ca2c32874b0db40f
x86/mce: Add errata workaround for Skylake SKX37

Errata SKX37 is word-for-word identical to the other errata listed in
this workaround.   I happened to notice this after investigating a CMCI
storm on a Skylake host.  While I can't confirm this was the root cause,
spurious corrected errors does sound like a likely suspect.

Fixes: 89a8ea852c58 ("x86/mce: Do not log spurious corrected mce errors")
Signed-off-by: Dave Jones <davej@codemonkey.org.uk>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Tony Luck <tony.luck@intel.com>
Cc: <stable@vger.kernel.org>
Link: https://lkml.kernel.org/r/20211029205759.GA7385@codemonkey.org.uk
arch/x86/kernel/cpu/mce/intel.c