Re: [PATCH -next] crypto: Fix build error when CRYPTO_BLAKE2S_X86=m && CRYPTO_ALGAPI2=m && CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y

From: Jason A. Donenfeld
Date: Thu May 26 2022 - 04:52:53 EST


On Thu, May 26, 2022 at 04:26:35PM +0800, Herbert Xu wrote:
> On Thu, May 26, 2022 at 12:25:06AM -0700, Eric Biggers wrote:
> >
> > How about just making CRYPTO_MANAGER_EXTRA_TESTS depend on CRYPTO_ALGAPI=y?
>
> That breaks my setups with ALGAPI=m.
>
> > Or alternatively, move the crypto_simd_disabled_for_test variable into a file in
> > lib/crypto/. But the other suggestion would be a bit simpler for now.
>
> Yes please do that instead. If we ever get some arch-independent
> file for SIMD then we could move it over there.

Actually, we were talking about getting rid of the blake2s shash before
anyway, because it has no purpose. I'll make that change and send a
series, which will fix the issue a different way.

Jason