Commit 6ff2c29
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
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19217 | 19217 | | |
19218 | 19218 | | |
19219 | 19219 | | |
19220 | | - | |
19221 | | - | |
19222 | | - | |
19223 | | - | |
| 19220 | + | |
19224 | 19221 | | |
19225 | 19222 | | |
19226 | 19223 | | |
| |||
0 commit comments