diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/vm/hwpoison.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/vm/hwpoison.txt b/Documentation/vm/hwpoison.txt index f047e75acb23..fdf580464324 100644 --- a/Documentation/vm/hwpoison.txt +++ b/Documentation/vm/hwpoison.txt | |||
@@ -115,6 +115,13 @@ memory failures. | |||
115 | Note these injection interfaces are not stable and might change between | 115 | Note these injection interfaces are not stable and might change between |
116 | kernel versions | 116 | kernel versions |
117 | 117 | ||
118 | corrupt-filter-dev-major | ||
119 | corrupt-filter-dev-minor | ||
120 | |||
121 | Only handle memory failures to pages associated with the file system defined | ||
122 | by block device major/minor. -1U is the wildcard value. | ||
123 | This should be only used for testing with artificial injection. | ||
124 | |||
118 | Architecture specific MCE injector | 125 | Architecture specific MCE injector |
119 | 126 | ||
120 | x86 has mce-inject, mce-test | 127 | x86 has mce-inject, mce-test |