mbox series

[v3,0/2] A few fixup patches for memory failure

Message ID 20220318073945.62164-1-linmiaohe@huawei.com (mailing list archive)
Headers show
Series A few fixup patches for memory failure | expand

Message

Miaohe Lin March 18, 2022, 7:39 a.m. UTC
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!

---
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 | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)