On Fri, May 7, 2021 at 8:49 PM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > Rely on fd_array kernel feature only to generate loader program, > since it's mandatory for it. > Avoid using fd_array by default to preserve test coverage > for old style map_fd patching. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > --- As mentioned in the previous patch, this is almost a complete undo of one of the earlier patches, but it also leaves FEAT_FD_IDX and probe_kern_fd_idx() around. Can you please try to combine them? > tools/lib/bpf/libbpf.c | 24 ++++-------------------- > 1 file changed, 4 insertions(+), 20 deletions(-) > [...]