* [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part.
@ 2025-03-26 21:55 Mike Rapoport
2025-03-26 21:55 ` [PATCH 1/4] MAINTAINERS: fixup USERFAULTFD entry Mike Rapoport
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Mike Rapoport @ 2025-03-26 21:55 UTC (permalink / raw)
To: Andrew Morton
Cc: Dan Williams, Michal Hocko, Mike Rapoport, Peter Xu, linux-mm,
linux-kernel
From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
Hi,
Following discussion at LSF/MM/BPF I'm adding execmem, secretmem and
numa memblocks sub-entries for MEMORY MANAGEMENT in MAINTAINERS.
The changes for USERFAULTFD entry are fixups that can be folded into the
original patch if Peter does not mind.
Mike Rapoport (Microsoft) (4):
MAINTAINERS: fixup USERFAULTFD entry
MAINTAINERS: mm: add entry for execmem
MAINTAINERS: mm: add entry for numa memblocks and numa emulation
MAINTAINERS: mm: add entry for secretmem
MAINTAINERS | 50 +++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 39 insertions(+), 11 deletions(-)
base-commit: 87f556baedc9cca2edb318efe9d8cf009d916c4d
--
2.47.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/4] MAINTAINERS: fixup USERFAULTFD entry
2025-03-26 21:55 [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Mike Rapoport
@ 2025-03-26 21:55 ` Mike Rapoport
2025-03-26 21:55 ` [PATCH 2/4] MAINTAINERS: mm: add entry for execmem Mike Rapoport
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mike Rapoport @ 2025-03-26 21:55 UTC (permalink / raw)
To: Andrew Morton
Cc: Dan Williams, Michal Hocko, Mike Rapoport, Peter Xu, linux-mm,
linux-kernel
From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
Change title to "MEMORY MANAGEMENT - USERFAULTFD" and make it sub-topic
in memory management and add missing include/linux/userfaultfd_k.h and
mailing list
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
MAINTAINERS | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index a7a50dbb5044..c05b46732fe2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15200,6 +15200,19 @@ F: tools/mm/
F: tools/testing/selftests/mm/
N: include/linux/page[-_]*
+MEMORY MANAGEMENT - USERFAULTFD
+M: Andrew Morton <akpm@linux-foundation.org>
+R: Peter Xu <peterx@redhat.com>
+L: linux-mm@kvack.org
+S: Maintained
+F: Documentation/admin-guide/mm/userfaultfd.rst
+F: fs/userfaultfd.c
+F: include/asm-generic/pgtable_uffd.h
+F: include/linux/userfaultfd_k.h
+F: include/uapi/linux/userfaultfd.h
+F: mm/userfaultfd.c
+F: tools/testing/selftests/mm/uffd-*.[ch]
+
MEMORY MAPPING
M: Andrew Morton <akpm@linux-foundation.org>
M: Liam R. Howlett <Liam.Howlett@oracle.com>
@@ -15220,17 +15233,6 @@ F: mm/vma.h
F: mm/vma_internal.h
F: tools/testing/vma/
-MEMORY USERFAULTFD
-M: Andrew Morton <akpm@linux-foundation.org>
-R: Peter Xu <peterx@redhat.com>
-S: Maintained
-F: Documentation/admin-guide/mm/userfaultfd.rst
-F: fs/userfaultfd.c
-F: include/asm-generic/pgtable_uffd.h
-F: include/uapi/linux/userfaultfd.h
-F: mm/userfaultfd.c
-F: tools/testing/selftests/mm/uffd-*.[ch]
-
MEMORY TECHNOLOGY DEVICES (MTD)
M: Miquel Raynal <miquel.raynal@bootlin.com>
M: Richard Weinberger <richard@nod.at>
--
2.47.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 2/4] MAINTAINERS: mm: add entry for execmem
2025-03-26 21:55 [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Mike Rapoport
2025-03-26 21:55 ` [PATCH 1/4] MAINTAINERS: fixup USERFAULTFD entry Mike Rapoport
@ 2025-03-26 21:55 ` Mike Rapoport
2025-03-26 21:55 ` [PATCH 3/4] MAINTAINERS: mm: add entry for numa memblocks and numa emulation Mike Rapoport
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mike Rapoport @ 2025-03-26 21:55 UTC (permalink / raw)
To: Andrew Morton
Cc: Dan Williams, Michal Hocko, Mike Rapoport, Peter Xu, linux-mm,
linux-kernel
From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c05b46732fe2..baff55807a65 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15200,6 +15200,14 @@ F: tools/mm/
F: tools/testing/selftests/mm/
N: include/linux/page[-_]*
+MEMORY MANAGEMENT - EXECMEM
+M: Andrew Morton <akpm@linux-foundation.org>
+M: Mike Rapoport <rppt@kernel.org>
+L: linux-mm@kvack.org
+S: Maintained
+F: include/linux/execmem.h
+F: mm/execmem.c
+
MEMORY MANAGEMENT - USERFAULTFD
M: Andrew Morton <akpm@linux-foundation.org>
R: Peter Xu <peterx@redhat.com>
--
2.47.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 3/4] MAINTAINERS: mm: add entry for numa memblocks and numa emulation
2025-03-26 21:55 [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Mike Rapoport
2025-03-26 21:55 ` [PATCH 1/4] MAINTAINERS: fixup USERFAULTFD entry Mike Rapoport
2025-03-26 21:55 ` [PATCH 2/4] MAINTAINERS: mm: add entry for execmem Mike Rapoport
@ 2025-03-26 21:55 ` Mike Rapoport
2025-03-26 21:55 ` [PATCH 4/4] MAINTAINERS: mm: add entry for secretmem Mike Rapoport
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mike Rapoport @ 2025-03-26 21:55 UTC (permalink / raw)
To: Andrew Morton
Cc: Dan Williams, Michal Hocko, Mike Rapoport, Peter Xu, linux-mm,
linux-kernel
From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index baff55807a65..882fa62bcb28 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15208,6 +15208,16 @@ S: Maintained
F: include/linux/execmem.h
F: mm/execmem.c
+MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
+M: Andrew Morton <akpm@linux-foundation.org>
+M: Mike Rapoport <rppt@kernel.org>
+L: linux-mm@kvack.org
+S: Maintained
+F: include/linux/numa_memblks.h
+F: mm/numa.c
+F: mm/numa_emulation.c
+F: mm/numa_memblks.c
+
MEMORY MANAGEMENT - USERFAULTFD
M: Andrew Morton <akpm@linux-foundation.org>
R: Peter Xu <peterx@redhat.com>
--
2.47.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 4/4] MAINTAINERS: mm: add entry for secretmem
2025-03-26 21:55 [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Mike Rapoport
` (2 preceding siblings ...)
2025-03-26 21:55 ` [PATCH 3/4] MAINTAINERS: mm: add entry for numa memblocks and numa emulation Mike Rapoport
@ 2025-03-26 21:55 ` Mike Rapoport
2025-03-27 13:33 ` [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Michal Hocko
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mike Rapoport @ 2025-03-26 21:55 UTC (permalink / raw)
To: Andrew Morton
Cc: Dan Williams, Michal Hocko, Mike Rapoport, Peter Xu, linux-mm,
linux-kernel
From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 882fa62bcb28..e3dfc4c34086 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15218,6 +15218,14 @@ F: mm/numa.c
F: mm/numa_emulation.c
F: mm/numa_memblks.c
+MEMORY MANAGEMENT - SECRETMEM
+M: Andrew Morton <akpm@linux-foundation.org>
+M: Mike Rapoport <rppt@kernel.org>
+L: linux-mm@kvack.org
+S: Maintained
+F: include/linux/secretmem.h
+F: mm/secretmem.c
+
MEMORY MANAGEMENT - USERFAULTFD
M: Andrew Morton <akpm@linux-foundation.org>
R: Peter Xu <peterx@redhat.com>
--
2.47.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part.
2025-03-26 21:55 [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Mike Rapoport
` (3 preceding siblings ...)
2025-03-26 21:55 ` [PATCH 4/4] MAINTAINERS: mm: add entry for secretmem Mike Rapoport
@ 2025-03-27 13:33 ` Michal Hocko
2025-03-28 13:01 ` Oscar Salvador
2025-03-29 20:46 ` Vlastimil Babka
6 siblings, 0 replies; 8+ messages in thread
From: Michal Hocko @ 2025-03-27 13:33 UTC (permalink / raw)
To: Mike Rapoport
Cc: Andrew Morton, Dan Williams, Peter Xu, linux-mm, linux-kernel
On Wed 26-03-25 23:55:37, Mike Rapoport wrote:
> From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
>
> Hi,
>
> Following discussion at LSF/MM/BPF I'm adding execmem, secretmem and
> numa memblocks sub-entries for MEMORY MANAGEMENT in MAINTAINERS.
>
> The changes for USERFAULTFD entry are fixups that can be folded into the
> original patch if Peter does not mind.
Thanks for acting really swiftly Mike.
Acked-by: Michal Hocko <mhocko@suse.com>
>
> Mike Rapoport (Microsoft) (4):
> MAINTAINERS: fixup USERFAULTFD entry
> MAINTAINERS: mm: add entry for execmem
> MAINTAINERS: mm: add entry for numa memblocks and numa emulation
> MAINTAINERS: mm: add entry for secretmem
>
> MAINTAINERS | 50 +++++++++++++++++++++++++++++++++++++++-----------
> 1 file changed, 39 insertions(+), 11 deletions(-)
>
>
> base-commit: 87f556baedc9cca2edb318efe9d8cf009d916c4d
> --
> 2.47.2
--
Michal Hocko
SUSE Labs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part.
2025-03-26 21:55 [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Mike Rapoport
` (4 preceding siblings ...)
2025-03-27 13:33 ` [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Michal Hocko
@ 2025-03-28 13:01 ` Oscar Salvador
2025-03-29 20:46 ` Vlastimil Babka
6 siblings, 0 replies; 8+ messages in thread
From: Oscar Salvador @ 2025-03-28 13:01 UTC (permalink / raw)
To: Mike Rapoport
Cc: Andrew Morton, Dan Williams, Michal Hocko, Peter Xu, linux-mm,
linux-kernel
On Wed, Mar 26, 2025 at 11:55:37PM +0200, Mike Rapoport wrote:
> From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
>
> Hi,
>
> Following discussion at LSF/MM/BPF I'm adding execmem, secretmem and
> numa memblocks sub-entries for MEMORY MANAGEMENT in MAINTAINERS.
>
> The changes for USERFAULTFD entry are fixups that can be folded into the
> original patch if Peter does not mind.
>
> Mike Rapoport (Microsoft) (4):
> MAINTAINERS: fixup USERFAULTFD entry
> MAINTAINERS: mm: add entry for execmem
> MAINTAINERS: mm: add entry for numa memblocks and numa emulation
> MAINTAINERS: mm: add entry for secretmem
Acked-by: Oscar Salvador <osalvador@suse.de>
Thanks!
--
Oscar Salvador
SUSE Labs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part.
2025-03-26 21:55 [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Mike Rapoport
` (5 preceding siblings ...)
2025-03-28 13:01 ` Oscar Salvador
@ 2025-03-29 20:46 ` Vlastimil Babka
6 siblings, 0 replies; 8+ messages in thread
From: Vlastimil Babka @ 2025-03-29 20:46 UTC (permalink / raw)
To: Mike Rapoport, Andrew Morton
Cc: Dan Williams, Michal Hocko, Peter Xu, linux-mm, linux-kernel
On 3/26/25 22:55, Mike Rapoport wrote:
> From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
>
> Hi,
>
> Following discussion at LSF/MM/BPF I'm adding execmem, secretmem and
> numa memblocks sub-entries for MEMORY MANAGEMENT in MAINTAINERS.
>
> The changes for USERFAULTFD entry are fixups that can be folded into the
> original patch if Peter does not mind.
>
> Mike Rapoport (Microsoft) (4):
> MAINTAINERS: fixup USERFAULTFD entry
> MAINTAINERS: mm: add entry for execmem
> MAINTAINERS: mm: add entry for numa memblocks and numa emulation
> MAINTAINERS: mm: add entry for secretmem
>
> MAINTAINERS | 50 +++++++++++++++++++++++++++++++++++++++-----------
> 1 file changed, 39 insertions(+), 11 deletions(-)
>
>
> base-commit: 87f556baedc9cca2edb318efe9d8cf009d916c4d
Acked-by: Vlastimil Babka <vbabka@suse.cz>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-03-29 20:46 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-26 21:55 [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Mike Rapoport
2025-03-26 21:55 ` [PATCH 1/4] MAINTAINERS: fixup USERFAULTFD entry Mike Rapoport
2025-03-26 21:55 ` [PATCH 2/4] MAINTAINERS: mm: add entry for execmem Mike Rapoport
2025-03-26 21:55 ` [PATCH 3/4] MAINTAINERS: mm: add entry for numa memblocks and numa emulation Mike Rapoport
2025-03-26 21:55 ` [PATCH 4/4] MAINTAINERS: mm: add entry for secretmem Mike Rapoport
2025-03-27 13:33 ` [PATCH 0/4] MAINTAINERS: add my isub-entries to MM part Michal Hocko
2025-03-28 13:01 ` Oscar Salvador
2025-03-29 20:46 ` Vlastimil Babka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox