From f5dcbae736e5d7f83a35718e01be1a8e3010fa39 Mon Sep 17 00:00:00 2001 From: Ihor Solodrai Date: Wed, 11 Mar 2026 17:06:21 -0700 Subject: [PATCH] sync: latest libbpf changes from kernel Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: d7988720ef3ea5926f1b886b27eddf08abbadba0 Checkpoint bpf-next commit: ca0f39a369c5f927c3d004e63a5a778b08a9df94 Baseline bpf commit: 593fffb8bcfdacc2111a9951afe1fae77988aa4a Checkpoint bpf commit: e06e6b8001233241eb5b2e2791162f0585f50f4b Andrey Grodzovsky (1): libbpf: Optimize kprobe.session attachment for exact function names Ihor Solodrai (1): libbpf: Remove extern declaration of bpf_stream_vprintk() Jakub Kicinski (1): bpftool: Fix truncated netlink dumps Jiri Olsa (2): libbpf: Add uprobe syscall feature detection libbpf: Add support to detect nop,nop5 instructions combo for usdt probe Josef Bacik (1): libbpf: Support appending split BTF in btf__add_btf() src/bpf_helpers.h | 3 --- src/btf.c | 27 ++++++++++++++++--------- src/features.c | 24 ++++++++++++++++++++++ src/libbpf.c | 19 ++++++++++++++++- src/libbpf_internal.h | 2 ++ src/netlink.c | 4 +++- src/usdt.c | 47 +++++++++++++++++++++++++++++++++++++++---- 7 files changed, 108 insertions(+), 18 deletions(-) Signed-off-by: Ihor Solodrai --- BPF-CHECKPOINT-COMMIT | 2 +- CHECKPOINT-COMMIT | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BPF-CHECKPOINT-COMMIT b/BPF-CHECKPOINT-COMMIT index f8d1e5f..12663b1 100644 --- a/BPF-CHECKPOINT-COMMIT +++ b/BPF-CHECKPOINT-COMMIT @@ -1 +1 @@ -593fffb8bcfdacc2111a9951afe1fae77988aa4a +e06e6b8001233241eb5b2e2791162f0585f50f4b diff --git a/CHECKPOINT-COMMIT b/CHECKPOINT-COMMIT index efda340..27bba8d 100644 --- a/CHECKPOINT-COMMIT +++ b/CHECKPOINT-COMMIT @@ -1 +1 @@ -d7988720ef3ea5926f1b886b27eddf08abbadba0 +ca0f39a369c5f927c3d004e63a5a778b08a9df94