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-22 01:09:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
79e19bb62bbda8aad5659dfef225d9ccd36855d0
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: 239860828f8660e2be487e2fbdae2640cce3fd67 Checkpoint bpf-next commit: 79d93c8ff35855d3283ee7d82dfe0c54f90b9986 Baseline bpf commit: 319fc77f8f45a1b3dba15b0cc1a869778fd222f7 Checkpoint bpf commit: 6ccf6adb05d0fe3dbb1a77ab90bf054da8a2198d Ihor Solodrai (1): libbpf: Implement bpf_usdt_arg_size BPF function Mykyta Yatsenko (3): libbpf: Use map_is_created helper in map setters libbpf: Introduce more granular state for bpf_object libbpf: Split bpf object load into prepare/load Nandakumar Edamana (1): libbpf: Fix out-of-bound read Peilin Ye (1): bpf: Introduce load-acquire and store-release instructions Yonghong Song (1): bpf: Allow pre-ordering for bpf cgroup progs include/uapi/linux/bpf.h | 4 + src/libbpf.c | 201 ++++++++++++++++++++++++++------------- src/libbpf.h | 13 +++ src/libbpf.map | 1 + src/usdt.bpf.h | 32 +++++++ 5 files changed, 183 insertions(+), 68 deletions(-) Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
2025-03-10 11:47:28 -07:00
79d93c8ff35855d3283ee7d82dfe0c54f90b9986
Reference in New Issue
Copy Permalink