mbox series

[v5,0/2] hwpoison: fix race with hugetlb page allocation

Message ID 20210518231259.2553203-1-nao.horiguchi@gmail.com (mailing list archive)
Headers show
Series hwpoison: fix race with hugetlb page allocation | expand

Message

Naoya Horiguchi May 18, 2021, 11:12 p.m. UTC
Hi,

I updated the patchset again based on discussion over v4 [1],
I rebased onto v5.13-rc2 with suggested fixes and code adjustment.

Thanks,
Naoya Horiguchi

[1] https://lore.kernel.org/linux-mm/20210517045401.2506032-1-nao.horiguchi@gmail.com/T/#u
---
Summary:

Naoya Horiguchi (2):
      mm,hwpoison: fix race with hugetlb page allocation
      mm,hwpoison: make get_hwpoison_page call get_any_page()

 include/linux/hugetlb.h |   6 +++
 mm/hugetlb.c            |  17 +++++++
 mm/memory-failure.c     | 118 +++++++++++++++++++++++++++---------------------
 3 files changed, 90 insertions(+), 51 deletions(-)