From: SeongJae Park Date: Fri, 1 Nov 2024 20:23:10 +0000 (-0700) Subject: MAINTAINERS/MEMORY MANAGEMENT: add document files for mm X-Git-Tag: v6.13-rc1~99^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e51e10fadb2a5d3fcf12c79cc0fa7171286d5836;p=thirdparty%2Flinux.git 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 Acked-by: David Hildenbrand Acked-by: Mike Rapoport (Microsoft) Cc: Jonathan Corbet Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index 27005b0fada97..0383fd7e0a40c 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