[LTP] [PATCH] crypto: api - Fix generic algorithm self-test races
Herbert Xu
herbert@gondor.apana.org.au
Mon Oct 7 09:58:00 CEST 2024
On Mon, Oct 07, 2024 at 12:32:22PM +0800, Herbert Xu wrote:
>
> For normal lookups (one without CRYPTO_ALG_TESTED set in the mask
> field), the core API will first look for a tested algorithm, and
> if that fails then it will look for an untested algorithm. The
> second step should find the larval and then sleep on that until it's
> done.
Actually that's not quite right. The test larval is registered
with TESTED set so normal lookups will latch onto that and then
wait.
Cheers,
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
More information about the ltp
mailing list