On Thu, 2024-06-13 at 10:50 +0100, Alan Maguire wrote: > Now that btf_parse_elf() handles .BTF.base section presence, > we need to ensure that resolve_btfids uses .BTF.base when present > rather than the vmlinux base BTF passed in via the -B option. > Detect .BTF.base section presence and unset the base BTF path > to ensure that BTF ELF parsing will do the right thing. > > Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx> > --- Reviewed-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]