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:   531876c80004ecff7bfdbd8ba6c6b48835ef5e22
Checkpoint bpf-next commit: a12978712d9001b060bcc10eaae42ad5102abe2b
Baseline bpf commit:        62da3acd28955e7299babebdfcb14243b789e773
Checkpoint bpf commit:      b1c4b4d45263241ec6c2405a8df8265d4b58e707

Andrii Nakryiko (2):
  bpftool: Use BTF field iterator in btfgen
  bpftool: Allow compile-time checks of BPF map auto-attach support in
    skeleton

Daniel Xu (1):
  bpftool: Support dumping kfunc prototypes from BTF

Kenta Tada (1):
  bpftool: Query only cgroup-related attach types

Mykyta Yatsenko (1):
  libbpf: Auto-attach struct_ops BPF maps in BPF skeleton

Swan Beaujard (1):
  bpftool: Fix typo in MAX_NUM_METRICS macro name

Vadim Fedorenko (1):
  bpf: Add CHECKSUM_COMPLETE to bpf test progs

 include/uapi/linux/bpf.h    |  2 ++
 src/btf.c                   | 55 +++++++++++++++++++++++++++++++++++++
 src/cgroup.c                | 40 ++++++++++++++++++++++++---
 src/gen.c                   | 54 ++++++++++++++++++++++++++----------
 src/skeleton/profiler.bpf.c | 14 +++++-----
 5 files changed, 140 insertions(+), 25 deletions(-)

Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Jun 27, 2024
1 parent 7db8340 commit 77a7298
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 @@
62da3acd28955e7299babebdfcb14243b789e773
b1c4b4d45263241ec6c2405a8df8265d4b58e707
2 changes: 1 addition & 1 deletion CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
531876c80004ecff7bfdbd8ba6c6b48835ef5e22
a12978712d9001b060bcc10eaae42ad5102abe2b

0 comments on commit 77a7298

Please sign in to comment.