mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 00:09:06 +08:00
Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: db55174d05ee6bed9d0583ba08e99c891ef0ed05 Checkpoint bpf-next commit: b8a2e3f93d412114a1539ea97b59b3e6ed6e1f9a Baseline bpf commit: d900f3d20cc3169ce42ec72acc850e662a4d4db2 Checkpoint bpf commit: a33a6eaa19d3af261e8708bfc8ba62020703117f Andrii Nakryiko (1): bpf: implement numbers iterator Daniel Müller (1): libbpf: Fix theoretical u32 underflow in find_cd() function Jakub Kicinski (1): ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause Jesus Sanchez-Palencia (1): libbpf: Revert poisoning of strlcpy Menglong Dong (1): libbpf: Add support to set kprobe/uprobe attach mode Michael Weiß (1): bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.h Puranjay Mohan (2): libbpf: Refactor parse_usdt_arg() to re-use code libbpf: USDT arm arg parsing support Ross Zwisler (1): bpf: use canonical ftrace path include/uapi/linux/bpf.h | 18 +++- include/uapi/linux/netdev.h | 2 +- src/libbpf.c | 48 ++++++++- src/libbpf.h | 50 ++++++--- src/libbpf_internal.h | 4 +- src/usdt.c | 196 ++++++++++++++++++++++-------------- src/zip.c | 3 +- 7 files changed, 219 insertions(+), 102 deletions(-) Signed-off-by: David Vernet <void@manifault.com>
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
b8a2e3f93d412114a1539ea97b59b3e6ed6e1f9a
|