From 6eb3e20583da834da18ea3011dcefd08b3493f8d Mon Sep 17 00:00:00 2001 From: Quentin Monnet Date: Fri, 19 Aug 2022 11:35:18 +0100 Subject: [PATCH] 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 --- BPF-CHECKPOINT-COMMIT | 2 +- CHECKPOINT-COMMIT | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BPF-CHECKPOINT-COMMIT b/BPF-CHECKPOINT-COMMIT index 73cd22b3..cae043df 100644 --- a/BPF-CHECKPOINT-COMMIT +++ b/BPF-CHECKPOINT-COMMIT @@ -1 +1 @@ -e7c677bdd03d54e9a1bafcaf1faf5c573a506bba +14b20b784f59bdd95f6f1cfb112c9818bcec4d84 diff --git a/CHECKPOINT-COMMIT b/CHECKPOINT-COMMIT index 34034cb7..0aebc673 100644 --- a/CHECKPOINT-COMMIT +++ b/CHECKPOINT-COMMIT @@ -1 +1 @@ -73cf09a36bf7bfb3e5a3ff23755c36d49137c44d +e34cfee65ec891a319ce79797dda18083af33a76