]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit579345e7f2190c1ee97f44154526dcd458ea790d
tree642bee0776fc5e8743333b7a5c11e7b044d343fb
parent277b134057036df8c657079ca92c3e5e7d10aeaf
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