[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241028115850.3409893-11-linyunsheng@huawei.com>
Date: Mon, 28 Oct 2024 19:58:50 +0800
From: Yunsheng Lin <linyunsheng@...wei.com>
To: <davem@...emloft.net>, <kuba@...nel.org>, <pabeni@...hat.com>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>, Yunsheng Lin
<linyunsheng@...wei.com>, Alexander Duyck <alexander.duyck@...il.com>, Andrew
Morton <akpm@...ux-foundation.org>, Linux-MM <linux-mm@...ck.org>
Subject: [PATCH RFC 10/10] mm: page_frag: add an entry in MAINTAINERS for page_frag
After this patchset, page_frag is a small subsystem/library
on its own, so add an entry in MAINTAINERS to indicate the
new subsystem/library's maintainer, maillist, status and file
lists of page_frag.
Alexander is the original author of page_frag, add him in the
MAINTAINERS too.
CC: Alexander Duyck <alexander.duyck@...il.com>
CC: Andrew Morton <akpm@...ux-foundation.org>
CC: Linux-MM <linux-mm@...ck.org>
Signed-off-by: Yunsheng Lin <linyunsheng@...wei.com>
---
MAINTAINERS | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index f39ab140710f..9f84f2e901f5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17399,6 +17399,18 @@ F: mm/page-writeback.c
F: mm/readahead.c
F: mm/truncate.c
+PAGE FRAG
+M: Alexander Duyck <alexander.duyck@...il.com>
+M: Yunsheng Lin <linyunsheng@...wei.com>
+L: linux-mm@...ck.org
+L: netdev@...r.kernel.org
+S: Supported
+F: Documentation/mm/page_frags.rst
+F: include/linux/page_frag_cache.h
+F: mm/page_frag_cache.c
+F: tools/testing/selftests/mm/page_frag/
+F: tools/testing/selftests/mm/test_page_frag.sh
+
PAGE POOL
M: Jesper Dangaard Brouer <hawk@...nel.org>
M: Ilias Apalodimas <ilias.apalodimas@...aro.org>
--
2.33.0
Powered by blists - more mailing lists