On Tue, Jul 05, 2022 at 03:48:15PM -0700, Andrii Nakryiko wrote: > Few small patches fixing compiler warning issues detected by Coverity or by > building selftests in -O2 mode. > > Andrii Nakryiko (3): > selftests/bpf: fix bogus uninitialized variable warning > selftests/bpf: fix few more compiler warnings > libbpf: remove unnecessary usdt_rel_ip assignments > > tools/lib/bpf/usdt.c | 6 ++---- > tools/testing/selftests/bpf/network_helpers.c | 2 +- > tools/testing/selftests/bpf/prog_tests/kprobe_multi_test.c | 4 ++-- > tools/testing/selftests/bpf/prog_tests/usdt.c | 2 +- > tools/testing/selftests/bpf/prog_tests/xdp_synproxy.c | 2 +- > 5 files changed, 7 insertions(+), 9 deletions(-) Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx> jirka