-
- Downloads
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Daniel Borkmann says: ==================== pull-request: bpf 2024-07-09 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 5 files changed, 81 insertions(+), 11 deletions(-). The main changes are: 1) Fix a use-after-free in a corner case where tcx_entry got released too early. Also add BPF test coverage along with the fix, from Daniel Borkmann. 2) Fix a kernel panic on Loongarch in sk_msg_recvmsg() which got triggered by running BPF sockmap selftests, from Geliang Tang. bpf-for-netdev * tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf: skmsg: Skip zero length skb in sk_msg_recvmsg selftests/bpf: Extend tcx tests to cover late tcx_entry release bpf: Fix too early release of tcx_entry ==================== Link: https://patch.msgid.link/20240709091452.27840-1-daniel@iogearbox.net Signed-off-by:Paolo Abeni <pabeni@redhat.com>
Showing
- include/net/tcx.h 9 additions, 4 deletionsinclude/net/tcx.h
- net/core/skmsg.c 2 additions, 1 deletionnet/core/skmsg.c
- net/sched/sch_ingress.c 6 additions, 6 deletionsnet/sched/sch_ingress.c
- tools/testing/selftests/bpf/config 3 additions, 0 deletionstools/testing/selftests/bpf/config
- tools/testing/selftests/bpf/prog_tests/tc_links.c 61 additions, 0 deletionstools/testing/selftests/bpf/prog_tests/tc_links.c
Loading
Please register or sign in to comment