Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Daniel Borkmann says:
====================
pull-request: bpf 2021-09-28
The following pull-request contains BPF updates for your *net* tree.
We've added 10 non-merge commits during the last 14 day(s) which contain
a total of 11 files changed, 139 insertions(+), 53 deletions(-).
The main changes are:
1) Fix MIPS JIT jump code emission for too large offsets, from Piotr Krysiuk.
2) Fix x86 JIT atomic/fetch emission when dst reg maps to rax, from Johan Almbladh.
3) Fix cgroup_sk_alloc corner case when called from interrupt, from Daniel Borkmann.
4) Fix segfault in libbpf's linker for objects without BTF, from Kumar Kartikeya Dwivedi.
5) Fix bpf_jit_charge_modmem for applications with CAP_BPF, from Lorenz Bauer.
6) Fix return value handling for struct_ops BPF programs, from Hou Tao.
7) Various fixes to BPF selftests, from Jiri Benc.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
,
No related branches found
No related tags found
Showing
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- arch/mips/net/bpf_jit.c 43 additions, 14 deletionsarch/mips/net/bpf_jit.c
- arch/x86/net/bpf_jit_comp.c 48 additions, 18 deletionsarch/x86/net/bpf_jit_comp.c
- include/linux/bpf.h 2 additions, 1 deletioninclude/linux/bpf.h
- kernel/bpf/bpf_struct_ops.c 5 additions, 2 deletionskernel/bpf/bpf_struct_ops.c
- kernel/bpf/core.c 1 addition, 1 deletionkernel/bpf/core.c
- kernel/cgroup/cgroup.c 12 additions, 5 deletionskernel/cgroup/cgroup.c
- net/bpf/test_run.c 9 additions, 5 deletionsnet/bpf/test_run.c
- tools/lib/bpf/linker.c 7 additions, 1 deletiontools/lib/bpf/linker.c
- tools/testing/selftests/bpf/Makefile 2 additions, 1 deletiontools/testing/selftests/bpf/Makefile
- tools/testing/selftests/bpf/test_lwt_ip_encap.sh 8 additions, 5 deletionstools/testing/selftests/bpf/test_lwt_ip_encap.sh
Loading
Please register or sign in to comment