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 01:39:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd173d0ea3c25db6a552e991bf7a3bfc86c3b346
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: de7342228b7343774d6a9981c2ddbfb5e201044b Checkpoint bpf-next commit: f8c67d8550ee69ce684c7015b2c8c63cda24bbfb Baseline bpf commit: 4d920ed684392ae064af62957d6f5a90312dfaf6 Checkpoint bpf commit: e427054ae7bc8b1268cf1989381a43885795616f Alan Maguire (1): libbpf: Fix parsing of multi-split BTF Andrii Nakryiko (1): libbpf: Fix powerpc's stack register definition in bpf_tracing.h Anton Protopopov (4): libbpf: fix formatting of bpf_object__append_subprog_code bpf, x86: add new map type: instructions array libbpf: Recognize insn_array map type libbpf: support llvm-generated indirect jumps Donald Hunter (1): docs/bpf: Add missing BPF k/uprobe program types to docs Jianyun Gao (4): libbpf: Optimize the redundant code in the bpf_object__init_user_btf_maps() function. libbpf: Fix the incorrect reference to the memlock_rlim variable in the comment. libbpf: Complete the missing @param and @return tags in btf.h libbpf: Update the comment to remove the reference to the deprecated interface bpf_program__load(). Mykyta Yatsenko (2): bpf: widen dynptr size/offset to 64 bit bpf: add _impl suffix for bpf_stream_vprintk() kfunc Xu Kuohai (1): bpf: Add overwrite mode for BPF ring buffer docs/program_types.rst | 18 +++ include/uapi/linux/bpf.h | 33 ++++- src/bpf.c | 2 +- src/bpf_helpers.h | 28 ++-- src/bpf_tracing.h | 2 +- src/btf.c | 4 +- src/btf.h | 8 ++ src/libbpf.c | 296 +++++++++++++++++++++++++++++++++++---- src/libbpf_internal.h | 2 + src/libbpf_probes.c | 4 + src/linker.c | 3 + 11 files changed, 353 insertions(+), 47 deletions(-) Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
2025-11-07 12:10:56 -08:00
f8c67d8550ee69ce684c7015b2c8c63cda24bbfb
Reference in New Issue
Copy Permalink