Skip to content

Commit f669526

Browse files
kuba-mooPaolo Abeni
authored andcommitted
Revert "kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests"
This reverts commit a571a9a. The commit in question breaks kunit for older compilers: $ gcc --version gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5) $ ./tools/testing/kunit/kunit.py run --alltests --json --arch=x86_64 Configuring KUnit Kernel ... Regenerating .config ... Populating config with: $ make ARCH=x86_64 O=.kunit olddefconfig ERROR:root:Not all Kconfig options selected in kunitconfig were in the generated .config. This is probably due to unsatisfied dependencies. Missing: CONFIG_INIT_STACK_ALL_PATTERN=y Link: https://lore.kernel.org/[email protected] Fixes: a571a9a ("kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests") Signed-off-by: Jakub Kicinski <[email protected]> Acked-by: Mark Brown <[email protected]> Acked-by: Shuah Khan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent 905fe08 commit f669526

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/kunit/configs/all_tests.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ CONFIG_KUNIT_EXAMPLE_TEST=y
1010
CONFIG_KUNIT_ALL_TESTS=y
1111

1212
CONFIG_FORTIFY_SOURCE=y
13-
CONFIG_INIT_STACK_ALL_PATTERN=y
1413

1514
CONFIG_IIO=y
1615

0 commit comments

Comments
 (0)