libbpf / bpftool

Automated upstream mirror for bpftool stand-alone build.
Other
398 stars 71 forks source link

Bpftool sync 2024-03-26 #138

Closed qmonnet closed 7 months ago

qmonnet commented 7 months ago

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.