From: Uladzislau Rezki (Sony) Date: Thu, 17 Apr 2025 16:12:15 +0000 (+0200) Subject: MAINTAINERS: add test_vmalloc.c to VMALLOC section X-Git-Tag: v6.16-rc1~92^2~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a6fe5877745e46795865e3f6a0ae346671741a3;p=thirdparty%2Flinux.git MAINTAINERS: add test_vmalloc.c to VMALLOC section A vmalloc subsystem includes "lib/test_vmalloc.c" test suite. Add an "F:" entry under VMALLOC section to track this file as part of the subsystem. Link: https://lkml.kernel.org/r/20250417161216.88318-3-urezki@gmail.com Signed-off-by: Uladzislau Rezki (Sony) Reviewed-by: Baoquan He Cc: Christop Hellwig Cc: Mateusz Guzik Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index 022a19cb9aa0c..d8e6c1beef5ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25927,6 +25927,7 @@ W: http://www.linux-mm.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm F: include/linux/vmalloc.h F: mm/vmalloc.c +F: lib/test_vmalloc.c VME SUBSYSTEM L: linux-kernel@vger.kernel.org