aboutsummaryrefslogtreecommitdiff
path: root/BPF-CHECKPOINT-COMMIT
diff options
context:
space:
mode:
authorQuentin Monnet <quentin@isovalent.com>2022-08-01 14:44:05 +0100
committerQuentin Monnet <qmonnet+github@qoba.lt>2022-08-01 15:55:39 +0100
commite990ca8d94b5302a3c2bc0c3040be54b366fa059 (patch)
treef7d87af651747ccb4d1cb6c9df40c867f3fa3607 /BPF-CHECKPOINT-COMMIT
parentea9f8d5083b7cba1560db4ade8a04e0740dd8d56 (diff)
downloadbpftool-e990ca8d94b5302a3c2bc0c3040be54b366fa059.tar.gz
sync: Pull latest bpftool changes from kernel
Syncing latest bpftool commits from kernel repository. Baseline bpf-next commit: b0d93b44641a83c28014ca38001e85bf6dc8501e Checkpoint bpf-next commit: 71930846b36f8e4e68267f8a3d47e33435c3657a Baseline bpf commit: d28b25a62a47a8c8aa19bd543863aab6717e68c9 Checkpoint bpf commit: f946964a9f79f8dcb5a6329265281eebfc23aee5 Daniel Müller (3): bpf: Introduce TYPE_MATCH related constants/macros bpftool: Honor BPF_CORE_TYPE_MATCHES relocation bpftool: Add support for KIND_RESTRICT to gen min_core_btf command Hangbin Liu (1): Bonding: add per-port priority for failover re-selection Joanne Koong (2): bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs bpf: fix bpf_skb_pull_data documentation Jörn-Thorben Hinz (1): bpftool: Don't try to return value from void function in skeleton Quentin Monnet (2): bpftool: Rename "bpftool feature list" into "... feature list_builtins" bpftool: Remove zlib feature test from Makefile Rongguang Wei (1): bpftool: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macro bash-completion/bpftool | 8 +-- docs/bpftool-feature.rst | 4 +- include/uapi/linux/bpf.h | 15 +++-- include/uapi/linux/if_link.h | 1 + src/Makefile | 11 +--- src/feature.c | 10 ++-- src/gen.c | 111 ++++++++++++++++++++++++++++++++++- src/prog.c | 2 +- 8 files changed, 135 insertions(+), 27 deletions(-) -- 2.34.1
Diffstat (limited to 'BPF-CHECKPOINT-COMMIT')
-rw-r--r--BPF-CHECKPOINT-COMMIT2
1 files changed, 1 insertions, 1 deletions
diff --git a/BPF-CHECKPOINT-COMMIT b/BPF-CHECKPOINT-COMMIT
index 9f45c16..2af218b 100644
--- a/BPF-CHECKPOINT-COMMIT
+++ b/BPF-CHECKPOINT-COMMIT
@@ -1 +1 @@
-d28b25a62a47a8c8aa19bd543863aab6717e68c9
+f946964a9f79f8dcb5a6329265281eebfc23aee5