Daniel Borkmann says:
====================
pull-request: bpf 2019-11-02
The following pull-request contains BPF updates for your *net* tree.
We've added 6 non-merge commits during the last 6 day(s) which contain
a total of 8 files changed, 35 insertions(+), 9 deletions(-).
The main changes are:
1) Fix ppc BPF JIT's tail call implementation by performing a second pass
to gather a stable JIT context before opcode emission, from Eric Dumazet.
2) Fix build of BPF samples sys_perf_event_open() usage to compiled out
unavailable test_attr__{enabled,open} checks. Also fix potential overflows
in bpf_map_{area_alloc,charge_init} on 32 bit archs, from Björn Töpel.
3) Fix narrow loads of bpf_sysctl context fields with offset > 0 on big endian
archs like s390x and also improve the test coverage, from Ilya Leoshkevich.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- arch/powerpc/net/bpf_jit_comp64.c 13 additions, 0 deletionsarch/powerpc/net/bpf_jit_comp64.c
- include/linux/bpf.h 2 additions, 2 deletionsinclude/linux/bpf.h
- kernel/bpf/cgroup.c 2 additions, 2 deletionskernel/bpf/cgroup.c
- kernel/bpf/syscall.c 5 additions, 2 deletionskernel/bpf/syscall.c
- samples/bpf/Makefile 1 addition, 0 deletionssamples/bpf/Makefile
- tools/perf/perf-sys.h 4 additions, 2 deletionstools/perf/perf-sys.h
- tools/testing/selftests/bpf/test_sysctl.c 7 additions, 1 deletiontools/testing/selftests/bpf/test_sysctl.c
Loading
Please register or sign in to comment