lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 29 Sep 2020 19:13:11 -0700
From:   Tony Luck <tony.luck@...el.com>
To:     Borislav Petkov <bp@...en8.de>
Cc:     Tony Luck <tony.luck@...el.com>,
        Youquan Song <youquan.song@...el.com>,
        linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] mce severity quirk & cleanup

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ