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:   01f3ce5328c405179b2c69ea047c423dad2bfa6d
Checkpoint bpf-next commit: 239860828f8660e2be487e2fbdae2640cce3fd67
Baseline bpf commit:        c45323b7560ec87c37c729b703c86ee65f136d75
Checkpoint bpf commit:      319fc77f8f45a1b3dba15b0cc1a869778fd222f7

Daniel Borkmann (1):
  netkit: Allow for configuring needed_{head,tail}room

Ihor Solodrai (1):
  docs/bpf: Document the semantics of BTF tags with kind_flag

Jiayuan Chen (1):
  bpftool: Using the right format specifiers

Leo Yan (1):
  bpftool: Link zstd lib required by libelf

Rong Tao (1):
  bpftool: Check map name length when map create

Viktor Malik (1):
  bpftool: Fix readlink usage in get_fd_type

Yonghong Song (1):
  bpf: Sync uapi bpf.h header for the tooling infra

 include/uapi/linux/bpf.h     |  5 ++++-
 include/uapi/linux/btf.h     |  3 ++-
 include/uapi/linux/if_link.h |  2 ++
 src/Makefile                 |  7 +++++++
 src/common.c                 |  3 ++-
 src/gen.c                    | 12 ++++++------
 src/link.c                   | 14 +++++++-------
 src/main.c                   |  8 ++++----
 src/map.c                    | 14 +++++++++-----
 9 files changed, 43 insertions(+), 25 deletions(-)

Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Feb 25, 2025
1 parent 60b1305 commit 3436846
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 @@
c45323b7560ec87c37c729b703c86ee65f136d75
319fc77f8f45a1b3dba15b0cc1a869778fd222f7
2 changes: 1 addition & 1 deletion CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
01f3ce5328c405179b2c69ea047c423dad2bfa6d
239860828f8660e2be487e2fbdae2640cce3fd67

0 comments on commit 3436846

Please sign in to comment.