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
eaea2bce024fa6ae0db54af1e78b4d477d422791
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: 5319255b8df9271474bc9027cabf82253934f28d Checkpoint bpf-next commit: c825f5fee19caf301d9821cd79abaa734322de26 Baseline bpf commit: 8d6c414cd2fb74aa6812e9bfec6178f8246c4f3a Checkpoint bpf commit: 04f8ef5643bcd8bcde25dfdebef998aea480b2ba Andrii Nakryiko (9): libbpf: Deprecate btf__finalize_data() and move it into libbpf.c libbpf: Extract ELF processing state into separate struct libbpf: Use Elf64-specific types explicitly for dealing with ELF libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss maps libbpf: Support multiple .rodata.* and .data.* BPF maps libbpf: Simplify look up by name of internal maps libbpf: Fix the use of aligned attribute libbpf: Fix overflow in BTF sanity checks libbpf: Fix BTF header parsing checks Dave Marchevsky (2): libbpf: Migrate internal use of bpf_program__get_prog_info_linear bpf: Add verified_insns to bpf_prog_info and fdinfo Hengqi Chen (2): bpf: Add bpf_skc_to_unix_sock() helper libbpf: Add btf__type_cnt() and btf__raw_data() APIs Ilya Leoshkevich (3): libbpf: Fix dumping big-endian bitfields libbpf: Fix dumping non-aligned __int128 libbpf: Fix ptr_is_aligned() usages Mauricio Vásquez (1): libbpf: Fix memory leak in btf__dedup() Stanislav Fomichev (1): libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAME Yonghong Song (1): bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG include/uapi/linux/bpf.h | 8 + include/uapi/linux/btf.h | 8 +- src/btf.c | 187 +++----- src/btf.h | 17 +- src/btf_dump.c | 56 ++- src/libbpf.c | 984 ++++++++++++++++++++++++--------------- src/libbpf.map | 4 +- src/libbpf_internal.h | 12 +- src/libbpf_legacy.h | 3 + src/linker.c | 29 +- 10 files changed, 744 insertions(+), 564 deletions(-) -- 2.30.2
2021-10-22 17:39:26 -07:00
c825f5fee19caf301d9821cd79abaa734322de26
Reference in New Issue
Copy Permalink