Andrii Nakryiko wrote: > Refactor CO-RE relocation candidate search to not expect a single BTF, rather > return all candidate types with their corresponding BTF objects. This will > allow to extend CO-RE relocations to accommodate kernel module BTFs. > > Acked-by: Martin KaFai Lau <kafai@xxxxxx> > Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > --- > tools/lib/bpf/libbpf.c | 187 ++++++++++++++++++++++++----------------- > 1 file changed, 111 insertions(+), 76 deletions(-) LGTM. Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>