linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] mm/memory-failure: don't allow to unpoison hw corrupted page
@ 2022-06-10 11:46 zhenwei pi
  2022-06-10 11:46 ` [PATCH v3 1/1] " zhenwei pi
  0 siblings, 1 reply; 6+ messages in thread
From: zhenwei pi @ 2022-06-10 11:46 UTC (permalink / raw)
  To: pizhenwei, naoya.horiguchi, akpm; +Cc: linux-mm, linux-kernel

v2 -> v3:
- David pointed out that virt_to_kpte() is broken(no pmd_large() test
  on a PMD), so drop this API in this patch, walk kmap instead.

v1 -> v2:
- this change gets protected by mf_mutex
- use -EOPNOTSUPP instead of -EPERM 

v1:
- check KPTE to avoid to unpoison hardware corrupted page

zhenwei pi (1):
  mm/memory-failure: don't allow to unpoison hw corrupted page

 mm/memory-failure.c | 59 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-14  2:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 11:46 [PATCH v3 0/1] mm/memory-failure: don't allow to unpoison hw corrupted page zhenwei pi
2022-06-10 11:46 ` [PATCH v3 1/1] " zhenwei pi
2022-06-10 12:12   ` David Hildenbrand
2022-06-14  0:22     ` zhenwei pi
2022-06-14  0:41       ` HORIGUCHI NAOYA(堀口 直也)
2022-06-14  2:16     ` Miaohe Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox