Hi David, hi Jakub,
The following pull-request contains BPF updates for your *net* tree.
We've added 3 non-merge commits during the last 1 day(s) which contain
a total of 3 files changed, 6 insertions(+), 6 deletions(-).
The main changes are:
1) Fix wrong bpf_map_peek_elem_proto helper callback, from Mircea Cirjaliu.
2) Fix signed_{sub,add32}_overflows type truncation, from Daniel Borkmann.
3) Fix AF_XDP to also clear pools for inactive queues, from Maxim Mikityanskiy.
Please consider pulling these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
Thanks a lot!
Also thanks to reporters, reviewers and testers of commits in this pull-request:
Alexei Starovoitov, Björn Töpel, De4dCr0w, John Fastabend
----------------------------------------------------------------
The following changes since commit f7b9820dbe1620a3d681991fc82774ae49c2b6d2:
Merge branch 'sh_eth-fix-reboot-crash' (2021-01-19 12:02:23 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
for you to fetch changes up to bc895e8b2a64e502fbba72748d59618272052a8b:
bpf: Fix signed_{sub,add32}_overflows type handling (2021-01-20 17:19:40
+0100)
----------------------------------------------------------------
Daniel Borkmann (1):
bpf: Fix signed_{sub,add32}_overflows type handling
Maxim Mikityanskiy (1):
xsk: Clear pool even for inactive queues
Mircea Cirjaliu (1):
bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
kernel/bpf/helpers.c | 2 +-
kernel/bpf/verifier.c | 6 +++---
net/xdp/xsk.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)