Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras...
authorIngo Molnar <mingo@kernel.org>
Mon, 11 May 2015 08:05:19 +0000 (10:05 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 11 May 2015 08:05:19 +0000 (10:05 +0200)
commit4ddf2a178570c9db2935206f3b0bdfea08f3c905
tree9224604912aaf761825b43c1608515fc2c343dcf
parent030bbdbf4c833bc69f502eae58498bc5572db736
parent3490c0e45f7e5a5b1e5c62e4c60b0e55b2e75e71
Merge tag 'ras_for_4.2' of git://git./linux/kernel/git/ras/ras into x86/ras

Pull RAS updates from Borislav Petkov:

  - RAS: Add support for deferred errors on AMD (Aravind Gopalakrishnan)

    This is an important RAS feature which adds hardware support for
    poisoned data. That means roughly that the hardware marks data which it
    has detected as corrupted but wasn't able to correct, as poisoned data
    and raises an APIC interrupt to signal that in the form of a deferred
    error. It is the OS's responsibility then to take proper recovery action
    and thus prolonge system lifetime as far as possible.

  - Misc cleanups ontop. (Borislav Petkov)"

Signed-off-by: Ingo Molnar <mingo@kernel.org>