The patch titled Subject: mm-memcontrol-add-per-memcg-pgpgin-pswpin-counter-v2 has been added to the -mm mm-unstable branch. Its filename is mm-memcontrol-add-per-memcg-pgpgin-pswpin-counter-v2.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-memcontrol-add-per-memcg-pgpgin-pswpin-counter-v2.patch This patch will later appear in the mm-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: Jingxiang Zeng <linuszeng@xxxxxxxxxxx> Subject: mm-memcontrol-add-per-memcg-pgpgin-pswpin-counter-v2 Date: Fri, 13 Sep 2024 16:44:53 +0800 Link: https://lkml.kernel.org/r/20240830082244.156923-1-jingxiangzeng.cas@xxxxxxxxx Link: https://lkml.kernel.org/r/20240913084453.3605621-1-jingxiangzeng.cas@xxxxxxxxx Signed-off-by: Jingxiang Zeng <linuszeng@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Muchun Song <muchun.song@xxxxxxxxx> Cc: Roman Gushchin <roman.gushchin@xxxxxxxxx> Cc: Shakeel Butt <shakeel.butt@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol-v1.c | 2 -- 1 file changed, 2 deletions(-) --- a/mm/memcontrol-v1.c~mm-memcontrol-add-per-memcg-pgpgin-pswpin-counter-v2 +++ a/mm/memcontrol-v1.c @@ -2729,8 +2729,6 @@ static const char *const memcg1_stat_nam static const unsigned int memcg1_events[] = { PGPGIN, PGPGOUT, - PSWPIN, - PSWPOUT, PGFAULT, PGMAJFAULT, }; _ Patches currently in -mm which might be from linuszeng@xxxxxxxxxxx are mm-memcontrol-add-per-memcg-pgpgin-pswpin-counter.patch mm-memcontrol-add-per-memcg-pgpgin-pswpin-counter-v2.patch mm-vmscan-wake-up-flushers-conditionally-to-avoid-cgroup-oom.patch