Messages in this thread |  | | Date | Mon, 2 Apr 2018 10:26:54 +0200 | From | Ingo Molnar <> | Subject | [GIT PULL] RAS changes for v4.17 |
| |
Linus,
Please pull the latest ras-core-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus
# HEAD: e2efacb6a54ab54626da3507be1008d0040492cc Revert "x86/mce/AMD: Collect error info even if valid bits are not set"
The main changes in this cycle were:
- AMD MCE support/decoding improvements (Yazen Ghannam) - general MCE header cleanups and reorganization (Borislav Petkov)
Thanks,
Ingo
------------------> Borislav Petkov (5): x86/mce: Put private structures and definitions into the internal header x86/mce: Convert 'struct mca_config' bools to a bitfield x86/mce: Issue the 'mcelog --ascii' message only on !AMD x86/mce/AMD: Collect error info even if valid bits are not set x86/MCE: Cleanup and complete struct mce fields definitions
Yazen Ghannam (5): 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 Revert "x86/mce/AMD: Collect error info even if valid bits are not set"
arch/x86/include/asm/mce.h | 53 +-------------------- arch/x86/include/uapi/asm/mce.h | 52 +++++++++++---------- arch/x86/kernel/cpu/mcheck/mce-internal.h | 59 ++++++++++++++++++++++- arch/x86/kernel/cpu/mcheck/mce.c | 20 ++++---- arch/x86/kernel/cpu/mcheck/mce_amd.c | 78 ++++++++++++++++++++----------- drivers/edac/mce_amd.c | 11 +++-- 6 files changed, 156 insertions(+), 117 deletions(-)
|  |