aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vm/hwpoison.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/vm/hwpoison.txt')
-rw-r--r--Documentation/vm/hwpoison.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/vm/hwpoison.txt b/Documentation/vm/hwpoison.txt
index 4ef7bb30d15c..f454d3cd4d60 100644
--- a/Documentation/vm/hwpoison.txt
+++ b/Documentation/vm/hwpoison.txt
@@ -123,6 +123,16 @@ Only handle memory failures to pages associated with the file system defined
123by block device major/minor. -1U is the wildcard value. 123by block device major/minor. -1U is the wildcard value.
124This should be only used for testing with artificial injection. 124This should be only used for testing with artificial injection.
125 125
126
127corrupt-filter-flags-mask
128corrupt-filter-flags-value
129
130When specified, only poison pages if ((page_flags & mask) == value).
131This allows stress testing of many kinds of pages. The page_flags
132are the same as in /proc/kpageflags. The flag bits are defined in
133include/linux/kernel-page-flags.h and documented in
134Documentation/vm/pagemap.txt
135
126Architecture specific MCE injector 136Architecture specific MCE injector
127 137
128x86 has mce-inject, mce-test 138x86 has mce-inject, mce-test