linux-yocto/drivers/crypto/stm32
Maxime Méré d93a2f86b0 crypto: stm32/cryp - call finalize with bh disabled
[ Upstream commit 56ddb9aa3b ]

The finalize operation in interrupt mode produce a produces a spinlock
recursion warning. The reason is the fact that BH must be disabled
during this process.

Signed-off-by: Maxime Méré <maxime.mere@foss.st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-09-08 07:54:46 +02:00
..
Kconfig
Makefile
stm32-crc32.c crypto: stm32/crc32 - fix parsing list of devices 2024-02-05 20:14:16 +00:00
stm32-cryp.c crypto: stm32/cryp - call finalize with bh disabled 2024-09-08 07:54:46 +02:00
stm32-hash.c