Skip to content

Commit e1bd72c

Browse files
committed
sync: Pull latest bpftool changes from kernel
Syncing latest bpftool commits from kernel repository. Baseline bpf-next commit: 212ec92295673a362453f8ede36033b61c7983fa Checkpoint bpf-next commit: e860a98c8aebd8de82c0ee901acf5a759acd4570 Baseline bpf commit: e34a79b96ab9d49ed8b605fee11099cf3efbb428 Checkpoint bpf commit: bf4807c89d8f92c47404b1e4eeeefb42259d1b50 Kumar Kartikeya Dwivedi (2): bpf: Introduce BPF standard streams bpftool: Add support for dumping streams bash-completion/bpftool | 16 ++++++++++++- docs/bpftool-prog.rst | 7 ++++++ include/uapi/linux/bpf.h | 24 ++++++++++++++++++++ src/prog.c | 49 +++++++++++++++++++++++++++++++++++++++- 4 files changed, 94 insertions(+), 2 deletions(-) Signed-off-by: Quentin Monnet <[email protected]>
1 parent faad8ad commit e1bd72c

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-
e34a79b96ab9d49ed8b605fee11099cf3efbb428
1+
bf4807c89d8f92c47404b1e4eeeefb42259d1b50

CHECKPOINT-COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
212ec92295673a362453f8ede36033b61c7983fa
1+
e860a98c8aebd8de82c0ee901acf5a759acd4570

0 commit comments

Comments
 (0)