20 Aug
2024
20 Aug
'24
07:54
https://bugzilla.suse.com/show_bug.cgi?id=1229450 https://bugzilla.suse.com/show_bug.cgi?id=1229450#c12 --- Comment #12 from Jiri Slaby <jslaby@suse.com> --- --- a/scripts/Makefile.btf +++ b/scripts/Makefile.btf @@ -12,7 +12,9 @@ endif pahole-flags-$(call test-ge, $(pahole-ver), 121) += --btf_gen_floats +ifeq ($(CONFIG_64BIT),y) pahole-flags-$(call test-ge, $(pahole-ver), 122) += -j +endif pahole-flags-$(call test-ge, $(pahole-ver), 125) += --skip_encoding_btf_inconsistent_proto --btf_gen_optimized will likely work. But we should likely detect architecture of pahole, not the target kernel. -- You are receiving this mail because: You are on the CC list for the bug.