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!
Herbert Xu March 31, 2025, 4:50 a.m. UTC | #2
Hi Linus:

The following changes since commit 99585c2192cb1ce212876e82ef01d1c98c7f4699:

  crypto: testmgr - Add multibuffer acomp testing (2025-03-22 07:25:19 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 9764d5b0cd0ea4846fd46c7d0b4238ea122075a9:

  Revert "crypto: testmgr - Add multibuffer hash testing" (2025-03-30 09:39:57 +0800)

----------------------------------------------------------------
This push fixes reverts the multibuffer hash testing as it is buggy.
----------------------------------------------------------------

Herbert Xu (1):
      Revert "crypto: testmgr - Add multibuffer hash testing"

 crypto/testmgr.c | 157 +++++++++----------------------------------------------
 1 file changed, 24 insertions(+), 133 deletions(-)

Thanks,