From fa0bbf147e119cb620abbec4472bdd9b9a1822a1 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Wed, 11 Feb 2026 11:14:08 -0800 Subject: [PATCH] sync: latest libbpf changes from kernel Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: 08a7491843224f8b96518fbe70d9e48163046054 Checkpoint bpf-next commit: dc855b77719fe452d670cae2cf64da1eb51f16cc Baseline bpf commit: 22cc16c04b7893d8fc22810599f49a305d600b9e Checkpoint bpf commit: 1a7eb7a3d74031e6c173f0822023f354c2870354 Amery Hung (1): libbpf: Fix invalid write loop logic in bpf_linker__add_buf() Bill Wendling (1): compiler_types.h: Attributes: Add __counted_by_ptr macro Dapeng Mi (1): perf/x86/intel: Add support for PEBS memory auxiliary info field in DMR Emil Tsalapatis (1): libbpf: Add gating for arena globals relocation feature include/uapi/linux/perf_event.h | 27 ++++++++++++-- include/uapi/linux/stddef.h | 4 +++ src/features.c | 64 +++++++++++++++++++++++++++++++++ src/libbpf.c | 7 ++-- src/libbpf_internal.h | 2 ++ src/linker.c | 2 +- 6 files changed, 100 insertions(+), 6 deletions(-) Signed-off-by: Andrii Nakryiko --- 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 5f31fea..00ed47f 100644 --- a/BPF-CHECKPOINT-COMMIT +++ b/BPF-CHECKPOINT-COMMIT @@ -1 +1 @@ -22cc16c04b7893d8fc22810599f49a305d600b9e +1a7eb7a3d74031e6c173f0822023f354c2870354 diff --git a/CHECKPOINT-COMMIT b/CHECKPOINT-COMMIT index 729c754..b4466d0 100644 --- a/CHECKPOINT-COMMIT +++ b/CHECKPOINT-COMMIT @@ -1 +1 @@ -08a7491843224f8b96518fbe70d9e48163046054 +dc855b77719fe452d670cae2cf64da1eb51f16cc