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-21 08:49:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a4e4dbc35a00d9fc97b2f8ea23889617f2e078dd
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 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
2019-06-11 09:56:11 -07:00
5e2ac390fbd08b2a462db66cef2663e4db0d5191
Reference in New Issue
Copy Permalink