Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 RAS update from Ingo Molnar: "The biggest change in this cycle is better support for UCNA (UnCorrected No Action) events: "Handle all uncorrected error reports in the same way (soft offline the page). We used to only do that for SRAO (software recoverable action optional) machine checks, but it makes sense to also do it for UCNA (UnCorrected No Action) logs found by CMCI or polling." plus various x86 MCE handling updates and fixes" * 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/mce: Spell "panicked" correctly x86, mce: Support memory error recovery for both UCNA and Deferred error in machine_check_poll x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFERRED error x86, MCE, AMD: Assign interrupt handler only when bank supports it x86, MCE, AMD: Drop software-defined bank in error thresholding x86, MCE, A...
No related branches found
No related tags found
Showing
- arch/x86/include/asm/mce.h 4 additions, 1 deletionarch/x86/include/asm/mce.h
- arch/x86/kernel/cpu/mcheck/mce-internal.h 3 additions, 1 deletionarch/x86/kernel/cpu/mcheck/mce-internal.h
- arch/x86/kernel/cpu/mcheck/mce-severity.c 17 additions, 6 deletionsarch/x86/kernel/cpu/mcheck/mce-severity.c
- arch/x86/kernel/cpu/mcheck/mce.c 60 additions, 12 deletionsarch/x86/kernel/cpu/mcheck/mce.c
- arch/x86/kernel/cpu/mcheck/mce_amd.c 28 additions, 26 deletionsarch/x86/kernel/cpu/mcheck/mce_amd.c
- drivers/acpi/apei/ghes.c 3 additions, 17 deletionsdrivers/acpi/apei/ghes.c
- drivers/edac/mce_amd.h 0 additions, 3 deletionsdrivers/edac/mce_amd.h
- mm/memory-failure.c 1 addition, 1 deletionmm/memory-failure.c
Please register or sign in to comment