Skip to content
Snippets Groups Projects
Commit 6ff2c290 authored by Jason A. Donenfeld's avatar Jason A. Donenfeld
Browse files

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: default avatarJason A. Donenfeld <Jason@zx2c4.com>
parent 4a39ac5b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment