Skip to content

Commit

Permalink
sync: Pull latest bpftool changes from kernel
Browse files Browse the repository at this point in the history
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 <qmo@kernel.org>
  • Loading branch information
qmonnet committed Oct 14, 2024
1 parent c83383f commit 39d789e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BPF-CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b24d7f0da6ef5a23456a301eaf51b170f961d4ae
b836cbdf3b81a4a22b3452186efa2e5105a77e10
2 changes: 1 addition & 1 deletion CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b24d7f0da6ef5a23456a301eaf51b170f961d4ae
989a29cfed9b5092c3e18be14e9032c51bb1c9f6

0 comments on commit 39d789e

Please sign in to comment.