From: Borislav Petkov <b...@suse.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