This website requires JavaScript.
Explore
Help
Sign In
mirror
/
libbpf
Watch
1
Star
0
Fork
0
You've already forked libbpf
mirror of
https://github.com/netdata/libbpf.git
synced
2026-03-23 17:59:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c69f0d12f312a575c84f5b92e6ce36841e98f607
libbpf
/
BPF-CHECKPOINT-COMMIT
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sync: latest libbpf changes from kernel Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: 1d1a3bcffe360a56fd8cc287ed74d4c3066daf42 Checkpoint bpf-next commit: 858e284f0ec18bff2620d9a6afe764dc683f8ba1 Baseline bpf commit: e7a5f1f1cd0008e5ad379270a8657e121eedb669 Checkpoint bpf commit: 1712b2fff8c682d145c7889d2290696647d82dab Andrii Nakryiko (2): tools: Sync uapi/linux/if_link.h libbpf: Support .text sub-calls relocations Brian Vazquez (1): libbpf: Fix unneeded extra initialization in bpf_map_batch_common Martin KaFai Lau (1): libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API Yonghong Song (3): bpf: Add bpf_send_signal_thread() helper tools/bpf: Sync uapi header bpf.h libbpf: Add libbpf support to batch ops include/uapi/linux/bpf.h | 40 +++++++++++- include/uapi/linux/if_link.h | 1 + src/bpf.c | 58 +++++++++++++++++ src/bpf.h | 22 +++++++ src/btf.c | 102 +++++++++++++++++++++++++++-- src/btf.h | 2 + src/libbpf.c | 122 +++++++---------------------------- src/libbpf.map | 5 ++ 8 files changed, 247 insertions(+), 105 deletions(-) -- 2.17.1
2020-01-16 10:13:01 -08:00
1712b2fff8c682d145c7889d2290696647d82dab
Reference in New Issue
Copy Permalink