On Tue, Mar 19, 2024 at 6:35 PM Quentin Monnet <qmo@xxxxxxxxxx> wrote: > > Commit d510296d331a ("bpftool: Use syscall/loader program in "prog load" > and "gen skeleton" command.") added new files to the list of objects to > compile in order to build the bootstrap version of bpftool. As far as I > can tell, these objects are unnecessary and were added by mistake; maybe > a draft version intended to add support for loading loader programs from > the bootstrap version. Anyway, we can remove these object files from the > list to make the bootstrap bpftool binary a tad smaller and faster to > build. > > Fixes: d510296d331a ("bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.") I don't remember why I needed them back then. Probably to debug lskel. Applied.