Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Daniel Borkmann says: ==================== pull-request: bpf 2021-10-07 We've added 7 non-merge commits during the last 8 day(s) which contain a total of 8 files changed, 38 insertions(+), 21 deletions(-). The main changes are: 1) Fix ARM BPF JIT to preserve caller-saved regs for DIV/MOD JIT-internal helper call, from Johan Almbladh. 2) Fix integer overflow in BPF stack map element size calculation when used with preallocation, from Tatsuhiko Yasumatsu. 3) Fix an AF_UNIX regression due to added BPF sockmap support related to shutdown handling, from Jiang Wang. 4) Fix a segfault in libbpf when generating light skeletons from objects without BTF, from Kumar Kartikeya Dwivedi. 5) Fix a libbpf memory leak in strset to free the actual struct strset itself, from Andrii Nakryiko. 6) Dual-license bpf_insn.h similarly as we did for libbpf and bpftool, with ACKs from all contributors, from Luca Boccassi. ==================== Link: https://lore.kernel.org/r/20211007135010.21143-1-daniel@iogearbox.net Signed-off-by:Jakub Kicinski <kuba@kernel.org>
No related branches found
No related tags found
Showing
- arch/arm/net/bpf_jit_32.c 19 additions, 0 deletionsarch/arm/net/bpf_jit_32.c
- kernel/bpf/stackmap.c 2 additions, 1 deletionkernel/bpf/stackmap.c
- net/unix/af_unix.c 5 additions, 4 deletionsnet/unix/af_unix.c
- samples/bpf/Makefile 8 additions, 9 deletionssamples/bpf/Makefile
- samples/bpf/bpf_insn.h 1 addition, 1 deletionsamples/bpf/bpf_insn.h
- samples/bpf/xdp_redirect_map_multi.bpf.c 0 additions, 5 deletionssamples/bpf/xdp_redirect_map_multi.bpf.c
- tools/lib/bpf/libbpf.c 2 additions, 1 deletiontools/lib/bpf/libbpf.c
- tools/lib/bpf/strset.c 1 addition, 0 deletionstools/lib/bpf/strset.c
Loading
Please register or sign in to comment