mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 00:39:07 +08:00
Syncing latest libbpf commits from kernel repository.
Baseline bpf-next commit: dc855b77719fe452d670cae2cf64da1eb51f16cc
Checkpoint bpf-next commit: 4c51f90d45dca71e7974ed5a7c40b9c04a6c6762
Baseline bpf commit: 1a7eb7a3d74031e6c173f0822023f354c2870354
Checkpoint bpf commit: 593fffb8bcfdacc2111a9951afe1fae77988aa4a
Amery Hung (1):
libbpf: Fix invalid write loop logic in bpf_linker__add_buf()
Daniel Borkmann (2):
net: Add queue-create operation
netkit: Add single device mode for netkit
Emil Tsalapatis (3):
libbpf: Add gating for arena globals relocation feature
libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gating
libbpf: Delay feature gate check until object prepare time
Jakub Kicinski (1):
Revert "Merge branch
'netkit-support-for-io_uring-zero-copy-and-af_xdp'"
Jonas Köppeler (1):
net/sched: sch_cake: share shaper state across sub-instances of
cake_mq
Paolo Abeni (1):
geneve: add netlink support for GRO hint
include/uapi/linux/if_link.h | 1 +
include/uapi/linux/pkt_sched.h | 1 +
src/features.c | 65 ++++++++++++++++++++++++++++++++++
src/libbpf.c | 17 ++++++---
src/libbpf_internal.h | 2 ++
src/linker.c | 2 +-
6 files changed, 83 insertions(+), 5 deletions(-)
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
4c51f90d45dca71e7974ed5a7c40b9c04a6c6762
|