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:   73cf09a36bf7bfb3e5a3ff23755c36d49137c44d
Checkpoint bpf-next commit: e34cfee65ec891a319ce79797dda18083af33a76
Baseline bpf commit:        e7c677bdd03d54e9a1bafcaf1faf5c573a506bba
Checkpoint bpf commit:      14b20b784f59bdd95f6f1cfb112c9818bcec4d84

Andres Freund (2):
  tools bpftool: Fix compilation error with new binutils
  tools bpftool: Don't display disassembler-four-args feature test

Quentin Monnet (3):
  bpftool: Fix a typo in a comment
  bpf: Clear up confusion in bpf_skb_adjust_room()'s documentation
  bpftool: Clear errno after libcap's checks

 include/uapi/linux/bpf.h |  6 ++++--
 src/Makefile             |  8 ++++++--
 src/feature.c            |  2 +-
 src/jit_disasm.c         | 42 ++++++++++++++++++++++++++++++++--------
 src/main.c               | 10 ++++++++++
 5 files changed, 55 insertions(+), 13 deletions(-)

--
2.34.1
  • Loading branch information
qmonnet committed Aug 19, 2022
1 parent da709ee commit 6eb3e20
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 @@
e7c677bdd03d54e9a1bafcaf1faf5c573a506bba
14b20b784f59bdd95f6f1cfb112c9818bcec4d84
2 changes: 1 addition & 1 deletion CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73cf09a36bf7bfb3e5a3ff23755c36d49137c44d
e34cfee65ec891a319ce79797dda18083af33a76

0 comments on commit 6eb3e20

Please sign in to comment.