From: Alexei Starovoitov Date: Tue, 16 Mar 2021 19:26:49 +0000 (-0700) Subject: Merge branch 'Build BPF selftests and its libbpf, bpftool in debug mode' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5531939a4def86bea1e0adbbe0a13ebfbea36ccd;p=linux.git Merge branch 'Build BPF selftests and its libbpf, bpftool in debug mode' Andrii Nakryiko says: ==================== Build BPF selftests and libbpf and bpftool, that are used as part of selftests, in debug mode (specifically, -Og). This makes it much simpler and nicer to do development and/or bug fixing. See patch #4 for some unscientific measurements. This patch set fixes new maybe-unitialized warnings produced in -Og build mode. Patch #1 fixes the blocker which was causing some XDP selftests failures due to non-zero padding in bpf_xdp_set_link_opts, which only happened in debug mode. ==================== Signed-off-by: Alexei Starovoitov --- 5531939a4def86bea1e0adbbe0a13ebfbea36ccd