mbox series

[GIT,PULL] Crypto Fixes for 6.12

Message ID ZxXqbFAO9VN3ugIR@gondor.apana.org.au (mailing list archive)
State New
Headers show
Series [GIT,PULL] Crypto Fixes for 6.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.12-p4

Message

Herbert Xu Oct. 21, 2024, 5:45 a.m. UTC
Hi Linus:

The following changes since commit e845d2399a00f866f287e0cefbd4fc7d8ef0d2f7:

  crypto: marvell/cesa - Disable hash algorithms (2024-10-10 17:03:35 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.12-p4 

for you to fetch changes up to cd843399d706411ff80520fb7883afeeefa76e98:

  crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue (2024-10-16 13:38:16 +0800)

----------------------------------------------------------------
This push fixes a regression in mpi that broke RSA.
----------------------------------------------------------------

Qianqiang Liu (1):
      crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue

 lib/crypto/mpi/mpi-mul.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Thanks,

Comments

pr-tracker-bot@kernel.org Oct. 21, 2024, 6:27 p.m. UTC | #1
The pull request you sent on Mon, 21 Oct 2024 13:45:16 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.12-p4

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

Thank you!