Message ID | 20210313210920.1959628-1-andrii@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Build BPF selftests and its libbpf, bpftool in debug mode | expand |
On 3/13/21 1:09 PM, Andrii Nakryiko wrote: > 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. It was applied. gitbot doesn't seem to auto-reply anymore. hmm.
On Tue, Mar 16, 2021 at 2:02 PM Alexei Starovoitov <ast@fb.com> wrote: > > On 3/13/21 1:09 PM, Andrii Nakryiko wrote: > > 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. > > It was applied. gitbot doesn't seem to auto-reply anymore. hmm. Thanks! Yeah, it seems to be unreliable lately. I think it sent some notifications yesterday, but not all.