linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS/MEMORY MANAGEMENT: add document files for mm
@ 2024-11-01 20:23 SeongJae Park
  2024-11-04  9:09 ` David Hildenbrand
  2024-11-11  8:03 ` Mike Rapoport
  0 siblings, 2 replies; 3+ messages in thread
From: SeongJae Park @ 2024-11-01 20:23 UTC (permalink / raw)
  To: Andrew Morton
  Cc: SeongJae Park, Jonathan Corbet, linux-doc, linux-mm,
	linux-kernel, kernel-team

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-11  8:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-01 20:23 [PATCH] MAINTAINERS/MEMORY MANAGEMENT: add document files for mm SeongJae Park
2024-11-04  9:09 ` David Hildenbrand
2024-11-11  8:03 ` Mike Rapoport

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox