]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit56a0e0c55ca432e15b31ca717ae260047e77c0a0
tree9224604912aaf761825b43c1608515fc2c343dcf
parent51018ca3b774b415d250e82282885262615188c5
parentad89f8af770738a4e4f11cb304712c1466c1a818
Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/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>