
Daniel Borkmann (4): bpf: Add cookie object to bpf maps bpf: Move bpf map owner out of common struct bpf: Move cgroup iterator helpers to bpf.h bpf: Fix oob access in cgroup local storage Leon Hwang (1): bpf: Fix updating attached freplace prog in prog_array map Toke Hoiland-Jorgensen (1): bpf: generalise tail call map compatibility check Toke Høiland-Jørgensen (1): bpf: Resolve fext program type when checking map compatibility Xiaomeng Zhang (1): Fix kabi breakage for bpf_map by using KABI_FILL_HOLE and KABI_EXTEND include/linux/bpf-cgroup.h | 5 -- include/linux/bpf.h | 90 +++++++++++++++++++++++------------- include/linux/bpf_verifier.h | 5 ++ kernel/bpf/arraymap.c | 4 +- kernel/bpf/core.c | 59 ++++++++++++++--------- kernel/bpf/cpumap.c | 16 ++++--- kernel/bpf/devmap.c | 3 +- kernel/bpf/syscall.c | 22 +++++---- kernel/bpf/verifier.c | 5 -- 9 files changed, 126 insertions(+), 83 deletions(-) -- 2.34.1