This short series adds two new "-a", "-d" switch to test_progs, supporting exact string match, as well as '*' wildchar. It also cleans up the output to make it possible to generate allowlist/denylist using grep. Yucong Sun (4): selftests/bpf: skip loading bpf_testmod when using -l to list tests. selftests/bpf: correctly display subtest skip status selftests/bpf: also print test name in subtest status message selftests/bpf: Support glob matching for test selector. tools/testing/selftests/bpf/test_progs.c | 93 ++++++++++++++++++------ tools/testing/selftests/bpf/test_progs.h | 1 + 2 files changed, 72 insertions(+), 22 deletions(-) -- 2.30.2