diff options
author | SeongJae Park <sj@kernel.org> | 2024-11-01 23:23:10 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-11-12 04:22:27 +0300 |
commit | e51e10fadb2a5d3fcf12c79cc0fa7171286d5836 (patch) | |
tree | 4771229b39e17323d3721a3dcb8ff09813a0a5b8 | |
parent | e19175909180cf0affb9d8649cb234fbd91070b0 (diff) | |
download | linux-e51e10fadb2a5d3fcf12c79cc0fa7171286d5836.tar.xz |
MAINTAINERS/MEMORY MANAGEMENT: add document files for mm
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.
Link: https://lkml.kernel.org/r/20241101202311.53935-1-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Acked-by: David Hildenbrand <david@redhat.com>
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 27005b0fada9..0383fd7e0a40 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14848,6 +14848,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 |