mbox series

[GIT,PULL] Crypto Fixes for 6.2

Message ID Y7fmtJHWT1Zx+A1j@gondor.apana.org.au
State New
Headers show
Series [GIT,PULL] Crypto Fixes for 6.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.2-p2

Message

Herbert Xu Jan. 6, 2023, 9:15 a.m. UTC
Hi Linus:

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.2-p2 

for you to fetch changes up to 736f88689c6912f05d0116917910603a7ba97de7:

  crypto: arm64/sm4 - fix possible crash with CFI enabled (2022-12-30 17:57:42 +0800)

----------------------------------------------------------------
This push fixes a CFI crash in arm64/sm4 as well as a regression
in the caam driver.
----------------------------------------------------------------

Nikolaus Voss (1):
      crypto: caam - fix CAAM io mem access in blob_gen

Tianjia Zhang (1):
      crypto: arm64/sm4 - fix possible crash with CFI enabled

 arch/arm64/crypto/sm4-ce-ccm-core.S | 5 +++--
 arch/arm64/crypto/sm4-ce-gcm-core.S | 5 +++--
 drivers/crypto/caam/blob_gen.c      | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
 
Thanks,

Comments

pr-tracker-bot@kernel.org Jan. 6, 2023, 9:19 p.m. UTC | #1
The pull request you sent on Fri, 6 Jan 2023 17:15:32 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.2-p2

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

Thank you!