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
Additionally, update the patch with the differences in the Makefile, and add the definition of u16 to types.h for commit bpf: Disasm support for addr_space_cast instruction.
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:
Additionally, update the patch with the differences in the Makefile, and add the definition of
u16
to types.h for commitbpf: Disasm support for addr_space_cast instruction
.