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:   0e133a13370389d3894891eafe54fec2c44ad735
Checkpoint bpf-next commit: 155addf0814a92d08fce26a11b27e3315cdba977
Baseline bpf commit:        9ff8d2717fc8f63e5cb226ddbda20649eefa2728
Checkpoint bpf commit:      83b9dda8afa4e968d9cce253f390b01c0612a2a5

Artem Savkov (1):
  bpftool: Fix prog object type in manpage

Daniel Borkmann (4):
  netkit, bpf: Add bpf programmable net device
  tools: Sync if_link uapi header
  bpftool: Implement link show support for netkit
  bpftool: Extend net dump with netkit progs

Manu Bretelle (2):
  bpftool: Fix printing of pointer value
  bpftool: Wrap struct_ops dump in an array

Yonghong Song (1):
  bpf: Use named fields for certain bpf uapi structs

 docs/bpftool-net.rst         |   8 +-
 docs/bpftool.rst             |   2 +-
 include/uapi/linux/bpf.h     |  37 +++++----
 include/uapi/linux/if_link.h | 141 +++++++++++++++++++++++++++++++++++
 src/btf_dumper.c             |   2 +-
 src/link.c                   |   9 +++
 src/net.c                    |   7 +-
 src/struct_ops.c             |   6 ++
 8 files changed, 189 insertions(+), 23 deletions(-)

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet committed Nov 14, 2023
1 parent b5bd130 commit d96340a
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 @@
9ff8d2717fc8f63e5cb226ddbda20649eefa2728
83b9dda8afa4e968d9cce253f390b01c0612a2a5
2 changes: 1 addition & 1 deletion CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0e133a13370389d3894891eafe54fec2c44ad735
155addf0814a92d08fce26a11b27e3315cdba977

0 comments on commit d96340a

Please sign in to comment.