aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vm
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-03-25 12:34:53 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-03-25 12:34:53 -0700
commit636f64db07f33a18630248b4c57e182cd315b0da (patch)
treeb27478715e415b5324924e0f6fccc47f28899c0a /Documentation/vm
parentMerge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux (diff)
parentx86/mce: Remove the tolerance level control (diff)
downloadlinux-dev-636f64db07f33a18630248b4c57e182cd315b0da.tar.xz
linux-dev-636f64db07f33a18630248b4c57e182cd315b0da.zip
Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RAS updates from Borislav Petkov: - More noinstr fixes - Add an erratum workaround for Intel CPUs which, in certain circumstances, end up consuming an unrelated uncorrectable memory error when using fast string copy insns - Remove the MCE tolerance level control as it is not really needed or used anymore * tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/mce: Remove the tolerance level control x86/mce: Work around an erratum on fast string copy instructions x86/mce: Use arch atomic and bit helpers
Diffstat (limited to 'Documentation/vm')
-rw-r--r--Documentation/vm/hwpoison.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/vm/hwpoison.rst b/Documentation/vm/hwpoison.rst
index 89b5f7a52077..c742de1769d1 100644
--- a/Documentation/vm/hwpoison.rst
+++ b/Documentation/vm/hwpoison.rst
@@ -60,8 +60,6 @@ There are two (actually three) modes memory failure recovery can be in:
vm.memory_failure_recovery sysctl set to zero:
All memory failures cause a panic. Do not attempt recovery.
- (on x86 this can be also affected by the tolerant level of the
- MCE subsystem)
early kill
(can be controlled globally and per process)