[PATCH] MAINTAINERS: add further init files to mm init block

Lorenzo Stoakes posted 1 patch 3 months, 3 weeks ago
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
[PATCH] MAINTAINERS: add further init files to mm init block
Posted by Lorenzo Stoakes 3 months, 3 weeks ago
These files comprise the bootmem info logic which is initialised on startup
and also memory tests that are run on startup and as such this seems the
most appropriate section for them.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 08045f9efadd..1d24399643f3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15679,8 +15679,11 @@ S:	Maintained
 F:	Documentation/core-api/boot-time-mm.rst
 F:	Documentation/core-api/kho/bindings/memblock/*
 F:	include/linux/memblock.h
+F:	mm/bootmem_info.c
 F:	mm/memblock.c
+F:	mm/memtest.c
 F:	mm/mm_init.c
+F:	mm/rodata_test.c
 F:	tools/testing/memblock/
 
 MEMORY ALLOCATION PROFILING
-- 
2.49.0
Re: [PATCH] MAINTAINERS: add further init files to mm init block
Posted by Andrew Morton 3 months, 3 weeks ago
On Tue, 17 Jun 2025 18:45:38 +0100 Lorenzo Stoakes <lorenzo.stoakes@oracle.com> wrote:

> These files comprise the bootmem info logic which is initialised on startup
> and also memory tests that are run on startup and as such this seems the
> most appropriate section for them.
> 
> ...
>
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15679,8 +15679,11 @@ S:	Maintained
>  F:	Documentation/core-api/boot-time-mm.rst
>  F:	Documentation/core-api/kho/bindings/memblock/*
>  F:	include/linux/memblock.h
> +F:	mm/bootmem_info.c
>  F:	mm/memblock.c
> +F:	mm/memtest.c
>  F:	mm/mm_init.c
> +F:	mm/rodata_test.c
>  F:	tools/testing/memblock/
>  

Doesn't this want T: entries for 

git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git#fixes
git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git#for-next
Re: [PATCH] MAINTAINERS: add further init files to mm init block
Posted by Mike Rapoport 3 months, 3 weeks ago
On Tue, Jun 17, 2025 at 04:18:00PM -0700, Andrew Morton wrote:
> On Tue, 17 Jun 2025 18:45:38 +0100 Lorenzo Stoakes <lorenzo.stoakes@oracle.com> wrote:
> 
> > These files comprise the bootmem info logic which is initialised on startup
> > and also memory tests that are run on startup and as such this seems the
> > most appropriate section for them.
> > 
> > ...
> >
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -15679,8 +15679,11 @@ S:	Maintained
> >  F:	Documentation/core-api/boot-time-mm.rst
> >  F:	Documentation/core-api/kho/bindings/memblock/*
> >  F:	include/linux/memblock.h
> > +F:	mm/bootmem_info.c
> >  F:	mm/memblock.c
> > +F:	mm/memtest.c
> >  F:	mm/mm_init.c
> > +F:	mm/rodata_test.c
> >  F:	tools/testing/memblock/
> >  
> 
> Doesn't this want T: entries for 
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git#fixes
> git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git#for-next

A long overdue indeed:

From 4d0b56ca0bbfe161c07e284163582180d4dfb749 Mon Sep 17 00:00:00 2001
From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
Date: Wed, 18 Jun 2025 19:47:52 +0300
Subject: [PATCH] MAINTAINERS: add tree entry to mm init block

Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cba00609855b..b1e6f242b972 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15678,6 +15678,8 @@ MEMBLOCK AND MEMORY MANAGEMENT INITIALIZATION
 M:	Mike Rapoport <rppt@kernel.org>
 L:	linux-mm@kvack.org
 S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git for-next
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git fixes
 F:	Documentation/core-api/boot-time-mm.rst
 F:	Documentation/core-api/kho/bindings/memblock/*
 F:	include/linux/memblock.h

base-commit: 75856c59ae536a369ac79c1b8f5f5c002a9f5c70
-- 
2.47.2

 

-- 
Sincerely yours,
Mike.
Re: [PATCH] MAINTAINERS: add further init files to mm init block
Posted by Mike Rapoport 3 months, 3 weeks ago
On Tue, Jun 17, 2025 at 06:45:38PM +0100, Lorenzo Stoakes wrote:
> These files comprise the bootmem info logic which is initialised on startup
> and also memory tests that are run on startup and as such this seems the
> most appropriate section for them.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Reviewed-by: Mike Rapoport (Microsoft) <rppt@kernel.org>

> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 08045f9efadd..1d24399643f3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15679,8 +15679,11 @@ S:	Maintained
>  F:	Documentation/core-api/boot-time-mm.rst
>  F:	Documentation/core-api/kho/bindings/memblock/*
>  F:	include/linux/memblock.h
> +F:	mm/bootmem_info.c
>  F:	mm/memblock.c
> +F:	mm/memtest.c
>  F:	mm/mm_init.c
> +F:	mm/rodata_test.c
>  F:	tools/testing/memblock/
>  
>  MEMORY ALLOCATION PROFILING
> -- 
> 2.49.0
> 

-- 
Sincerely yours,
Mike.