]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: stm32/cryp - call finalize with bh disabled
authorMaxime Méré <maxime.mere@foss.st.com>
Tue, 28 May 2024 14:05:48 +0000 (16:05 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 7 Jun 2024 11:46:39 +0000 (19:46 +0800)
commit56ddb9aa3b324c2d9645b5a7343e46010cf3f6ce
tree8ca58826df59df2d654e5bf8eac8e99517010b98
parent4027725259cc55138672f21373ac04f14aab2836
crypto: stm32/cryp - call finalize with bh disabled

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>
drivers/crypto/stm32/stm32-cryp.c