mbox series

[GIT,PULL] Crypto Fixes for 6.12

Message ID Zzc13mpEUC-BblD4@gondor.apana.org.au (mailing list archive)
State Not Applicable
Delegated to: Herbert Xu
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-p5

Message

Herbert Xu Nov. 15, 2024, 11:51 a.m. UTC
Hi Linus:

The following changes since commit cd843399d706411ff80520fb7883afeeefa76e98:

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

are available in the Git repository at:

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

for you to fetch changes up to dd41b283ef2f028e414312706b48f2880b7050b5:

  crypto: mips/crc32 - fix the CRC32C implementation (2024-10-26 14:39:30 +0800)

----------------------------------------------------------------
This push fixes a regression in the MIPS CRC32C code.
----------------------------------------------------------------

Eric Biggers (1):
      crypto: mips/crc32 - fix the CRC32C implementation

 arch/mips/crypto/crc32-mips.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Thanks,