2024-02-28 08:08:08

by Herbert Xu

[permalink] [raw]
Subject: [GIT PULL] Crypto Fixes for 6.8

Hi Linus:

The following changes since commit c0ec2a712daf133d9996a8a1b7ee2d4996080363:

crypto: virtio/akcipher - Fix stack overflow on memcpy (2024-02-09 12:55:53 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 1c0cf6d19690141002889d72622b90fc01562ce4:

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

----------------------------------------------------------------
This push fixes a regression in lskcipher and an out-of-bound
access in arm64/neonbs.
----------------------------------------------------------------

Ard Biesheuvel (1):
crypto: arm64/neonbs - fix out-of-bounds access on short input

Herbert Xu (1):
crypto: lskcipher - Copy IV in lskcipher glue code always

arch/arm64/crypto/aes-neonbs-glue.c | 11 +++++++++++
crypto/lskcipher.c | 6 ++----
2 files changed, 13 insertions(+), 4 deletions(-)

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


2024-03-06 16:33:46

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] Crypto Fixes for 6.8

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!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2024-03-06 09:48:16

by Herbert Xu

[permalink] [raw]
Subject: [GIT PULL] Crypto Fixes for 6.8

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,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt