On Tue, 2023-10-17 at 11:53 -0700, Andrii Nakryiko wrote: > > > if [ "${pahole_ver}" -ge "126" ]; then > > > extra_pahole_opt="-j --lang_exclude=rust > > > --btf_features=encode_force,var,float,decl_tag,type_tag,enum64,optimized,consistent" > > > fi > > > > Nitpick, could you please update the line above as below? > > > > --btf_features_strict=encode_force,var,float,decl_tag,type_tag,enum64,optimized_func,consistent_func > > We do not want "strict" behavior for the kernel build script. Oh, sorry, my comment was about '_func' suffixes, it should have been --btf_features, of course.