+ mm-rename-swapc-to-folioc-fix.patch added to mm-unstable branch
Andrew Morton <[email protected]> Tue, 04 Aug 2026 10:06:43 -0700
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The patch titled
Subject: mm-rename-swapc-to-folioc-fix
has been added to the -mm mm-unstable branch. Its filename is
mm-rename-swapc-to-folioc-fix.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-rename-swapc-to-folioc-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 various
branches at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there most days
------------------------------------------------------
From: Jianyue Wu <[email protected]>
Subject: mm-rename-swapc-to-folioc-fix
Date: Tue, 4 Aug 2026 19:11:09 +0800
move mm/folio.c to MM CORE
mm/folio.c holds generic folio LRU helpers, not MGLRU-specific
code. Move it to MEMORY MANAGEMENT - CORE, next to
folio-compat.c and folio_batch.h, so get_maintainer.pl routes
reviews to the right people.
Link: https://lore.kernel.org/[email protected]
Fixes: 8ed6d702d442 ("mm: rename swap.c to folio.c")
Signed-off-by: Jianyue Wu <[email protected]>
Suggested-by: Lorenzo Stoakes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/MAINTAINERS~mm-rename-swapc-to-folioc-fix
+++ a/MAINTAINERS
@@ -16988,6 +16988,7 @@ F: kernel/fork.c
F: mm/Kconfig
F: mm/debug.c
F: mm/folio-compat.c
+F: mm/folio.c
F: mm/highmem.c
F: mm/init-mm.c
F: mm/internal.h
@@ -17088,7 +17089,6 @@ F: Documentation/admin-guide/mm/multigen
F: Documentation/mm/multigen_lru.rst
F: include/linux/mm_inline.h
F: include/linux/mmzone.h
-F: mm/folio.c
F: mm/vmscan.c
F: mm/workingset.c
_
Patches currently in -mm which might be from [email protected] are
mm-swap-colocate-page-cluster-sysctl-with-swap-readahead.patch
mm-rename-swapc-to-folioc.patch
mm-rename-swapc-to-folioc-fix.patch
mm-move-reclaim-internal-declarations-out-of-swaph.patch