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: b75dacaac4650478ed5a9d33975b91b99016daff
Checkpoint bpf-next commit: c344b9fc2108eeaa347c387219886cf87e520e93
Baseline bpf commit: 75134f16e7dd0007aa474b281935c5f42e79f2c8
Checkpoint bpf commit: 18b1ab7aa76bde181bdb1ab19a87fa9523c32f21
Andrii Nakryiko (2):
libbpf: Allow BPF program auto-attach handlers to bail out
libbpf: Support custom SEC() handlers
Hangbin Liu (1):
bonding: add new option ns_ip6_target
Martin KaFai Lau (1):
bpf: Add __sk_buff->delivery_time_type and
bpf_skb_set_skb_delivery_time()
Stijn Tintel (1):
libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
Xu Kuohai (1):
libbpf: Skip forward declaration when counting duplicated type names
Yuntao Wang (3):
libbpf: Remove redundant check in btf_fixup_datasec()
libbpf: Simplify the find_elf_sec_sz() function
libbpf: Add a check to ensure that page_cnt is non-zero
include/uapi/linux/bpf.h | 41 +++-
include/uapi/linux/if_link.h | 1 +
src/btf_dump.c | 5 +
src/libbpf.c | 388 +++++++++++++++++++++++------------
src/libbpf.h | 109 ++++++++++
src/libbpf.map | 6 +
src/libbpf_version.h | 2 +-
7 files changed, 423 insertions(+), 129 deletions(-)
--
2.30.2
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
18b1ab7aa76bde181bdb1ab19a87fa9523c32f21
|