mbox series

[GIT,PULL] Crypto Fixes for 6.15

Message ID Z_89K7tSzQVKRqr6@gondor.apana.org.au
State New
Headers show
Series [GIT,PULL] Crypto Fixes for 6.15 | expand

Pull-request

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

Message

Herbert Xu April 16, 2025, 5:16 a.m. UTC
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,

Comments

pr-tracker-bot@kernel.org April 24, 2025, 4:29 p.m. UTC | #1
The pull request you sent on Thu, 24 Apr 2025 17:07:01 +0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/288537d9c9364356a4b2f6bd947f2e89cdaa353e

Thank you!