* [PATCH] MAINTAINERS: add mm-related procfs files to MM sections
@ 2026-03-05 8:26 Vlastimil Babka (SUSE)
2026-03-05 8:30 ` Lorenzo Stoakes (Oracle)
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Vlastimil Babka (SUSE) @ 2026-03-05 8:26 UTC (permalink / raw)
To: Andrew Morton, David Hildenbrand, Liam R. Howlett, Lorenzo Stoakes
Cc: Jann Horn, Pedro Falcato, Mike Rapoport, Suren Baghdasaryan,
Michal Hocko, linux-mm, linux-fsdevel, Vlastimil Babka (SUSE)
Some procfs files are very much related to memory management so let's
have MAINTAINERS reflect that.
Add fs/proc/meminfo.c to MEMORY MANAGEMENT - CORE.
Add fs/proc/task_[no]mmu.c to MEMORY MAPPING.
Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3553554019e8..39987895bcfc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16683,6 +16683,7 @@ F: include/linux/ptdump.h
F: include/linux/vmpressure.h
F: include/linux/vmstat.h
F: include/trace/events/zone_lock.h
+F: fs/proc/meminfo.c
F: kernel/fork.c
F: mm/Kconfig
F: mm/debug.c
@@ -16998,6 +16999,8 @@ 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: fs/proc/task_mmu.c
+F: fs/proc/task_nommu.c
F: mm/interval_tree.c
F: mm/mincore.c
F: mm/mlock.c
---
base-commit: 7fcd8889fbf318409163ff5033fe161dd2a73243
change-id: 20260305-maintainers-proc-30e45ca9e434
Best regards,
--
Vlastimil Babka (SUSE) <vbabka@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] MAINTAINERS: add mm-related procfs files to MM sections
2026-03-05 8:26 [PATCH] MAINTAINERS: add mm-related procfs files to MM sections Vlastimil Babka (SUSE)
@ 2026-03-05 8:30 ` Lorenzo Stoakes (Oracle)
2026-03-05 8:31 ` Mike Rapoport
2026-03-05 8:46 ` David Hildenbrand (Arm)
2 siblings, 0 replies; 4+ messages in thread
From: Lorenzo Stoakes (Oracle) @ 2026-03-05 8:30 UTC (permalink / raw)
To: Vlastimil Babka (SUSE)
Cc: Andrew Morton, David Hildenbrand, Liam R. Howlett, Jann Horn,
Pedro Falcato, Mike Rapoport, Suren Baghdasaryan, Michal Hocko,
linux-mm, linux-fsdevel
On Thu, Mar 05, 2026 at 09:26:29AM +0100, Vlastimil Babka (SUSE) wrote:
> Some procfs files are very much related to memory management so let's
> have MAINTAINERS reflect that.
>
> Add fs/proc/meminfo.c to MEMORY MANAGEMENT - CORE.
>
> Add fs/proc/task_[no]mmu.c to MEMORY MAPPING.
>
> Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
Acked-by: Lorenzo Stoakes (Oracle) <ljs@kernel.org>
> ---
> MAINTAINERS | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3553554019e8..39987895bcfc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16683,6 +16683,7 @@ F: include/linux/ptdump.h
> F: include/linux/vmpressure.h
> F: include/linux/vmstat.h
> F: include/trace/events/zone_lock.h
> +F: fs/proc/meminfo.c
> F: kernel/fork.c
> F: mm/Kconfig
> F: mm/debug.c
> @@ -16998,6 +16999,8 @@ 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: fs/proc/task_mmu.c
> +F: fs/proc/task_nommu.c
> F: mm/interval_tree.c
> F: mm/mincore.c
> F: mm/mlock.c
>
> ---
> base-commit: 7fcd8889fbf318409163ff5033fe161dd2a73243
> change-id: 20260305-maintainers-proc-30e45ca9e434
>
> Best regards,
> --
> Vlastimil Babka (SUSE) <vbabka@kernel.org>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add mm-related procfs files to MM sections
2026-03-05 8:26 [PATCH] MAINTAINERS: add mm-related procfs files to MM sections Vlastimil Babka (SUSE)
2026-03-05 8:30 ` Lorenzo Stoakes (Oracle)
@ 2026-03-05 8:31 ` Mike Rapoport
2026-03-05 8:46 ` David Hildenbrand (Arm)
2 siblings, 0 replies; 4+ messages in thread
From: Mike Rapoport @ 2026-03-05 8:31 UTC (permalink / raw)
To: Vlastimil Babka (SUSE)
Cc: Andrew Morton, David Hildenbrand, Liam R. Howlett,
Lorenzo Stoakes, Jann Horn, Pedro Falcato, Suren Baghdasaryan,
Michal Hocko, linux-mm, linux-fsdevel
On Thu, Mar 05, 2026 at 09:26:29AM +0100, Vlastimil Babka (SUSE) wrote:
> Some procfs files are very much related to memory management so let's
> have MAINTAINERS reflect that.
>
> Add fs/proc/meminfo.c to MEMORY MANAGEMENT - CORE.
>
> Add fs/proc/task_[no]mmu.c to MEMORY MAPPING.
>
> Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
> ---
> MAINTAINERS | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3553554019e8..39987895bcfc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16683,6 +16683,7 @@ F: include/linux/ptdump.h
> F: include/linux/vmpressure.h
> F: include/linux/vmstat.h
> F: include/trace/events/zone_lock.h
> +F: fs/proc/meminfo.c
> F: kernel/fork.c
> F: mm/Kconfig
> F: mm/debug.c
> @@ -16998,6 +16999,8 @@ 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: fs/proc/task_mmu.c
> +F: fs/proc/task_nommu.c
> F: mm/interval_tree.c
> F: mm/mincore.c
> F: mm/mlock.c
>
> ---
> base-commit: 7fcd8889fbf318409163ff5033fe161dd2a73243
> change-id: 20260305-maintainers-proc-30e45ca9e434
>
> Best regards,
> --
> Vlastimil Babka (SUSE) <vbabka@kernel.org>
>
--
Sincerely yours,
Mike.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add mm-related procfs files to MM sections
2026-03-05 8:26 [PATCH] MAINTAINERS: add mm-related procfs files to MM sections Vlastimil Babka (SUSE)
2026-03-05 8:30 ` Lorenzo Stoakes (Oracle)
2026-03-05 8:31 ` Mike Rapoport
@ 2026-03-05 8:46 ` David Hildenbrand (Arm)
2 siblings, 0 replies; 4+ messages in thread
From: David Hildenbrand (Arm) @ 2026-03-05 8:46 UTC (permalink / raw)
To: Vlastimil Babka (SUSE), Andrew Morton, Liam R. Howlett, Lorenzo Stoakes
Cc: Jann Horn, Pedro Falcato, Mike Rapoport, Suren Baghdasaryan,
Michal Hocko, linux-mm, linux-fsdevel
On 3/5/26 09:26, Vlastimil Babka (SUSE) wrote:
> Some procfs files are very much related to memory management so let's
> have MAINTAINERS reflect that.
>
> Add fs/proc/meminfo.c to MEMORY MANAGEMENT - CORE.
>
> Add fs/proc/task_[no]mmu.c to MEMORY MAPPING.
>
> Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
> ---
Thanks!
Acked-by: David Hildenbrand (Arm) <david@kernel.org>
--
Cheers,
David
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-03-05 8:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-05 8:26 [PATCH] MAINTAINERS: add mm-related procfs files to MM sections Vlastimil Babka (SUSE)
2026-03-05 8:30 ` Lorenzo Stoakes (Oracle)
2026-03-05 8:31 ` Mike Rapoport
2026-03-05 8:46 ` David Hildenbrand (Arm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox