On Wed, 2024-05-01 at 18:50 +0100, Alan Maguire wrote: > The btf_features list can be used for pahole v1.26 and later - > it is useful because if a feature is not yet implemented it will > not exit with a failure message. This will allow us to add feature > requests to the pahole options without having to check pahole versions > in future; if the version of pahole supports the feature it will be > added. > > Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx> > --- I tried building kernel and running bpf selftests using this patch and two pahole versions: tags 1.25 and 1.26 (from git@xxxxxxxxxx:acmel/dwarves.git). Selftests are passing (test_{verifier,progs}) Tested-by: Eduard Zingerman <eddyz87@xxxxxxxxx>