2021-05-19 18:46:20

by Naoya Horiguchi

[permalink] [raw]
Subject: [PATCH v5 0/2] hwpoison: fix race with hugetlb page allocation

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/[email protected]/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(-)