* [PATCH v2] MAINTAINERS: add additional mmap-related files to mmap section
@ 2025-06-17 14:41 Lorenzo Stoakes
2025-06-17 14:57 ` Pedro Falcato
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Lorenzo Stoakes @ 2025-06-17 14:41 UTC (permalink / raw)
To: Andrew Morton
Cc: Liam R . Howlett, Vlastimil Babka, linux-mm, linux-kernel,
Jann Horn, Pedro Falcato, David Hildenbrand
msync and nommu are directly related to memory mapping, mincore is less so
but all are roughly speaking operating on virtual memory mappings from the
point of view of the user so this seems the most appropriate place for
them.
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
v2:
* Drop memfd files as suggested by Pedro and David.
v1:
https://lore.kernel.org/all/20250616203503.565448-1-lorenzo.stoakes@oracle.com/
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 08045f9efadd..2df3e05bf8a5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15980,11 +15980,14 @@ S: Maintained
W: http://www.linux-mm.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
F: include/trace/events/mmap.h
+F: mm/mincore.c
F: mm/mlock.c
F: mm/mmap.c
F: mm/mprotect.c
F: mm/mremap.c
F: mm/mseal.c
+F: mm/msync.c
+F: mm/nommu.c
F: mm/vma.c
F: mm/vma.h
F: mm/vma_exec.c
--
2.49.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add additional mmap-related files to mmap section
2025-06-17 14:41 [PATCH v2] MAINTAINERS: add additional mmap-related files to mmap section Lorenzo Stoakes
@ 2025-06-17 14:57 ` Pedro Falcato
2025-06-17 17:34 ` Liam R. Howlett
2025-06-17 18:25 ` Vlastimil Babka
2 siblings, 0 replies; 4+ messages in thread
From: Pedro Falcato @ 2025-06-17 14:57 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, Liam R . Howlett, Vlastimil Babka, linux-mm,
linux-kernel, Jann Horn, David Hildenbrand
On Tue, Jun 17, 2025 at 03:41:30PM +0100, Lorenzo Stoakes wrote:
> msync and nommu are directly related to memory mapping, mincore is less so
> but all are roughly speaking operating on virtual memory mappings from the
> point of view of the user so this seems the most appropriate place for
> them.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: Pedro Falcato <pfalcato@suse.de>
Looks good, thanks!
--
Pedro
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add additional mmap-related files to mmap section
2025-06-17 14:41 [PATCH v2] MAINTAINERS: add additional mmap-related files to mmap section Lorenzo Stoakes
2025-06-17 14:57 ` Pedro Falcato
@ 2025-06-17 17:34 ` Liam R. Howlett
2025-06-17 18:25 ` Vlastimil Babka
2 siblings, 0 replies; 4+ messages in thread
From: Liam R. Howlett @ 2025-06-17 17:34 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, Vlastimil Babka, linux-mm, linux-kernel, Jann Horn,
Pedro Falcato, David Hildenbrand
* Lorenzo Stoakes <lorenzo.stoakes@oracle.com> [250617 10:41]:
> msync and nommu are directly related to memory mapping, mincore is less so
> but all are roughly speaking operating on virtual memory mappings from the
> point of view of the user so this seems the most appropriate place for
> them.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com>
> ---
> v2:
> * Drop memfd files as suggested by Pedro and David.
>
> v1:
> https://lore.kernel.org/all/20250616203503.565448-1-lorenzo.stoakes@oracle.com/
>
> MAINTAINERS | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 08045f9efadd..2df3e05bf8a5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15980,11 +15980,14 @@ S: Maintained
> W: http://www.linux-mm.org
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> F: include/trace/events/mmap.h
> +F: mm/mincore.c
> F: mm/mlock.c
> F: mm/mmap.c
> F: mm/mprotect.c
> F: mm/mremap.c
> F: mm/mseal.c
> +F: mm/msync.c
> +F: mm/nommu.c
> F: mm/vma.c
> F: mm/vma.h
> F: mm/vma_exec.c
> --
> 2.49.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add additional mmap-related files to mmap section
2025-06-17 14:41 [PATCH v2] MAINTAINERS: add additional mmap-related files to mmap section Lorenzo Stoakes
2025-06-17 14:57 ` Pedro Falcato
2025-06-17 17:34 ` Liam R. Howlett
@ 2025-06-17 18:25 ` Vlastimil Babka
2 siblings, 0 replies; 4+ messages in thread
From: Vlastimil Babka @ 2025-06-17 18:25 UTC (permalink / raw)
To: Lorenzo Stoakes, Andrew Morton
Cc: Liam R . Howlett, linux-mm, linux-kernel, Jann Horn,
Pedro Falcato, David Hildenbrand
On 6/17/25 16:41, Lorenzo Stoakes wrote:
> msync and nommu are directly related to memory mapping, mincore is less so
We'd rather delete nommu than maintaining it but oh well :)
> but all are roughly speaking operating on virtual memory mappings from the
> point of view of the user so this seems the most appropriate place for
> them.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
> ---
> v2:
> * Drop memfd files as suggested by Pedro and David.
>
> v1:
> https://lore.kernel.org/all/20250616203503.565448-1-lorenzo.stoakes@oracle.com/
>
> MAINTAINERS | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 08045f9efadd..2df3e05bf8a5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15980,11 +15980,14 @@ S: Maintained
> W: http://www.linux-mm.org
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> F: include/trace/events/mmap.h
> +F: mm/mincore.c
> F: mm/mlock.c
> F: mm/mmap.c
> F: mm/mprotect.c
> F: mm/mremap.c
> F: mm/mseal.c
> +F: mm/msync.c
> +F: mm/nommu.c
> F: mm/vma.c
> F: mm/vma.h
> F: mm/vma_exec.c
> --
> 2.49.0
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-06-17 18:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17 14:41 [PATCH v2] MAINTAINERS: add additional mmap-related files to mmap section Lorenzo Stoakes
2025-06-17 14:57 ` Pedro Falcato
2025-06-17 17:34 ` Liam R. Howlett
2025-06-17 18:25 ` Vlastimil Babka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).