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-20 08:19:07 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e72ac682aee17faa50967e8e2982b5697cdaa5ae
libbpf
/
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: e80f2a0d194605553315de68284fc41969f81f62 Checkpoint bpf-next commit: 820e6e227c4053b6b631ae65ef1f65d560cb392b Baseline bpf commit: 343e53754b21ae45530623222aa079fecd3cf942 Checkpoint bpf commit: baa59504c1cd0cca7d41954a45ee0b3dc78e41a0 Andrii Nakryiko (2): libbpf: deprecate legacy BPF map definitions libbpf: streamline low-level XDP APIs Kui-Feng Lee (1): libbpf: Improve btf__add_btf() with an additional hashmap for strings. Toke Høiland-Jørgensen (1): libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors Usama Arif (1): uapi/bpf: Add missing description and returns for helper documentation YiFei Zhu (1): bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value include/uapi/linux/bpf.h | 33 +++++++++++ src/bpf_helpers.h | 2 +- src/btf.c | 31 ++++++++++- src/btf.h | 22 +++++++- src/libbpf.c | 8 +++ src/libbpf.h | 29 ++++++++++ src/libbpf.map | 4 ++ src/libbpf_legacy.h | 5 ++ src/netlink.c | 117 ++++++++++++++++++++++++++++----------- 9 files changed, 215 insertions(+), 36 deletions(-) -- 2.30.2
2022-01-21 12:12:58 -08:00
820e6e227c4053b6b631ae65ef1f65d560cb392b
Reference in New Issue
Copy Permalink