Skip to content

Commit cca51d1

Browse files
committed
sync: Pull latest bpftool changes from kernel
Syncing latest bpftool commits from kernel repository. Baseline bpf-next commit: a0c584fc18056709c8e047a82a6045d6c209f4ce Checkpoint bpf-next commit: 7f9ce282da0c397673be7d5870b0bcdbc8c6ce82 Baseline bpf commit: d8a9a4b11a137909e306e50346148fc5c3b63f9d Checkpoint bpf commit: e7ae89a0c97ce2b68b0983cd01eda67cf373517d Alan Maguire (2): bpf: Extend BTF UAPI vlen, kinds to use unused bits bpftool: Support 24-bit vlen Leon Hwang (1): bpf: Extend BPF syscall with common attributes support Menglong Dong (1): bpftool: add missing fsession to the usage and docs of bpftool Siddharth Nayyar (1): bpftool: Fix typo in struct_ops map FD generation for light skeleton bash-completion/bpftool | 2 +- docs/bpftool-prog.rst | 2 +- include/uapi/linux/bpf.h | 8 ++++++++ include/uapi/linux/btf.h | 26 ++++++++++++++------------ src/btf.c | 17 ++++++----------- src/btf_dumper.c | 4 ++-- src/gen.c | 18 ++++++++++-------- src/prog.c | 2 +- 8 files changed, 43 insertions(+), 36 deletions(-) Signed-off-by: Quentin Monnet <qmo@kernel.org>
1 parent bb09e43 commit cca51d1

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-
d8a9a4b11a137909e306e50346148fc5c3b63f9d
1+
e7ae89a0c97ce2b68b0983cd01eda67cf373517d

CHECKPOINT-COMMIT

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

0 commit comments

Comments
 (0)