https://github.com/torvalds/linux
Revision d3eee81fd6111eb404318ddbaded3f86c7f21d70 authored by Jakub Kicinski on 07 March 2024, 04:21:01 UTC, committed by Jakub Kicinski on 07 March 2024, 04:21:01 UTC
Daniel Borkmann says:

====================
pull-request: bpf 2024-03-06

We've added 5 non-merge commits during the last 1 day(s) which contain
a total of 5 files changed, 77 insertions(+), 4 deletions(-).

The main changes are:

1) Fix BPF verifier to check bpf_func_state->callback_depth when pruning
   states as otherwise unsafe programs could get accepted,
   from Eduard Zingerman.

2) Fix to zero-initialise xdp_rxq_info struct before running XDP program in
   CPU map which led to random xdp_md fields, from Toke Høiland-Jørgensen.

3) Fix bonding XDP feature flags calculation when bonding device has no
   slave devices anymore, from Daniel Borkmann.

* tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf:
  cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
  selftests/bpf: Fix up xdp bonding test wrt feature flags
  xdp, bonding: Fix feature flags when there are no slave devs anymore
  selftests/bpf: test case for callback_depth states pruning logic
  bpf: check bpf_func_state->callback_depth when pruning states
====================

Link: https://lore.kernel.org/r/20240306220309.13534-1-daniel@iogearbox.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parent s c055fc0 + 2487007
History
Tip revision: d3eee81fd6111eb404318ddbaded3f86c7f21d70 authored by Jakub Kicinski on 07 March 2024, 04:21:01 UTC
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Tip revision: d3eee81
File Mode Size
Makefile -rw-r--r-- 425 bytes
advise.c -rw-r--r-- 2.3 KB
advise.h -rw-r--r-- 316 bytes
alloc_cache.h -rw-r--r-- 1.4 KB
cancel.c -rw-r--r-- 8.1 KB
cancel.h -rw-r--r-- 721 bytes
epoll.c -rw-r--r-- 1.3 KB
epoll.h -rw-r--r-- 213 bytes
fdinfo.c -rw-r--r-- 6.7 KB
fdinfo.h -rw-r--r-- 100 bytes
filetable.c -rw-r--r-- 4.0 KB
filetable.h -rw-r--r-- 2.2 KB
fs.c -rw-r--r-- 6.8 KB
fs.h -rw-r--r-- 929 bytes
futex.c -rw-r--r-- 9.4 KB
futex.h -rw-r--r-- 1.1 KB
io-wq.c -rw-r--r-- 32.6 KB
io-wq.h -rw-r--r-- 2.1 KB
io_uring.c -rw-r--r-- 111.0 KB
io_uring.h -rw-r--r-- 11.3 KB
kbuf.c -rw-r--r-- 19.6 KB
kbuf.h -rw-r--r-- 4.0 KB
msg_ring.c -rw-r--r-- 7.5 KB
msg_ring.h -rw-r--r-- 226 bytes
net.c -rw-r--r-- 38.8 KB
net.h -rw-r--r-- 2.2 KB
nop.c -rw-r--r-- 498 bytes
nop.h -rw-r--r-- 168 bytes
notif.c -rw-r--r-- 2.2 KB
notif.h -rw-r--r-- 1.3 KB
opdef.c -rw-r--r-- 15.3 KB
opdef.h -rw-r--r-- 1.5 KB
openclose.c -rw-r--r-- 7.3 KB
openclose.h -rw-r--r-- 754 bytes
poll.c -rw-r--r-- 28.6 KB
poll.h -rw-r--r-- 1.3 KB
refs.h -rw-r--r-- 1.2 KB
register.c -rw-r--r-- 13.7 KB
register.h -rw-r--r-- 218 bytes
rsrc.c -rw-r--r-- 25.8 KB
rsrc.h -rw-r--r-- 3.9 KB
rw.c -rw-r--r-- 29.9 KB
rw.h -rw-r--r-- 1.0 KB
slist.h -rw-r--r-- 2.7 KB
splice.c -rw-r--r-- 2.9 KB
splice.h -rw-r--r-- 306 bytes
sqpoll.c -rw-r--r-- 10.2 KB
sqpoll.h -rw-r--r-- 830 bytes
statx.c -rw-r--r-- 1.6 KB
statx.h -rw-r--r-- 217 bytes
sync.c -rw-r--r-- 2.8 KB
sync.h -rw-r--r-- 460 bytes
tctx.c -rw-r--r-- 7.4 KB
tctx.h -rw-r--r-- 992 bytes
timeout.c -rw-r--r-- 18.0 KB
timeout.h -rw-r--r-- 1.2 KB
uring_cmd.c -rw-r--r-- 7.3 KB
uring_cmd.h -rw-r--r-- 231 bytes
waitid.c -rw-r--r-- 9.2 KB
waitid.h -rw-r--r-- 484 bytes
xattr.c -rw-r--r-- 5.6 KB
xattr.h -rw-r--r-- 654 bytes

back to top