Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1391614
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] tip/ras/core: Second pile |
| Date | 2016-04-30 14:40 +0200 |
| Message-ID | <rtClI-7N0-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Borislav Petkov <bp@suse.de> Hi, this is the second pile of RAS stuff for 4.7. It is mostly AMD F17h enablement and some more work from Tony to divert flow from mcelog and into our new genpool facility. Please queue on tip/ras/core. Thanks. Aravind Gopalakrishnan (3): x86/mce: Log MCEs after a warm rest on AMD, fam 0x17 and later x86/mce: Grade uncorrected errors for SMCA-enabled systems x86/mce: Carve out writes to MCx_STATUS and MCx_CTL Tony Luck (1): x86/mce: Look in genpool instead of mcelog for pending error records Yazen Ghannam (3): x86/mce: Define vendor-specific MSR accessors x86/mce: Detect and use SMCA-specific msr_ops x86/mce: Detect local MCEs properly arch/x86/include/asm/mce.h | 15 +++ arch/x86/kernel/cpu/mcheck/mce-genpool.c | 46 +++++++++ arch/x86/kernel/cpu/mcheck/mce-internal.h | 15 +++ arch/x86/kernel/cpu/mcheck/mce-severity.c | 30 ++++++ arch/x86/kernel/cpu/mcheck/mce.c | 150 ++++++++++++++++++++++-------- arch/x86/kernel/cpu/mcheck/mce_amd.c | 10 +- 6 files changed, 220 insertions(+), 46 deletions(-) -- 2.7.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] tip/ras/core: Second pile Borislav Petkov <bp@alien8.de> - 2016-04-30 14:40 +0200
[PATCH 6/7] x86/mce: Look in genpool instead of mcelog for pending error records Borislav Petkov <bp@alien8.de> - 2016-04-30 14:40 +0200
[tip:ras/core] x86/mce: Look in genpool instead of mcelog for pending error records tip-bot for Tony Luck <tipbot@zytor.com> - 2016-05-03 10:00 +0200
[PATCH 2/7] x86/mce: Grade uncorrected errors for SMCA-enabled systems Borislav Petkov <bp@alien8.de> - 2016-04-30 14:40 +0200
[tip:ras/core] x86/mce: Grade uncorrected errors for SMCA-enabled systems tip-bot for Aravind Gopalakrishnan <tipbot@zytor.com> - 2016-05-03 09:50 +0200
[PATCH 1/7] x86/mce: Log MCEs after a warm rest on AMD, fam 0x17 and later Borislav Petkov <bp@alien8.de> - 2016-04-30 14:40 +0200
[tip:ras/core] x86/mce: Log MCEs after a warm rest on AMD, Fam17h and later tip-bot for Aravind Gopalakrishnan <tipbot@zytor.com> - 2016-05-03 09:50 +0200
[PATCH 3/7] x86/mce: Carve out writes to MCx_STATUS and MCx_CTL Borislav Petkov <bp@alien8.de> - 2016-04-30 14:40 +0200
[tip:ras/core] x86/mce: Carve out writes to MCx_STATUS and MCx_CTL tip-bot for Aravind Gopalakrishnan <tipbot@zytor.com> - 2016-05-03 09:50 +0200
csiph-web