Skip to content

Commit d7cc8fa

Browse files
committed
generator: yml: Disable CONFIG_FORTIFY_KUNIT_TEST for allmodconfig + LTO
This was missed by commit 325ebeb ("generator: yml: Disable CONFIG_FORTIFY_KUNIT_TEST with Fedora LTO builds"). Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 97f3510 commit d7cc8fa

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
@@ -31,7 +31,8 @@ configs:
3131
- &arm64_gki {config: [gki_defconfig, CONFIG_DEBUG_INFO_COMPRESSED_ZSTD=n], ARCH: *arm64-arch, << : *kernel}
3232
- &arm64_cut {config: cuttlefish_defconfig, ARCH: *arm64-arch, << : *kernel}
3333
- &arm64_allmod {config: allmodconfig, ARCH: *arm64-arch, << : *default}
34-
- &arm64_allmod_lto {config: [allmodconfig, CONFIG_GCOV_KERNEL=n, CONFIG_KASAN=n, CONFIG_LTO_CLANG_THIN=y], ARCH: *arm64-arch, << : *default}
34+
# CONFIG_FORTIFY_KUNIT_TEST disabled due to https://github.com/ClangBuiltLinux/linux/issues/2075
35+
- &arm64_allmod_lto {config: [allmodconfig, CONFIG_GCOV_KERNEL=n, CONFIG_KASAN=n, CONFIG_LTO_CLANG_THIN=y, CONFIG_FORTIFY_KUNIT_TEST=n], ARCH: *arm64-arch, << : *default}
3536
- &arm64_allno {config: allnoconfig, ARCH: *arm64-arch, << : *default}
3637
- &arm64_allyes {config: allyesconfig, ARCH: *arm64-arch, << : *default}
3738
- &arm64_alpine {config: *arm64-alpine-config-url, ARCH: *arm64-arch, << : *kernel}
@@ -93,7 +94,8 @@ configs:
9394
- &x86_64_gki {config: [gki_defconfig, CONFIG_DEBUG_INFO_COMPRESSED_ZSTD=n], << : *kernel}
9495
- &x86_64_cut {config: x86_64_cuttlefish_defconfig, << : *kernel}
9596
- &x86_64_allmod {config: allmodconfig, << : *default}
96-
- &x86_64_allmod_lto {config: [allmodconfig, CONFIG_GCOV_KERNEL=n, CONFIG_KASAN=n, CONFIG_LTO_CLANG_THIN=y], << : *default}
97+
# CONFIG_FORTIFY_KUNIT_TEST disabled due to https://github.com/ClangBuiltLinux/linux/issues/2075
98+
- &x86_64_allmod_lto {config: [allmodconfig, CONFIG_GCOV_KERNEL=n, CONFIG_KASAN=n, CONFIG_LTO_CLANG_THIN=y, CONFIG_FORTIFY_KUNIT_TEST=n], << : *default}
9799
- &x86_64_allno {config: allnoconfig, << : *default}
98100
- &x86_64_allyes {config: allyesconfig, << : *default}
99101
- &x86_64_gcov {config: [defconfig, CONFIG_GCOV_KERNEL=y, CONFIG_GCOV_PROFILE_ALL=y], << : *kernel}

0 commit comments

Comments
 (0)