Merge branch 'selftests/bpf: Improve the usability of test_progs'
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 17 Aug 2021 18:16:07 +0000 (11:16 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 17 Aug 2021 18:31:52 +0000 (11:31 -0700)
commit87bb11ccfe03f61ef66f0e3dcc7685ddf4798993
tree66046b3c7226da4f6ede6d10ab5d0ac30383e3b0
parent857f75ea845706a0ec65ce2239da519214a4451a
parent74339a8f866cdcca3f701c859b43b538890d905b
Merge branch 'selftests/bpf: Improve the usability of test_progs'

Yucong Sun says:

====================

This short series adds two new switches to test_progs, "-a" and "-d",
adding support for both exact string matching, as well as '*' wildcards.
It also cleans up the output to make it possible to generate
allowlist/denylist using common cli tools.
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>