Message ID | 20250417161216.88318-3-urezki@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/4] lib/test_vmalloc.c: Replace RWSEM to SRCU for setup | expand |
On 04/17/25 at 06:12pm, Uladzislau Rezki (Sony) wrote: > 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. > > Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 17ed0b5ffdd20..8e62b09e4c9e4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -25874,6 +25874,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 Reviewed-by: Baoquan He <bhe@redhat.com> > > VME SUBSYSTEM > L: linux-kernel@vger.kernel.org > -- > 2.39.5 >
diff --git a/MAINTAINERS b/MAINTAINERS index 17ed0b5ffdd20..8e62b09e4c9e4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25874,6 +25874,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
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. Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)