[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250604163139.126630-1-lorenzo.stoakes@oracle.com>
Date: Wed, 4 Jun 2025 17:31:39 +0100
From: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Yu Zhao <yuzhao@...gle.com>, Kemeng Shi <shikemeng@...weicloud.com>,
Kairui Song <kasong@...cent.com>, Nhat Pham <nphamcs@...il.com>,
Baoquan He <bhe@...hat.com>, Barry Song <baohua@...nel.org>,
Chris Li <chrisl@...nel.org>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] MAINTAINERS: add mm swap section
In furtherance of ongoing efforts to ensure people are aware of who
de-facto maintains/has an interest in specific parts of mm, as well trying
to avoid get_maintainers.pl listing only Andrew and the mailing list for
mm files - establish a swap memory management section and add relevant
maintainers/reviewers.
Acked-by: Chris Li <chrisl@...nel.org>
Acked-by: Kairui Song <kasong@...cent.com>
Acked-by: Kemeng Shi <shikemeng@...weicloud.com>
Acked-by: Baoquan He <bhe@...hat.com>
Acked-by: Barry Song <baohua@...nel.org>
Acked-by: Nhat Pham <nphamcs@...il.com>
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
---
non-RFC:
* Propagated tags (thanks everyone!)
* Yu Zhao hasn't been active on-list for a few months as far as I can tell, so
will drop R for now as seems unlikely to get an OK on adding him, we can of
course add him back in very easily :)
* Added missing mm/page_io.c as per Baoquan and Nhat.
RFC:
https://lore.kernel.org/all/20250602152015.54366-1-lorenzo.stoakes@oracle.com/
MAINTAINERS | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 26a0925c3830..839e1ee1854f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15816,6 +15816,25 @@ S: Maintained
F: include/linux/secretmem.h
F: mm/secretmem.c
+MEMORY MANAGEMENT - SWAP
+M: Andrew Morton <akpm@...ux-foundation.org>
+R: Kemeng Shi <shikemeng@...weicloud.com>
+R: Kairui Song <kasong@...cent.com>
+R: Nhat Pham <nphamcs@...il.com>
+R: Baoquan He <bhe@...hat.com>
+R: Barry Song <baohua@...nel.org>
+R: Chris Li <chrisl@...nel.org>
+L: linux-mm@...ck.org
+S: Maintained
+F: include/linux/swap.h
+F: include/linux/swapfile.h
+F: include/linux/swapops.h
+F: mm/page_io.c
+F: mm/swap.c
+F: mm/swap.h
+F: mm/swap_state.c
+F: mm/swapfile.c
+
MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
M: Andrew Morton <akpm@...ux-foundation.org>
M: David Hildenbrand <david@...hat.com>
--
2.49.0
Powered by blists - more mailing lists