Skip to content

Commit 6eb3e20

Browse files
committed
sync: Pull latest bpftool changes from kernel
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
1 parent da709ee commit 6eb3e20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BPF-CHECKPOINT-COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e7c677bdd03d54e9a1bafcaf1faf5c573a506bba
1+
14b20b784f59bdd95f6f1cfb112c9818bcec4d84

CHECKPOINT-COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
73cf09a36bf7bfb3e5a3ff23755c36d49137c44d
1+
e34cfee65ec891a319ce79797dda18083af33a76

0 commit comments

Comments
 (0)