[0] https://lore.kernel.org/bpf/20220414223704.341028-1-alobakin@xxxxx Alexander Lobakin (11): bpftool: use a local copy of perf_event to fix accessing ::bpf_cookie bpftool: define a local bpf_perf_link to fix accessing its fields bpftool: use a local bpf_perf_event_value to fix accessing its fields bpftool: fix fcntl.h include samples/bpf: add 'asm/mach-generic' include path for every MIPS samples/bpf: use host bpftool to generate vmlinux.h, not target samples/bpf: fix uin64_t format literals samples/bpf: fix false-positive right-shift underflow warnings samples/bpf: fix include order for non-Glibc environments samples/bpf: fix -Wsequence-point samples/bpf: xdpsock: fix -Wmaybe-uninitialized samples/bpf/Makefile | 7 +++--- samples/bpf/cookie_uid_helper_example.c | 12 +++++----- samples/bpf/lathist_kern.c | 2 +- samples/bpf/lwt_len_hist_kern.c | 2 +- samples/bpf/lwt_len_hist_user.c | 7 +++--- samples/bpf/task_fd_query_user.c | 2 +- samples/bpf/test_lru_dist.c | 3 ++- samples/bpf/tracex2_kern.c | 2 +- samples/bpf/xdpsock_user.c | 5 +++-- tools/bpf/bpftool/skeleton/pid_iter.bpf.c | 15 ++++++++++--- tools/bpf/bpftool/skeleton/profiler.bpf.c | 27 ++++++++++++++--------- tools/bpf/bpftool/tracelog.c | 2 +- 12 files changed, 53 insertions(+), 33 deletions(-) -- 2.36.0