mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 00:39:07 +08:00
Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: 14bb1e8c8d4ad5d9d2febb7d19c70a3cf536e1e5 Checkpoint bpf-next commit: 82e38a505c9868e784ec31e743fd8a9fa5ca1084 Baseline bpf commit: 443574b033876c85a35de4c65c14f7fe092222b2 Checkpoint bpf commit: 5bcf0dcbf9066348058b88a510c57f70f384c92c Andrea Righi (3): libbpf: Start v1.5 development cycle libbpf: ringbuf: Allow to consume up to a certain amount of items libbpf: Add ring__consume_n / ring_buffer__consume_n Anton Protopopov (2): bpf: Add support for passing mark with bpf_fib_lookup bpf: Pack struct bpf_fib_lookup Benjamin Tissoires (1): tools: sync include/uapi/linux/bpf.h David Lechner (1): bpf: Fix typo in uapi doc comments Mykyta Yatsenko (1): bpf: improve error message for unsupported helper Quentin Deslandes (2): libbpf: Fix misaligned array closing bracket libbpf: Fix dump of subsequent char arrays Tobias Böhm (1): libbpf: Use local bpf_helpers.h include Yonghong Song (4): libbpf: Mark libbpf_kallsyms_parse static function libbpf: Handle <orig_name>.llvm.<hash> symbol properly bpf: Add bpf_link support for sk_msg and sk_skb progs libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP include/uapi/linux/bpf.h | 35 +++++++++++++++++++++---- src/bpf_core_read.h | 2 +- src/btf_dump.c | 5 ++++ src/libbpf.c | 33 ++++++++++++++++++++++-- src/libbpf.h | 14 ++++++++++ src/libbpf.map | 7 +++++ src/libbpf_internal.h | 5 ---- src/libbpf_probes.c | 6 +++-- src/libbpf_version.h | 2 +- src/ringbuf.c | 55 +++++++++++++++++++++++++++++++++------- 10 files changed, 139 insertions(+), 25 deletions(-) Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
82e38a505c9868e784ec31e743fd8a9fa5ca1084
|