Skip to content

Commit cb635b5

Browse files
committed
sync: Pull latest bpftool changes from kernel
Syncing latest bpftool commits from kernel repository. Baseline bpf-next commit: 7f9ce282da0c397673be7d5870b0bcdbc8c6ce82 Checkpoint bpf-next commit: 53435562a725962e4de0c29653223129ba11643a Baseline bpf commit: e7ae89a0c97ce2b68b0983cd01eda67cf373517d Checkpoint bpf commit: 9b51a6155d14389876916726430da30eabb1d4ed Ian Rogers (1): bpftool: Restrict feature tests during bootstrap compilation Jiri Olsa (5): bpf: Add multi tracing attach types bpf: Add support for tracing multi link bpf: Add support for tracing_multi link cookies bpf: Add support for tracing_multi link session bpf: Add support to specify uprobe_multi target via file descriptor Jordan Rife (1): bpf: Support BPF_F_EGRESS with bpf_redirect_peer Leo Yan (3): bpftool: Pass host flags to bootstrap libbpf bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS bpftool: Append extra host flags Leon Hwang (2): bpf: Check tail zero of bpf_map_info bpf: Check tail zero of bpf_prog_info Louis Scalbert (2): tools: missed broadcast_neigh if_link uapi header bonding: 3ad: add lacp_strict configuration knob Mykyta Yatsenko (2): bpf: Implement resizable hashmap basic functions bpftool: Add rhash map documentation Nuoqi Gui (1): bpf: Mask pseudo pointer values in verifier logs Woojin Ji (1): bpftool: Use libbpf error code for flow dissector query Yichong Chen (1): bpftool: Fix vmlinux BTF leak in cgroup commands docs/bpftool-map.rst | 2 +- include/uapi/linux/bpf.h | 44 ++++++++++++++++++++++++++++-------- include/uapi/linux/if_link.h | 2 ++ src/Makefile | 20 +++++++++++++--- src/cgroup.c | 14 +++++++++++- src/kernel/bpf/disasm.c | 5 +++- src/map.c | 2 +- src/net.c | 4 ++-- 8 files changed, 75 insertions(+), 18 deletions(-) Signed-off-by: Quentin Monnet <qmo@kernel.org>
1 parent c9287d1 commit cb635b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BPF-CHECKPOINT-COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e7ae89a0c97ce2b68b0983cd01eda67cf373517d
1+
9b51a6155d14389876916726430da30eabb1d4ed

CHECKPOINT-COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7f9ce282da0c397673be7d5870b0bcdbc8c6ce82
1+
53435562a725962e4de0c29653223129ba11643a

0 commit comments

Comments
 (0)