mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-18 15:29:06 +08:00
Syncing latest libbpf commits from kernel repository. Baseline commit: e672db03ab0e43e41ab6f8b2156a10d6e40f243d Checkpoint commit: 5e2ac390fbd08b2a462db66cef2663e4db0d5191 Andrii Nakryiko (9): libbpf: fix detection of corrupted BPF instructions section libbpf: preserve errno before calling into user callback libbpf: simplify endianness check libbpf: check map name retrieved from ELF libbpf: fix error code returned on corrupted ELF libbpf: use negative fd to specify missing BTF libbpf: simplify two pieces of logic libbpf: typo and formatting fixes libbpf: reduce unnecessary line wrapping Hechao Li (1): bpf: add a new API libbpf_num_possible_cpus() Jonathan Lemon (2): bpf/tools: sync bpf.h libbpf: remove qidconf and better support external bpf programs. Quentin Monnet (1): libbpf: prevent overwriting of log_level in bpf_object__load_progs() include/uapi/linux/bpf.h | 4 + src/libbpf.c | 207 ++++++++++++++++++++++----------------- src/libbpf.h | 16 +++ src/libbpf.map | 1 + src/xsk.c | 103 ++++++------------- 5 files changed, 167 insertions(+), 164 deletions(-) -- 2.17.1
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
5e2ac390fbd08b2a462db66cef2663e4db0d5191
|