[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z_89K7tSzQVKRqr6@gondor.apana.org.au>
Date: Wed, 16 Apr 2025 13:16:27 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
"David S. Miller" <davem@...emloft.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Crypto Mailing List <linux-crypto@...r.kernel.org>
Subject: [GIT PULL] Crypto Fixes for 6.15
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@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists