]> 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)
commit82357efa0a79fc57c89751014317fd1cab830b21
tree22f745ee2d719110b4f8f2df7f37907520161993
parentd139dbf77e6c34ca3d80c2bf8125dd83d4433f16
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: 002cb007d355 ("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