From: Lorenzo Stoakes Date: Tue, 17 Jun 2025 17:45:38 +0000 (+0100) Subject: MAINTAINERS: add further init files to mm init block X-Git-Tag: v6.16-rc4~37^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6d19f3742ff3429d8eb2cdf51a8ab598c197ee5;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: add further init files to mm init block These files comprise the bootmem info logic which is initialised on startup and also memory tests that are run on startup and as such this seems the most appropriate section for them. Link: https://lkml.kernel.org/r/20250617174538.188977-1-lorenzo.stoakes@oracle.com Signed-off-by: Lorenzo Stoakes Reviewed-by: Mike Rapoport (Microsoft) Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index a2c8e4546cf8..1f87cb444c83 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15680,8 +15680,11 @@ S: Maintained F: Documentation/core-api/boot-time-mm.rst F: Documentation/core-api/kho/bindings/memblock/* F: include/linux/memblock.h +F: mm/bootmem_info.c F: mm/memblock.c +F: mm/memtest.c F: mm/mm_init.c +F: mm/rodata_test.c F: tools/testing/memblock/ MEMORY ALLOCATION PROFILING