]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: tegra - Disable softirqs before finalizing request
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 10 Mar 2026 09:28:29 +0000 (18:28 +0900)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 22 Mar 2026 02:17:58 +0000 (11:17 +0900)
commit2aeec9af775fb53aa086419b953302c6f4ad4984
tree57b98dc976c9b8057e79c2e3f1b16a79f1fc8a75
parent326118443ec3de85708a2678dcc2c14eea417228
crypto: tegra - Disable softirqs before finalizing request

Softirqs must be disabled when calling the finalization fucntion on
a request.

Reported-by: Guangwu Zhang <guazhang@redhat.com>
Fixes: 0880bb3b00c8 ("crypto: tegra - Add Tegra Security Engine driver")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/tegra/tegra-se-aes.c
drivers/crypto/tegra/tegra-se-hash.c