All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mm/memory-failure: rework fix on huge_zero_page splitting
@ 2022-04-27  6:10 Xu Yu
  2022-04-27  6:10 ` [PATCH 1/2] Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()" Xu Yu
  2022-04-27  6:10 ` [PATCH 2/2] mm/huge_memory: do not overkill when splitting huge_zero_page Xu Yu
  0 siblings, 2 replies; 18+ messages in thread
From: Xu Yu @ 2022-04-27  6:10 UTC (permalink / raw)
  To: linux-mm; +Cc: akpm, naoya.horiguchi, shy828301

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(-)

-- 
2.20.1.2432.ga663e714



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

end of thread, other threads:[~2022-04-28 17:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27  6:10 [PATCH 0/2] mm/memory-failure: rework fix on huge_zero_page splitting Xu Yu
2022-04-27  6:10 ` [PATCH 1/2] Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()" Xu Yu
2022-04-27 21:13   ` Yang Shi
2022-04-28  2:23   ` Miaohe Lin
2022-04-27  6:10 ` [PATCH 2/2] mm/huge_memory: do not overkill when splitting huge_zero_page Xu Yu
2022-04-27  7:12   ` HORIGUCHI NAOYA(堀口 直也)
2022-04-27  7:37     ` Yu Xu
2022-04-27 19:00     ` Andrew Morton
2022-04-27  9:01   ` kernel test robot
2022-04-27  9:48     ` Yu Xu
2022-04-27  9:48       ` Yu Xu
2022-04-27  9:36   ` kernel test robot
2022-04-27  9:44   ` [PATCH 2/2 RESEND] " Xu Yu
2022-04-27 21:15     ` Yang Shi
2022-04-28  2:25     ` Miaohe Lin
2022-04-28 16:04     ` David Hildenbrand
2022-04-28 17:18       ` Yang Shi
2022-04-28  1:59   ` [PATCH 2/2] " kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.