Re: [PATCH v2 0/9] Clean up the crypto testing options

From: Corentin Labbe
Date: Sat Apr 26 2025 - 16:32:25 EST


Le Tue, Apr 22, 2025 at 08:21:42AM -0700, Eric Biggers a écrit :
> This series reworks the crypto testing kconfig options to fix some
> longstanding issues:
>
> - Replace the inverted option CONFIG_CRYPTO_MANAGER_DISABLE_TESTS with a
> regular option CONFIG_CRYPTO_SELFTESTS.
>
> - Make CONFIG_CRYPTO_SELFTESTS enable the full set of tests by default,
> removing CONFIG_CRYPTO_MANAGER_EXTRA_TESTS.
>
> - Automatically enable CONFIG_CRYPTO_MANAGER when needed for the tests.
>
> - Rename cryptomgr.noextratests to cryptomgr.noslowtests.
>
> - Remove cryptomgr.panic_on_fail, as panic_on_warn can be used instead.
>
> - Rename CONFIG_CRYPTO_TEST to CONFIG_CRYPTO_BENCHMARK.
>

Hello

I have ibuild/booted tested this against all my crypto hw, no problem.

Tested-by: Corentin LABBE <clabbe.montjoie@xxxxxxxxx>

Thanks
Regards