On Sat, Mar 23, 2019 at 6:53 AM Daniel Borkmann <dan...@iogearbox.net> wrote: > > Hey Willem, > > On 03/22/2019 07:32 PM, Willem de Bruijn wrote: > > From: Willem de Bruijn <will...@google.com> > > > > BPF allows for dynamic tunneling, choosing the tunnel destination and > > features on-demand. Extend bpf_skb_adjust_room to allow for efficient > > tunneling at the TC hooks. > > Patch 9 in this series caused the following warning, please take a look > for sending a follow-up fix, thanks. > > Report: > > tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git > master > branch HEAD: 7df5e3db8f6354125540dfa50affd2c02b7d2832 selftests: bpf: tc-bpf > flow shaping with EDT > > Regressions in current branch: > > net/core/filter.c:3026:3: warning: 'mac_len' may be used uninitialized in > this function [-Wmaybe-uninitialized] > net/core/filter.c:3027:3: warning: 'mac_len' may be used uninitialized in > this function [-Wmaybe-uninitialized]
That's surprising, sorry about that. Sent http://patchwork.ozlabs.org/patch/1062325/ .