]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc6804fd268e2b3b881c620af1a7129920a90cf4b
tree66046b3c7226da4f6ede6d10ab5d0ac30383e3b0
parent342905a06599f1aa951a22f01f1bc8e56eeb0fb7
parentc1812feb1122dae6f3faab9ba4e7d86902d02c8e
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>