diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/vm/hwpoison.txt | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Documentation/vm/hwpoison.txt b/Documentation/vm/hwpoison.txt index 3ffadf8da61f..f047e75acb23 100644 --- a/Documentation/vm/hwpoison.txt +++ b/Documentation/vm/hwpoison.txt | |||
@@ -98,10 +98,22 @@ madvise(MADV_POISON, ....) | |||
98 | 98 | ||
99 | 99 | ||
100 | hwpoison-inject module through debugfs | 100 | hwpoison-inject module through debugfs |
101 | /sys/debug/hwpoison/corrupt-pfn | ||
102 | 101 | ||
103 | Inject hwpoison fault at PFN echoed into this file | 102 | /sys/debug/hwpoison/ |
104 | 103 | ||
104 | corrupt-pfn | ||
105 | |||
106 | Inject hwpoison fault at PFN echoed into this file. | ||
107 | |||
108 | unpoison-pfn | ||
109 | |||
110 | Software-unpoison page at PFN echoed into this file. This | ||
111 | way a page can be reused again. | ||
112 | This only works for Linux injected failures, not for real | ||
113 | memory failures. | ||
114 | |||
115 | Note these injection interfaces are not stable and might change between | ||
116 | kernel versions | ||
105 | 117 | ||
106 | Architecture specific MCE injector | 118 | Architecture specific MCE injector |
107 | 119 | ||