]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Rename reference_tracking BPF programs
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 5 Aug 2021 23:07:34 +0000 (16:07 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 6 Aug 2021 15:18:33 +0000 (17:18 +0200)
commit633f5479d9a9003ee382246206e932dff167a1b3
tree642bee0776fc5e8743333b7a5c11e7b044d343fb
parent27cb9ce09b40d123b3c7fc1b383328e5adfe822f
selftests/bpf: Rename reference_tracking BPF programs

BPF programs for reference_tracking selftest use "fail_" prefix to notify that
they are expected to fail. This is really confusing and inconvenient when
trying to grep through test_progs output to find *actually* failed tests. So
rename the prefix from "fail_" to "err_".

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20210805230734.437914-1-andrii@kernel.org
tools/testing/selftests/bpf/prog_tests/reference_tracking.c
tools/testing/selftests/bpf/progs/test_sk_lookup_kern.c