From 39d789ea9a947e154ea27a3ce75ab96b78b266b0 Mon Sep 17 00:00:00 2001 From: Quentin Monnet Date: Mon, 14 Oct 2024 09:50:10 +0100 Subject: [PATCH] sync: Pull latest bpftool changes from kernel Syncing latest bpftool commits from kernel repository. Baseline bpf-next commit: b24d7f0da6ef5a23456a301eaf51b170f961d4ae Checkpoint bpf-next commit: 989a29cfed9b5092c3e18be14e9032c51bb1c9f6 Baseline bpf commit: b24d7f0da6ef5a23456a301eaf51b170f961d4ae Checkpoint bpf commit: b836cbdf3b81a4a22b3452186efa2e5105a77e10 Eduard Zingerman (2): bpf: __bpf_fastcall for bpf_get_smp_processor_id in uapi bpftool: __bpf_fastcall for kfuncs marked with special decl_tag Martin Kelly (1): bpf: Update bpf_override_return() comment Matteo Croce (1): bpf: fix argument type in bpf_loop documentation include/uapi/linux/bpf.h | 8 ++-- src/btf.c | 98 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 91 insertions(+), 15 deletions(-) Signed-off-by: Quentin Monnet --- 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 81db5c24..6e5e8dcd 100644 --- a/BPF-CHECKPOINT-COMMIT +++ b/BPF-CHECKPOINT-COMMIT @@ -1 +1 @@ -b24d7f0da6ef5a23456a301eaf51b170f961d4ae +b836cbdf3b81a4a22b3452186efa2e5105a77e10 diff --git a/CHECKPOINT-COMMIT b/CHECKPOINT-COMMIT index 81db5c24..83de0ab2 100644 --- a/CHECKPOINT-COMMIT +++ b/CHECKPOINT-COMMIT @@ -1 +1 @@ -b24d7f0da6ef5a23456a301eaf51b170f961d4ae +989a29cfed9b5092c3e18be14e9032c51bb1c9f6