The patch titled Subject: mm-memcg-add-thp-swap-out-info-for-anonymous-reclaim-fix has been added to the -mm mm-nonmm-unstable branch. Its filename is mm-memcg-add-thp-swap-out-info-for-anonymous-reclaim-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-memcg-add-thp-swap-out-info-for-anonymous-reclaim-fix.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-memcg-add-thp-swap-out-info-for-anonymous-reclaim-fix Date: Wed Sep 13 02:48:29 PM PDT 2023 fix swap_writepage_fs(), per Johannes Link: https://lkml.kernel.org/r/20230913213343.GB48476@xxxxxxxxxxx Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Muchun Song <songmuchun@xxxxxxxxxxxxx> Cc: Roman Gushchin <roman.gushchin@xxxxxxxxx> Cc: Shakeel Butt <shakeelb@xxxxxxxxxx> Cc: Xin Hao <vernhao@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/page_io.c~mm-memcg-add-thp-swap-out-info-for-anonymous-reclaim-fix +++ a/mm/page_io.c @@ -295,7 +295,7 @@ static void swap_writepage_fs(struct pag struct file *swap_file = sis->swap_file; loff_t pos = page_file_offset(page); - count_swpout_vm_event(page_folio(sio->bvec[p].bv_page)); + count_swpout_vm_event(page_folio(page)); set_page_writeback(page); unlock_page(page); if (wbc->swap_plug) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch revert-scripts-gdb-symbols-add-specific-ko-module-load-command.patch kthread-add-kthread_stop_put-v2-fix.patch mm-memcg-add-thp-swap-out-info-for-anonymous-reclaim-fix.patch