Files
libbpf/CHECKPOINT-COMMIT

2 lines
41 B
Plaintext
Raw Normal View History

sync: latest libbpf changes from kernel Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: 2ddade322925641ee2a75f13665c51f2e74d7791 Checkpoint bpf-next commit: fcf1fa29c8ea75bf104c35ce29b65ce2ba6a6a9d Baseline bpf commit: 71b547f561247897a0a14f3082730156c0533fed Checkpoint bpf commit: f726e03564ef4e754dd93beb54303e2e1671049e Alexey Dobriyan (1): ELF: fix all "Elf" typos Andrii Nakryiko (4): libbpf: fix offsetof() and container_of() to work with CO-RE libbpf: Start v1.3 development cycle bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands libbpf: Add opts-based bpf_obj_pin() API and add support for path_fd Florian Westphal (1): tools: bpftool: print netfilter link info JP Kobryn (1): libbpf: Add capability for resizing datasec maps Jiri Olsa (1): libbpf: Store zero fd to fd_array for loader kfunc relocation Kenjiro Nakayama (1): libbpf: Fix comment about arc and riscv arch in bpf_tracing.h Martin KaFai Lau (1): libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE include/uapi/linux/bpf.h | 24 +++++++ src/bpf.c | 17 ++++- src/bpf.h | 18 ++++- src/bpf_helpers.h | 15 +++-- src/bpf_tracing.h | 3 +- src/btf_dump.c | 22 +++++- src/gen_loader.c | 14 ++-- src/libbpf.c | 140 ++++++++++++++++++++++++++++++++++++--- src/libbpf.h | 18 ++++- src/libbpf.map | 5 ++ src/libbpf_probes.c | 1 + src/libbpf_version.h | 2 +- src/usdt.c | 2 +- 13 files changed, 246 insertions(+), 35 deletions(-) Signed-off-by: Daniel Müller <deso@posteo.net>
2023-05-24 13:23:42 -07:00
fcf1fa29c8ea75bf104c35ce29b65ce2ba6a6a9d