[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180221101900.10326-1-bp@alien8.de>
Date: Wed, 21 Feb 2018 11:18:52 +0100
From: Borislav Petkov <bp@...en8.de>
To: X86 ML <x86@...nel.org>
Cc: Tony Luck <tony.luck@...el.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/8] x86/RAS: Some accumulated stuff
From: Borislav Petkov <bp@...e.de>
Hi,
first 3 are cleanups, 4th makes MCA code collect error info without
looking at the Valid bits because there might be cases where they're not
set.
The last 4 fix the IPI-with-IRQs-off issue which was reported recently.
Thx.
Borislav Petkov (4):
x86/MCE: Put private structures and definitions into the internal
header
x86/MCE: Convert mca_config bools to a bitfield
x86/mce: Issue the mcelog --ascii message on !AMD
x86/MCE/AMD: Collect error info even if valid bits are not set
Yazen Ghannam (4):
x86/MCE/AMD: Pass the bank number to smca_get_bank_type()
x86/MCE/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
x86/MCE/AMD: Get address from already initialized block
x86/MCE/AMD: Carve out SMCA get_block_address() code
arch/x86/include/asm/mce.h | 53 +--------------------
arch/x86/kernel/cpu/mcheck/mce-internal.h | 55 ++++++++++++++++++++++
arch/x86/kernel/cpu/mcheck/mce.c | 34 ++++++++++----
arch/x86/kernel/cpu/mcheck/mce_amd.c | 78 ++++++++++++++++++++-----------
drivers/edac/mce_amd.c | 11 +++--
5 files changed, 140 insertions(+), 91 deletions(-)
--
2.13.0
Powered by blists - more mailing lists