mbox series

[v4,0/2] hwpoison: fix race with compound page allocation

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

Message

Naoya Horiguchi May 17, 2021, 4:53 a.m. UTC
Hi,

I updated the patchset based on previous discussion [1],
I fixed wrong patch separation, remaining race issue, and build failure.

If you still find some issue in this series, please let me know.

Thanks,
Naoya Horiguchi

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

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

 mm/memory-failure.c | 122 +++++++++++++++++++++++++++++++---------------------
 1 file changed, 72 insertions(+), 50 deletions(-)