Skip to content

Commit 1ffe30e

Browse files
Pu Lehuianakryiko
Pu Lehui
authored andcommitted
kbuild, bpf: Correct pahole version that supports distilled base btf feature
pahole commit [0] of supporting distilled base btf feature released on pahole v1.28 rather than v1.26. So let's correct this. Signed-off-by: Pu Lehui <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://git.kernel.org/pub/scm/devel/pahole/pahole.git/commit/?id=c7b1f6a29ba1 [0] Link: https://lore.kernel.org/bpf/[email protected]
1 parent 236d391 commit 1ffe30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Makefile.btf

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
pahole-flags-$(call test-ge, $(pahole-ver), 126) = -j$(JOBS) --btf_features=encode_force,var,float,enum64,decl_tag,type_tag,optimized_func,consistent_func,decl_tag_kfuncs
2525

2626
ifneq ($(KBUILD_EXTMOD),)
27-
module-pahole-flags-$(call test-ge, $(pahole-ver), 126) += --btf_features=distilled_base
27+
module-pahole-flags-$(call test-ge, $(pahole-ver), 128) += --btf_features=distilled_base
2828
endif
2929

3030
endif

0 commit comments

Comments
 (0)