diff mbox series

[3/4] MAINTAINERS: Add test_vmalloc.c to VMALLOC section

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

Commit Message

Uladzislau Rezki April 17, 2025, 4:12 p.m. UTC
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(+)

Comments

Baoquan He April 18, 2025, 3:01 p.m. UTC | #1
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 mbox series

Patch

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