Skip to content

Commit 9296547

Browse files
committed
generator: yml: Disable CONFIG_FORTIFY_KUNIT_TEST for allmodconfig + LTO (part 2)
This was missed by commit d7cc8fa ("generator: yml: Disable CONFIG_FORTIFY_KUNIT_TEST for allmodconfig + LTO"), since I forgot more archictures have this combination that just arm64 and x86_64. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 603289c commit 9296547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/yml/0007-configs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ allmod_lto_configs:
55
# CONFIG_FORTIFY_KUNIT_TEST disabled due to https://github.com/ClangBuiltLinux/linux/issues/2075
66
- &arm64-allmod-lto-configs {config: [allmodconfig, CONFIG_GCOV_KERNEL=n, CONFIG_KASAN=n, CONFIG_LTO_CLANG_THIN=y, CONFIG_FORTIFY_KUNIT_TEST=n]}
77
# CONFIG_DRM_OMAP=n due to https://github.com/ClangBuiltLinux/linux/issues/2038
8-
- &loong-allmod-lto-configs {config: [allmodconfig, CONFIG_FTRACE=n, CONFIG_GCOV_KERNEL=n, CONFIG_LTO_CLANG_THIN=y, CONFIG_DRM_OMAP=n]}
9-
- &riscv-allmod-lto-configs {config: [allmodconfig, CONFIG_WERROR=n, CONFIG_GCOV_KERNEL=n, CONFIG_LTO_CLANG_THIN=y]}
8+
- &loong-allmod-lto-configs {config: [allmodconfig, CONFIG_FTRACE=n, CONFIG_GCOV_KERNEL=n, CONFIG_LTO_CLANG_THIN=y, CONFIG_DRM_OMAP=n, CONFIG_FORTIFY_KUNIT_TEST=n]}
9+
- &riscv-allmod-lto-configs {config: [allmodconfig, CONFIG_WERROR=n, CONFIG_GCOV_KERNEL=n, CONFIG_LTO_CLANG_THIN=y, CONFIG_FORTIFY_KUNIT_TEST=n]}
1010
- &x86_64-allmod-lto-configs {config: [allmodconfig, CONFIG_GCOV_KERNEL=n, CONFIG_KASAN=n, CONFIG_LTO_CLANG_THIN=y, CONFIG_FORTIFY_KUNIT_TEST=n]}
1111
configs:
1212
# config: image target (optional) [ARCH:] (Optional: x86) targets to build

0 commit comments

Comments
 (0)