[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250411072724.10841-1-lorenzo.stoakes@oracle.com>
Date: Fri, 11 Apr 2025 08:27:24 +0100
From: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: David Hildenbrand <david@...hat.com>,
"Liam R . Howlett" <Liam.Howlett@...cle.com>,
Vlastimil Babka <vbabka@...e.cz>, Jann Horn <jannh@...gle.com>,
linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2] MAINTAINERS: add memory advice section
The madvise code straddles both VMA and page table manipulation. As a
result, separate it out into its own section and add maintainers/reviewers
as appropriate.
We additionally include the mman-common.h file as this contains the shared
madvise flags and it is important we maintain this alongside madvise.c.
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
Acked-by: Liam R. Howlett <Liam.Howlett@...cle.com>
Acked-by: Vlastimil Babka <vbabka@...e.cz>
Acked-by: Jann Horn <jannh@...gle.com>
Acked-by: David Hildenbrand <david@...hat.com>
---
v2:
* Fix conflict
* Add missing L: line as per Jann
* Rename to MADVISE (MEMOROY ADVICE) as per Andrew
* Add tags (thanks!)
v1:
https://lore.kernel.org/all/20250408161105.156350-1-lorenzo.stoakes@oracle.com/
MAINTAINERS | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index e60c97c1ca9a..b59dbdfa1efc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15567,6 +15567,20 @@ F: mm/vma_internal.h
F: tools/testing/selftests/mm/merge.c
F: tools/testing/vma/
+MEMORY MAPPING - MADVISE (MEMORY ADVICE)
+M: Andrew Morton <akpm@...ux-foundation.org>
+M: Liam R. Howlett <Liam.Howlett@...cle.com>
+M: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
+M: David Hildenbrand <david@...hat.com>
+R: Vlastimil Babka <vbabka@...e.cz>
+R: Jann Horn <jannh@...gle.com>
+L: linux-mm@...ck.org
+S: Maintained
+W: http://www.linux-mm.org
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F: include/uapi/asm-generic/mman-common.h
+F: mm/madvise.c
+
MEMORY TECHNOLOGY DEVICES (MTD)
M: Miquel Raynal <miquel.raynal@...tlin.com>
M: Richard Weinberger <richard@....at>
--
2.49.0
Powered by blists - more mailing lists