Re: [PATCH] kunit: configs: Enable all CRC tests in all_tests.config
From: Eric Biggers
Date: Tue Mar 17 2026 - 12:36:27 EST
On Sat, Mar 14, 2026 at 10:22:24AM -0700, Eric Biggers wrote:
> 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.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
>
> This patch is targeting crc-next
> (https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=crc-next)
> which has the commit adding CONFIG_CRC_ENABLE_ALL_FOR_KUNIT.
>
> Note that patch also mirrors
> https://lore.kernel.org/linux-crypto/20260314035927.51351-3-ebiggers@xxxxxxxxxx/
> which does the same for the crypto library tests.
Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=crc-next
- Eric