]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MAINTAINERS: make vDSO getrandom matches more generic
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 16 Sep 2024 13:28:00 +0000 (15:28 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 18 Sep 2024 13:55:40 +0000 (15:55 +0200)
Rather than specifying matches for every architecture, what we actually
want is an extglob-like thing, such as:

F:      **/vdso/*getrandom*

Unfortunately, this isn't possible, but get_maintainers.pl does support
a "N:" directive that uses regexes, so just encode that extglob
statement as an ordinary regex.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
MAINTAINERS

index 8a76c256229caf18b58d012b695a0b7ba9480d18..cba8bfedeadd555f731d52368fb8ec44009097d0 100644 (file)
@@ -19217,10 +19217,7 @@ F:     drivers/char/random.c
 F:     include/linux/random.h
 F:     include/uapi/linux/random.h
 F:     drivers/virt/vmgenid.c
-F:     include/vdso/getrandom.h
-F:     lib/vdso/getrandom.c
-F:     arch/x86/entry/vdso/vgetrandom*
-F:     arch/x86/include/asm/vdso/getrandom*
+N:     ^.*/vdso/[^/]*getrandom[^/]+$
 
 RAPIDIO SUBSYSTEM
 M:     Matt Porter <mporter@kernel.crashing.org>