diff options
| author | Brian Masney <bmasney@redhat.com> | 2026-05-28 16:56:14 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-06-05 00:45:08 +0300 |
| commit | 8f42b751e7d7f73dbb2b59281cef891bfb7ae40c (patch) | |
| tree | e83146577e2e14d89ee19e94f5d8206b6e73b062 | |
| parent | 13f77972b94c51f6e5b94d672025601363440a94 (diff) | |
| download | linux-8f42b751e7d7f73dbb2b59281cef891bfb7ae40c.tar.xz | |
MAINTAINERS: add vm.rst to memory management core
The vm.rst file is currently not listed in the MAINTAINERS file, so let's
go ahead and add to the MM core subsystem so that the maintainers are CCed
when changes to the documentation are proposed.
Link: https://lore.kernel.org/20260528-mm-vm-rst-maintainers-file-v1-1-306631c0a610@redhat.com
Signed-off-by: Brian Masney <bmasney@redhat.com>
Reviewed-by: Lorenzo Stoakes <ljs@kernel.org>
Reviewed-by: Oscar Salvador (SUSE) <osalvador@kernel.org>
Reviewed-by: Liam R. Howlett (Oracle) <liam@infradead.org>
Reviewed-by: SeongJae Park <sj@kernel.org>
Acked-by: David Hildenbrand (Arm) <david@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 48c2265f00a9..ef31a8dd9e5b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16781,6 +16781,7 @@ L: linux-mm@kvack.org S: Maintained W: http://www.linux-mm.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm +F: Documentation/admin-guide/sysctl/vm.rst F: include/linux/folio_batch.h F: include/linux/gfp.h F: include/linux/gfp_types.h |
