Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1346203
| From | Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/5] Updates to EDAC and AMD MCE driver |
| Date | 2016-02-29 23:20 +0100 |
| Message-ID | <r7Ekx-tv-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset mainly provides necessary EDAC bits to decode errors occuring on Scalable MCA enabled processors and also updates AMD MCE driver to program the correct MCx_MISC register address for upcoming processors. Patches 1, 2 and 3 are meant for the upcoming processors. Patches 4 and 5 are either fixing or adding comments to help in understanding the code and do not introduce any functional changes. Patch 1: Move MSR definition to mce.h Patch 2: Updates to EDAC driver to decode the new error signatures Patch 3: Fix logic to obtain correct block address Patch 4: Fix deferred error comment Patch 5: Add comments to amd_nb.h to describe threshold_block structure Tested V2 patches for regressions on Fam15h, Fam10h systems and found none. Note 1: Introduced new patch for moving MCx_CONFIG MSR to mce.h Note 2: The enums ans amd_hwid_mappings[] array are placed in arch/x86 as there are follow-up patches which need the struct there Changes from V1: (per Boris suggestions) - Simplify error decoding routines - Move headers to mce.h - Rename enumerations and struct members (to be more descriptive) - Drop gerund usage - Remove comments that are spelling out the code Aravind Gopalakrishnan (5): x86/mce: Move MCx_CONFIG MSR definition EDAC, MCE, AMD: Enable error decoding of Scalable MCA errors x86/mce/AMD: Fix logic to obtain block address x86/mce: Clarify comments regarding deferred error x86/mce/AMD: Add comments for easier understanding arch/x86/include/asm/amd_nb.h | 18 +- arch/x86/include/asm/mce.h | 63 ++++++- arch/x86/include/asm/msr-index.h | 4 - arch/x86/kernel/cpu/mcheck/mce_amd.c | 108 +++++++---- drivers/edac/mce_amd.c | 342 ++++++++++++++++++++++++++++++++++- 5 files changed, 486 insertions(+), 49 deletions(-) -- 2.7.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/5] Updates to EDAC and AMD MCE driver Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com> - 2016-02-29 23:20 +0100
[PATCH V2 3/5] x86/mce/AMD: Fix logic to obtain block address Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com> - 2016-02-29 23:20 +0100
[PATCH V2 1/5] x86/mce: Move MCx_CONFIG MSR definition Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com> - 2016-02-29 23:20 +0100
[PATCH V2 2/5] EDAC, MCE, AMD: Enable error decoding of Scalable MCA errors Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com> - 2016-02-29 23:20 +0100
[PATCH 2/3] x86/mce/AMD, EDAC: Simplify SMCA decoding Borislav Petkov <bp@alien8.de> - 2016-03-02 12:00 +0100
Re: [PATCH 2/3] x86/mce/AMD, EDAC: Simplify SMCA decoding Borislav Petkov <bp@alien8.de> - 2016-03-02 17:30 +0100
Re: [PATCH 2/3] x86/mce/AMD, EDAC: Simplify SMCA decoding Borislav Petkov <bp@alien8.de> - 2016-03-02 17:40 +0100
Re: [PATCH V2 2/5] EDAC, MCE, AMD: Enable error decoding of Scalable MCA errors Borislav Petkov <bp@alien8.de> - 2016-03-02 12:00 +0100
[PATCH 3/3] EDAC, mce_amd: Correct error paths Borislav Petkov <bp@alien8.de> - 2016-03-02 12:00 +0100
[PATCH 1/3] x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errors Borislav Petkov <bp@alien8.de> - 2016-03-02 12:00 +0100
csiph-web