mbox series

[0/2] mm/memory-failure: rework fix on huge_zero_page splitting

Message ID cover.1651039624.git.xuyu@linux.alibaba.com (mailing list archive)
Headers show
Series mm/memory-failure: rework fix on huge_zero_page splitting | expand

Message

Xu Yu April 27, 2022, 6:10 a.m. UTC
This is actually PATCH v3 for the bug reported in PATCH v2[1], which is
prematurely merged into mainline.

Therefore, this patchset first reverts PATCH v2, and then provides the
v3 fix as the subsequent patch.

[1] https://lkml.kernel.org/r/497d3835612610e370c74e697ea3c721d1d55b9c.1649775850.git.xuyu@linux.alibaba.com

---
v2->v3: replace the BUG to WARN + returning -EBUSY when splitting
huge_zero_page, and keep memory_failure unchanged.

Xu Yu (2):
  Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"
  mm/huge_memory: do not overkill when splitting huge_zero_page

 mm/huge_memory.c    |  4 +++-
 mm/memory-failure.c | 13 -------------
 2 files changed, 3 insertions(+), 14 deletions(-)