Merge branch 'selftests/bpf: make BPF_CFLAGS stricter with -Wall'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 10 Mar 2023 16:14:08 +0000 (08:14 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 10 Mar 2023 16:14:08 +0000 (08:14 -0800)
Andrii Nakryiko says:

====================

Make BPF-side compiler flags stricter by adding -Wall. Fix tons of small
issues pointed out by compiler immediately after that. That includes newly
added bpf_for(), bpf_for_each(), and bpf_repeat() macros.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge