Re: [PATCH] lib/crypto: tests: Fix aes_cbc_macs dependency and add to kunitconfig
From: Eric Biggers
Date: Mon Mar 09 2026 - 16:29:02 EST
On Thu, Mar 05, 2026 at 04:19:17PM -0800, Eric Biggers wrote:
> Update the dependency of CRYPTO_LIB_AES_CBC_MACS_KUNIT_TEST to match the
> new convention established by commit 4478e8eeb871 ("lib/crypto: tests:
> Depend on library options rather than selecting them"), and add this
> test to the kunitconfig file added by commit 20d6f07004d6 ("lib/crypto:
> tests: Add a .kunitconfig file").
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
>
> This is targeting libcrypto-next. This patch is needed because the
> aes_cbc_macs test is queued for 7.1 and wasn't handled by the commits
> mentioned above which were merged into 7.0.
>
> lib/crypto/.kunitconfig | 3 +++
> lib/crypto/tests/Kconfig | 3 +--
> 2 files changed, 4 insertions(+), 2 deletions(-)
I folded this into "lib/crypto: tests: Add KUnit tests for CBC-based
MACs", since it's a fix for that commit.
- Eric