]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Skip loading bpf_testmod when using -l to list tests.
authorYucong Sun <fallentree@fb.com>
Tue, 17 Aug 2021 04:47:29 +0000 (21:47 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 17 Aug 2021 18:16:27 +0000 (11:16 -0700)
commitfde29a56f31211288b8946a91f2eba34c9980cfa
tree1ffa79571054c11b54194d146b818278fcbad04a
parent342905a06599f1aa951a22f01f1bc8e56eeb0fb7
selftests/bpf: Skip loading bpf_testmod when using -l to list tests.

When using "-l", test_progs often is executed as non-root user,
load_bpf_testmod() will fail and output errors. This patch skips loading bpf
testmod when "-l" is specified, making output cleaner.

Signed-off-by: Yucong Sun <fallentree@fb.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210817044732.3263066-2-fallentree@fb.com
tools/testing/selftests/bpf/test_progs.c