From: Eric Biggers Date: Sat, 14 Mar 2026 17:22:24 +0000 (-0700) Subject: kunit: configs: Enable all CRC tests in all_tests.config X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44ff3791d6295f7b51dd2711aad6a03dd79aef22;p=thirdparty%2Fkernel%2Flinux.git kunit: configs: Enable all CRC tests in all_tests.config The new option CONFIG_CRC_ENABLE_ALL_FOR_KUNIT enables all the CRC code that has KUnit tests, causing CONFIG_KUNIT_ALL_TESTS to enable all these tests. Add this option to all_tests.config so that kunit.py will run them when passed the --alltests option. Acked-by: Ard Biesheuvel Link: https://lore.kernel.org/r/20260314172224.15152-1-ebiggers@kernel.org Signed-off-by: Eric Biggers --- diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config index 422e186cf3cf1..c1d3659a41cf0 100644 --- a/tools/testing/kunit/configs/all_tests.config +++ b/tools/testing/kunit/configs/all_tests.config @@ -46,6 +46,8 @@ CONFIG_AUDIT=y CONFIG_PRIME_NUMBERS=y +CONFIG_CRC_ENABLE_ALL_FOR_KUNIT=y + CONFIG_SECURITY=y CONFIG_SECURITY_APPARMOR=y CONFIG_SECURITY_LANDLOCK=y