mbox series

[GIT,PULL] Crypto Fixes for 6.8

Message ID Zeg7vD6GeVHAxYWf@gondor.apana.org.au (mailing list archive)
State Not Applicable
Delegated to: Herbert Xu
Headers show
Series [GIT,PULL] Crypto Fixes for 6.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.8-p6

Message

Herbert Xu March 6, 2024, 9:47 a.m. UTC
Hi Linus:

The following changes since commit 1c0cf6d19690141002889d72622b90fc01562ce4:

  crypto: arm64/neonbs - fix out-of-bounds access on short input (2024-02-24 08:37:24 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.8-p6 

for you to fetch changes up to c0afb6b88fbbc177fa322a835f874be217bffe45:

  crypto: rk3288 - Fix use after free in unprepare (2024-03-01 18:33:29 +0800)

----------------------------------------------------------------
This push fixes potential use-after-frees in rk3288 and sun8i-ce.
----------------------------------------------------------------

Andrey Skvortsov (1):
      crypto: sun8i-ce - Fix use after free in unprepare

Herbert Xu (1):
      crypto: rk3288 - Fix use after free in unprepare

 .../crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c    | 34 +++++++++++-----------
 drivers/crypto/rockchip/rk3288_crypto_ahash.c      |  4 +--
 2 files changed, 19 insertions(+), 19 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org March 6, 2024, 4:33 p.m. UTC | #1
The pull request you sent on Wed, 6 Mar 2024 17:47:40 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.8-p6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/09dcdbac54f4e60c917251fea98a69e46817fe27

Thank you!