Skip to content

Commit 6ff2c29

Browse files
committed
MAINTAINERS: make vDSO getrandom matches more generic
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 <[email protected]>
1 parent 4a39ac5 commit 6ff2c29

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

MAINTAINERS

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19217,10 +19217,7 @@ F: drivers/char/random.c
1921719217
F: include/linux/random.h
1921819218
F: include/uapi/linux/random.h
1921919219
F: drivers/virt/vmgenid.c
19220-
F: include/vdso/getrandom.h
19221-
F: lib/vdso/getrandom.c
19222-
F: arch/x86/entry/vdso/vgetrandom*
19223-
F: arch/x86/include/asm/vdso/getrandom*
19220+
N: ^.*/vdso/[^/]*getrandom[^/]+$
1922419221

1922519222
RAPIDIO SUBSYSTEM
1922619223
M: Matt Porter <[email protected]>

0 commit comments

Comments
 (0)