Skip to content

Commit 325ebeb

Browse files
committed
generator: yml: Disable CONFIG_FORTIFY_KUNIT_TEST with Fedora LTO builds
Link: https://lore.kernel.org/20250317174840.GA1451320@ax162/ Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 5d92e83 commit 325ebeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

generator/yml/0007-configs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ configs:
3636
- &arm64_allyes {config: allyesconfig, ARCH: *arm64-arch, << : *default}
3737
- &arm64_alpine {config: *arm64-alpine-config-url, ARCH: *arm64-arch, << : *kernel}
3838
- &arm64_fedora {config: *arm64-fedora-config-url, ARCH: *arm64-arch, << : *kernel}
39-
- &arm64_fedora_lto {config: [*arm64-fedora-config-url, CONFIG_LTO_CLANG_THIN=y], ARCH: *arm64-arch, << : *kernel}
39+
# CONFIG_FORTIFY_KUNIT_TEST disabled due to https://github.com/ClangBuiltLinux/linux/issues/2075
40+
- &arm64_fedora_lto {config: [*arm64-fedora-config-url, CONFIG_LTO_CLANG_THIN=y, CONFIG_FORTIFY_KUNIT_TEST=n], ARCH: *arm64-arch, << : *kernel}
4041
# CONFIG_BPF_PRELOAD disabled for pre-5.18 cross compiled Fedora configs: https://github.com/ClangBuiltLinux/linux/issues/1433
4142
- &arm64_fedora_bpf {config: [*arm64-fedora-config-url, CONFIG_BPF_PRELOAD=n], ARCH: *arm64-arch, << : *kernel}
4243
# CONFIG_DEBUG_INFO_BTF disabled for certain SUSE configs due to pahole issue: https://lore.kernel.org/r/[email protected]/
@@ -103,5 +104,6 @@ configs:
103104
- &x86_64_alpine {config: *x86_64-alpine-config-url, << : *kernel}
104105
- &x86_64_arch {config: *x86_64-arch-config-url, << : *kernel}
105106
- &x86_64_fedora {config: *x86_64-fedora-config-url, << : *kernel}
106-
- &x86_64_fedora_lto {config: [*x86_64-fedora-config-url, CONFIG_LTO_CLANG_THIN=y], << : *kernel}
107+
# CONFIG_FORTIFY_KUNIT_TEST disabled due to https://github.com/ClangBuiltLinux/linux/issues/2075
108+
- &x86_64_fedora_lto {config: [*x86_64-fedora-config-url, CONFIG_LTO_CLANG_THIN=y, CONFIG_FORTIFY_KUNIT_TEST=n], << : *kernel}
107109
- &x86_64_suse {config: *x86_64-suse-config-url, << : *kernel}

0 commit comments

Comments
 (0)