On Mon, Jul 29, 2024 at 12:13:15PM +0100, Alan Maguire wrote: > Patch 1 updates the libbpf commit to use latest libbpf with > btf__distill_base() support; patch 2 adds support for the > 'distilled_base' BTF feature, used to support resilient > split BTF for kernel modules. Thanks, applied to perf-tools-next, - Arnaldo > Alan Maguire (2): > pahole: Sync with libbpf-1.5 > btf_encoder: add "distilled_base" BTF feature to split BTF generation > > btf_encoder.c | 50 ++++++++++++++++++++++++++++++++++------------ > dwarves.h | 1 + > lib/bpf | 2 +- > man-pages/pahole.1 | 4 ++++ > pahole.c | 1 + > 5 files changed, 44 insertions(+), 14 deletions(-) > > -- > 2.43.5