[GIT PULL] Crypto Fixes for 6.15

From: Herbert Xu
Date: Wed Apr 16 2025 - 01:17:01 EST


Hi Linus:

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git tags/v6.15-p4

for you to fetch changes up to b2e689baf220408aff8ee5dfb4edb0817e1632bb:

crypto: ahash - Disable request chaining (2025-04-12 09:33:09 +0800)

----------------------------------------------------------------
This push fixes the following issues:

- Disable ahash request chaining as it causes problems with the sa2ul driver.
- Fix a couple of bugs in the new scomp stream freeing code.
- Fix an old caam refcount underflow that is possibly showing up now
because of the new parallel self-tests.
- Fix regression in the tegra driver.
----------------------------------------------------------------

Akhil R (1):
crypto: tegra - Fix IV usage for AES ECB

Herbert Xu (4):
crypto: scomp - Fix null-pointer deref when freeing streams
crypto: caam/qi - Fix drv_ctx refcount bug
crypto: scomp - Fix wild memory accesses in scomp_free_streams
crypto: ahash - Disable request chaining

crypto/ahash.c | 76 +------------------------------------
crypto/scompress.c | 10 +++--
drivers/crypto/caam/qi.c | 6 +--
drivers/crypto/tegra/tegra-se-aes.c | 5 +--
include/crypto/hash.h | 6 ++-
include/crypto/internal/hash.h | 2 +-
6 files changed, 18 insertions(+), 87 deletions(-)

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