[PATCH] MAINTAINERS/MEMORY MANAGEMENT: add document files for mm

SeongJae Park posted 1 patch 3 weeks, 1 day ago
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[PATCH] MAINTAINERS/MEMORY MANAGEMENT: add document files for mm
Posted by SeongJae Park 3 weeks, 1 day ago
Memory managment subsystem documents ('admin-guide/mm/' and 'mm/' under
'Documentation/') are not marked as managed under memory management
subsystem.  This makes 'get_maintainer.pl' for changes to the documents
sub-optimal.  Mark the documents as part of mm subsystem on MAINTAINERS
file.

Signed-off-by: SeongJae Park <sj@kernel.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8a18c2e135cd..2a2e92129646 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14794,6 +14794,8 @@ S:	Maintained
 W:	http://www.linux-mm.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
 T:	quilt git://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new
+F:	Documentation/admin-guide/mm/
+F:	Documentation/mm/
 F:	include/linux/gfp.h
 F:	include/linux/gfp_types.h
 F:	include/linux/memfd.h
-- 
2.39.5
Re: [PATCH] MAINTAINERS/MEMORY MANAGEMENT: add document files for mm
Posted by Mike Rapoport 1 week, 6 days ago
On Fri, Nov 01, 2024 at 01:23:10PM -0700, SeongJae Park wrote:
> Memory managment subsystem documents ('admin-guide/mm/' and 'mm/' under
> 'Documentation/') are not marked as managed under memory management
> subsystem.  This makes 'get_maintainer.pl' for changes to the documents
> sub-optimal.  Mark the documents as part of mm subsystem on MAINTAINERS
> file.
> 
> Signed-off-by: SeongJae Park <sj@kernel.org>

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

> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8a18c2e135cd..2a2e92129646 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14794,6 +14794,8 @@ S:	Maintained
>  W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>  T:	quilt git://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new
> +F:	Documentation/admin-guide/mm/
> +F:	Documentation/mm/
>  F:	include/linux/gfp.h
>  F:	include/linux/gfp_types.h
>  F:	include/linux/memfd.h
> -- 
> 2.39.5
> 
> 

-- 
Sincerely yours,
Mike.
Re: [PATCH] MAINTAINERS/MEMORY MANAGEMENT: add document files for mm
Posted by David Hildenbrand 2 weeks, 6 days ago
On 01.11.24 21:23, SeongJae Park wrote:
> Memory managment subsystem documents ('admin-guide/mm/' and 'mm/' under
> 'Documentation/') are not marked as managed under memory management
> subsystem.  This makes 'get_maintainer.pl' for changes to the documents
> sub-optimal.  Mark the documents as part of mm subsystem on MAINTAINERS
> file.
> 
> Signed-off-by: SeongJae Park <sj@kernel.org>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8a18c2e135cd..2a2e92129646 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14794,6 +14794,8 @@ S:	Maintained
>   W:	http://www.linux-mm.org
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>   T:	quilt git://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new
> +F:	Documentation/admin-guide/mm/
> +F:	Documentation/mm/
>   F:	include/linux/gfp.h
>   F:	include/linux/gfp_types.h
>   F:	include/linux/memfd.h


Acked-by: David Hildenbrand <david@redhat.com>

-- 
Cheers,

David / dhildenb