Skip to content

Commit 7048736

Browse files
committed
generator.yml: Stop disabling CONFIG_WERROR on x86_64
x86_64 all{mod,yes}config are now -Werror clean on 5.15, stable (5.18), mainline (5.19-rc5), and next-20220705. Turn this on so we can catch new warnings easier. Closes: ClangBuiltLinux#245 Signed-off-by: Nathan Chancellor <[email protected]>
1 parent e9d26e2 commit 7048736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ configs:
258258
- &x86_64_cros {<< : *x86_64-cros-configs, << : *kernel}
259259
- &x86_64_gki {config: gki_defconfig, << : *kernel}
260260
- &x86_64_cut {config: x86_64_cuttlefish_defconfig, << : *kernel}
261-
- &x86_64_allmod {config: [allmodconfig, CONFIG_WERROR=n], << : *default}
262-
- &x86_64_allmod_lto {config: [allmodconfig, CONFIG_GCOV_KERNEL=n, CONFIG_KASAN=n, CONFIG_WERROR=n, CONFIG_LTO_CLANG_THIN=y], << : *default}
261+
- &x86_64_allmod {config: allmodconfig, << : *default}
262+
- &x86_64_allmod_lto {config: [allmodconfig, CONFIG_GCOV_KERNEL=n, CONFIG_KASAN=n, CONFIG_LTO_CLANG_THIN=y], << : *default}
263263
- &x86_64_allno {config: allnoconfig, << : *default}
264-
- &x86_64_allyes {config: [allyesconfig, CONFIG_WERROR=n], << : *default}
264+
- &x86_64_allyes {config: allyesconfig, << : *default}
265265
- &x86_64_gcov {config: [defconfig, CONFIG_GCOV_KERNEL=y, CONFIG_GCOV_PROFILE_ALL=y], << : *kernel}
266266
- &x86_64_kasan {config: [defconfig, CONFIG_KASAN=y, CONFIG_KASAN_KUNIT_TEST=y, CONFIG_KASAN_VMALLOC=y, CONFIG_KUNIT=y], << : *kernel}
267267
- &x86_64_kcsan {config: [defconfig, CONFIG_KCSAN=y, CONFIG_KCSAN_KUNIT_TEST=y, CONFIG_KUNIT=y], << : *kernel}

0 commit comments

Comments
 (0)