]> www.infradead.org Git - users/hch/block.git/commit
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)
commit6ff2c290147a65027fb04b154a52723a6efabced
tree6cc556179f3fd8efbd4455862a01c1de337df914
parent4a39ac5b7d62679c07a3e3d12b0f6982377d8a7d
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 <Jason@zx2c4.com>
MAINTAINERS