mbox series

[GIT,PULL] Crypto Fixes for 6.13

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

Pull-request

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

Message

Herbert Xu Dec. 14, 2024, 9:21 a.m. UTC
Hi Linus:

The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cd26cd65476711e2c69e0a049c0eeef4b743f5ac:

  crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problem (2024-12-10 13:40:25 +0800)

----------------------------------------------------------------
This push fixes a regression in rsassa-pkcs1 as well as a buffer
overrun in hisilicon/debugfs.
----------------------------------------------------------------

Chenghai Huang (1):
      crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problem

Herbert Xu (1):
      crypto: rsassa-pkcs1 - Copy source data for SG list

 crypto/rsassa-pkcs1.c              | 45 ++++++++++++--------------------------
 drivers/crypto/hisilicon/debugfs.c |  4 ++--
 2 files changed, 16 insertions(+), 33 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org Dec. 14, 2024, 5:18 p.m. UTC | #1
The pull request you sent on Sat, 14 Dec 2024 17:21:16 +0800:

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

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

Thank you!