On 7/5/22 3:48 PM, 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(-)
Ack for the whole series: Acked-by: Yonghong Song <yhs@xxxxxx>