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:   009367099eb61a4fc2af44d4eb06b6b4de7de6db
Checkpoint bpf-next commit: eb4e7726279a344c82e3c23be396bcfd0a4d5669
Baseline bpf commit:        3e9bc0472b910d4115e16e9c2d684c7757cb6c60
Checkpoint bpf commit:      9dfdb706e164ae869b1d97f83ebf8523b2809714

Abhishek Chauhan (1):
  net: Add additional bit to support clockid_t timestamp type

Arnaldo Carvalho de Melo (1):
  tools headers: Synchronize linux/bits.h with the kernel sources

Artem Savkov (1):
  bpftool: Fix make dependencies for vmlinux.h

Ivan Babrou (1):
  bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer

Mykyta Yatsenko (1):
  bpftool: Introduce btf c dump sorting

 bash-completion/bpftool                |   3 +
 docs/bpftool-btf.rst                   |   6 +-
 include/uapi/asm-generic/bitsperlong.h |   4 +
 include/uapi/linux/bpf.h               |  15 ++-
 src/Makefile                           |   3 +-
 src/btf.c                              | 138 ++++++++++++++++++++++++-
 src/common.c                           |   2 +-
 7 files changed, 157 insertions(+), 14 deletions(-)

Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed May 29, 2024
1 parent 33eab1f commit 19c600a
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 @@
3e9bc0472b910d4115e16e9c2d684c7757cb6c60
9dfdb706e164ae869b1d97f83ebf8523b2809714
2 changes: 1 addition & 1 deletion CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
009367099eb61a4fc2af44d4eb06b6b4de7de6db
eb4e7726279a344c82e3c23be396bcfd0a4d5669

0 comments on commit 19c600a

Please sign in to comment.