Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1645480 > unrolled thread
| Started by | Borislav Petkov <bp@alien8.de> |
|---|---|
| First post | 2017-05-19 11:50 +0200 |
| Last post | 2017-05-19 11:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/7] RAS pile Borislav Petkov <bp@alien8.de> - 2017-05-19 11:50 +0200
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Date | 2017-05-19 11:50 +0200 |
| Subject | [PATCH 0/7] RAS pile |
| Message-ID | <tIMHM-hj-11@gated-at.bofh.it> |
From: Borislav Petkov <bp@suse.de> Hi guys, here's a bunch of assorted RAS fixes. Please queue the first two for urgent as otherwise nfit won't be able to report memory errors properly. Thanks. Borislav Petkov (1): x86/MCE: Export memory_error() Elena Reshetova (1): x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_t Shiju Jose (1): ACPI/APEI: Handle GSIV and GPIO notification types Vishal Verma (1): acpi, nfit: Fix the memory error check in nfit_handle_mce() Wei Yongjun (1): RAS: Make local function parse_ras_param() static Yazen Ghannam (2): x86/mce/AMD: Redo error logging from APIC LVT interrupt handlers x86/mce/AMD: Carve out SMCA bank configuration arch/x86/include/asm/amd_nb.h | 3 +- arch/x86/include/asm/mce.h | 1 + arch/x86/kernel/cpu/mcheck/mce.c | 13 +- arch/x86/kernel/cpu/mcheck/mce_amd.c | 229 ++++++++++++++++++----------------- drivers/acpi/apei/ghes.c | 39 +++--- drivers/acpi/nfit/mce.c | 2 +- drivers/ras/ras.c | 2 +- 7 files changed, 151 insertions(+), 138 deletions(-) -- 2.11.0
Back to top | Article view | linux.kernel
csiph-web