Re: [PATCH v2] crypto: stm32/crc32 - Avoid lock if hardware is already used

From: Herbert Xu
Date: Fri Sep 25 2020 - 04:15:29 EST


On Wed, Sep 16, 2020 at 08:33:44AM +0200, Nicolas Toromanoff wrote:
> If STM32 CRC device is already in use, calculate CRC by software.
>
> This will release CPU constraint for a concurrent access to the
> hardware, and avoid masking irqs during the whole block processing.
>
> Fixes: 7795c0baf5ac ("crypto: stm32/crc32 - protect from concurrent accesses")
>
> Signed-off-by: Nicolas Toromanoff <nicolas.toromanoff@xxxxxx>
> ---
> v2: select CRC32 and not (CRYPTO_CRC32 and CRYPTO_CRC32C) in Kconfig
> ---
> drivers/crypto/stm32/Kconfig | 1 +
> drivers/crypto/stm32/stm32-crc32.c | 15 ++++++++++++---
> 2 files changed, 13 insertions(+), 3 deletions(-)

Patch applied. Thanks.
--
Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt