mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-19 15:59:06 +08:00
Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: b0efc216f577997bf563d76d51673ed79c3d5f71 Checkpoint bpf-next commit: f4d385e4d51d035c7f0d68a3e9564c9453c13aa4 Baseline bpf commit: 9cf51446e68607136e42a4e531a30c888c472463 Checkpoint bpf commit: 9cf51446e68607136e42a4e531a30c888c472463 Andrii Nakryiko (1): libbpf: Make btf_dump work with modifiable BTF Daniel Borkmann (3): bpf: Add classid helper only based on skb->sk bpf: Add redirect_neigh helper as redirect drop-in bpf, libbpf: Add bpf_tail_call_static helper for bpf programs include/uapi/linux/bpf.h | 24 ++++++++++++++ src/bpf_helpers.h | 46 +++++++++++++++++++++++++++ src/btf.c | 17 ++++++++++ src/btf_dump.c | 69 +++++++++++++++++++++++++++------------- src/libbpf_internal.h | 1 + 5 files changed, 135 insertions(+), 22 deletions(-) -- 2.24.1
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
f4d385e4d51d035c7f0d68a3e9564c9453c13aa4
|