All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] A few fixup patches for memory failure
@ 2022-03-20  5:13 Miaohe Lin
  2022-03-20  5:13 ` [PATCH v4 1/2] mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pages Miaohe Lin
  2022-03-20  5:13 ` [PATCH v4 2/2] mm/memory-failure.c: make non-LRU movable pages unhandlable Miaohe Lin
  0 siblings, 2 replies; 5+ messages in thread
From: Miaohe Lin @ 2022-03-20  5:13 UTC (permalink / raw)
  To: akpm, naoya.horiguchi, shy828301, mike.kravetz, david
  Cc: linux-mm, linux-kernel, linmiaohe

Hi everyone,
This series contains a patch to avoid calling invalidate_inode_page()
with unexpected pages and another one to make non-LRU movable pages
unhandlable. More details can be found in the respective changelogs.
Thanks!

---
v3->v4:
  fix typo and drop "bool movable" per David. Thanks David.
v2->v3:
  drop patch "mm/memory-failure.c: fix race with changing page compound again"
  collect reviewed-by and acked-by tag
  fix stale commit id in the commit log
v1->v2:
  drop "mm/memory-failure.c: fix wrong user reference report"
  make non-LRU movable pages unhandlable
  fix confusing commit log and introduce MF_MSG_DIFFERENT_PAGE_SIZE
  Many thanks Naoya, Mike and Yang Shi for review!
---

Miaohe Lin (2):
  mm/memory-failure.c: avoid calling invalidate_inode_page() with
    unexpected pages
  mm/memory-failure.c: make non-LRU movable pages unhandlable

 mm/memory-failure.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

-- 
2.23.0



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

end of thread, other threads:[~2022-03-21  2:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-20  5:13 [PATCH v4 0/2] A few fixup patches for memory failure Miaohe Lin
2022-03-20  5:13 ` [PATCH v4 1/2] mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pages Miaohe Lin
2022-03-19 16:20   ` Matthew Wilcox
2022-03-21  2:18     ` Miaohe Lin
2022-03-20  5:13 ` [PATCH v4 2/2] mm/memory-failure.c: make non-LRU movable pages unhandlable Miaohe Lin

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.