[PATCH 0/2] mce severity quirk & cleanup

From: Tony Luck
Date: Tue Sep 29 2020 - 22:13:31 EST


Part 0001 is a cleaned up version of a suggested patch from Boris.
Changes:
Moved the new rule after the "standard" action optional rules
[The old location was OK, but this feels better]
Added comment explaining what the new rule does
Make formatting match existing style
Add some spaces after commas the appease checkpatch
Fix logic to match bank number range
Change cpu_stepping to cpu_minstepping
Change logic so rule applies to any stepping >= cpu_minstepping
Dropped CamelCase from string (s/"UnCorrected/Uncorrected/)
But those were all minor so I left Boris as Author. Which means
the checkpatch hates this because it doesn't have a Signed-off-by: Boris.

Part 0002 is just a cleanup I noticed while reading through the rules
to decide where to put the new one. This AMD rule has been hiding in
plain sight for years. Drop it.

Borislav Petkov (1):
x86/mce: Add Skylake quirk for patrol scrub reported errors

Tony Luck (1):
x86/mce: Drop AMD specific "DEFERRED" case from Intel severity rule
list

arch/x86/kernel/cpu/mce/severity.c | 32 ++++++++++++++++++++++++------
1 file changed, 26 insertions(+), 6 deletions(-)

--
2.21.1