The patch titled Subject: mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix has been added to the -mm mm-unstable branch. Its filename is mm-disable-top-tier-fallback-to-reclaim-on-proactive-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-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix.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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix Date: Fri Dec 2 01:40:18 PM PST 2022 restore comment layout, per Ying Huang Cc: Greg Thelen <gthelen@xxxxxxxxxx> Cc: "Huang, Ying" <ying.huang@xxxxxxxxx> Cc: Mina Almasry <almasrymina@xxxxxxxxxx> Cc: Shakeel Butt <shakeelb@xxxxxxxxxx> Cc: Tim Chen <tim.c.chen@xxxxxxxxxxxxxxx> Cc: Wei Xu <weixugc@xxxxxxxxxx> Cc: Yang Shi <yang.shi@xxxxxxxxxxxxxxxxx> Cc: Yosry Ahmed <yosryahmed@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmscan.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/mm/vmscan.c~mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix +++ a/mm/vmscan.c @@ -2088,9 +2088,7 @@ keep: nr_reclaimed += demote_folio_list(&demote_folios, pgdat); /* Folios that could not be demoted are still in @demote_folios */ if (!list_empty(&demote_folios)) { - /* - * Folios which weren't demoted go back on @folio_list. - */ + /* Folios which weren't demoted go back on @folio_list */ list_splice_init(&demote_folios, folio_list); /* _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are revert-mm-align-larger-anonymous-mappings-on-thp-boundaries.patch kselftests-cgroup-update-kmem-test-precision-tolerance-fix.patch mm-gup-remove-foll_migration-fix.patch fsdax-zero-the-edges-if-source-is-hole-or-unwritten-fix.patch mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix.patch