Pull latest libbpf from mirror and sync bpftool repo with kernel, up to the commits used for libbpf sync. This is an automatic update performed by calling the sync script from this repo:
$ ./scripts/sync-kernel.sh . <path/to/>linux
Although there's only one patch affecting bpftool directly, we're also interesting in pulling the changes from libbpf, with support for cross-compiling with BPF skeletons.
Pull latest libbpf from mirror and sync bpftool repo with kernel, up to the commits used for libbpf sync. This is an automatic update performed by calling the sync script from this repo:
Although there's only one patch affecting bpftool directly, we're also interesting in pulling the changes from libbpf, with support for cross-compiling with BPF skeletons.
Fixes: #81