The following changes since commit 8dcf32ea220d87ca517e164de85d336480c9d172:

  x86, MCE, AMD: Assign interrupt handler only when bank supports it 
(2014-11-01 11:28:23 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git 
tags/please-pull-ucna

for you to fetch changes up to fa92c58694268a7e9f7fa2c6881c1482221c2788:

  x86, mce: Support memory error recovery for both UCNA and Deferred error in 
machine_check_poll (2014-11-19 10:56:51 -0800)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Chen Yucong (2):
      x86, mce, severity: Extend the the mce_severity mechanism to handle 
UCNA/DEFERRED error
      x86, mce: Support memory error recovery for both UCNA and Deferred error 
in machine_check_poll

 arch/x86/include/asm/mce.h                |  4 +++
 arch/x86/kernel/cpu/mcheck/mce-internal.h |  4 ++-
 arch/x86/kernel/cpu/mcheck/mce-severity.c | 23 ++++++++----
 arch/x86/kernel/cpu/mcheck/mce.c          | 60 +++++++++++++++++++++++++++----
 drivers/edac/mce_amd.h                    |  3 --
 5 files changed, 78 insertions(+), 16 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to