blob: 0ffdc50d4bde3e0d8d2b036be5a707b02b35105f [file] [log] [blame]
From: "Uladzislau Rezki (Sony)" <urezki@gmail.com>
Subject: MAINTAINERS: add test_vmalloc.c to VMALLOC section
Date: Thu, 17 Apr 2025 18:12:15 +0200
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) <urezki@gmail.com>
Reviewed-by: Baoquan He <bhe@redhat.com>
Cc: Christop Hellwig <hch@infradead.org>
Cc: Mateusz Guzik <mjguzik@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--- a/MAINTAINERS~maintainers-add-test_vmallocc-to-vmalloc-section
+++ a/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
_