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)
commite629fc1407a63dbb748f828f9814463ffc2a0af0
tree22f745ee2d719110b4f8f2df7f37907520161993
parent43d3b7f6a362c06a19f14ff432993780aaad7ffd
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: 2976908e4198 ("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