Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync: Pull latest bpftool changes from kernel
Syncing latest bpftool commits from kernel repository. Baseline bpf-next commit: 01f3ce5328c405179b2c69ea047c423dad2bfa6d Checkpoint bpf-next commit: 239860828f8660e2be487e2fbdae2640cce3fd67 Baseline bpf commit: c45323b7560ec87c37c729b703c86ee65f136d75 Checkpoint bpf commit: 319fc77f8f45a1b3dba15b0cc1a869778fd222f7 Daniel Borkmann (1): netkit: Allow for configuring needed_{head,tail}room Ihor Solodrai (1): docs/bpf: Document the semantics of BTF tags with kind_flag Jiayuan Chen (1): bpftool: Using the right format specifiers Leo Yan (1): bpftool: Link zstd lib required by libelf Rong Tao (1): bpftool: Check map name length when map create Viktor Malik (1): bpftool: Fix readlink usage in get_fd_type Yonghong Song (1): bpf: Sync uapi bpf.h header for the tooling infra include/uapi/linux/bpf.h | 5 ++++- include/uapi/linux/btf.h | 3 ++- include/uapi/linux/if_link.h | 2 ++ src/Makefile | 7 +++++++ src/common.c | 3 ++- src/gen.c | 12 ++++++------ src/link.c | 14 +++++++------- src/main.c | 8 ++++---- src/map.c | 14 +++++++++----- 9 files changed, 43 insertions(+), 25 deletions(-) Signed-off-by: Quentin Monnet <[email protected]>
- Loading branch information