mbox series

[GIT,PULL] Crypto Fixes for 6.8

Message ID Zd7p36CRWPsYhA2G@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-p5

Message

Herbert Xu Feb. 28, 2024, 8:07 a.m. UTC
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,

Comments

pr-tracker-bot@kernel.org Feb. 28, 2024, 5:48 p.m. UTC | #1
The pull request you sent on Wed, 28 Feb 2024 16:07:59 +0800:

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

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

Thank you!