]> 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)
commit728aae6f73374bb763cc39d02a3d568ccbd66514
tree66046b3c7226da4f6ede6d10ab5d0ac30383e3b0
parent490d5abd5cb7ff74f48e34c7553d1d50335b8fc3
parentbb74f620ce436fa84d5c23ab8447876380ad6a99
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>