On Thu, 22 Oct 2020 16:17:24 +0200 Daniel Borkmann wrote: > Hi David, hi Jakub, > > The following pull-request contains BPF updates for your *net* tree. > > We've added 8 non-merge commits during the last 4 day(s) which contain > a total of 16 files changed, 426 insertions(+), 102 deletions(-). > > The main changes are: > > 1) Fix enforcing NULL check in verifier for new helper return types of > RET_PTR_TO_{BTF_ID,MEM_OR_BTF_ID}_OR_NULL, from Martin KaFai Lau. > > 2) Fix bpf_redirect_neigh() helper API before it becomes frozen by adding > nexthop information as argument, from Toke Høiland-Jørgensen. > > 3) Guard & fix compilation of bpf_tail_call_static() when __bpf__ arch is > not defined by compiler or clang too old, from Daniel Borkmann. > > 4) Remove misplaced break after return in attach_type_to_prog_type(), from > Tom Rix. Pulled, thank you!