[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250708164517.GA1255@sol>
Date: Tue, 8 Jul 2025 09:45:17 -0700
From: Eric Biggers <ebiggers@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-s390@...r.kernel.org, Ard Biesheuvel <ardb@...nel.org>,
"Jason A. Donenfeld" <Jason@...c4.com>,
Heiko Carstens <hca@...ux.ibm.com>,
Ingo Franzki <ifranzki@...ux.ibm.com>
Subject: [GIT PULL] Crypto library fix for v6.16-rc6
The following changes since commit 64f7548aad63d2fbca2eeb6eb33361c218ebd5a5:
lib/crypto: sha256: Mark sha256_choose_blocks as __always_inline (2025-06-20 13:22:03 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/libcrypto-for-linus
for you to fetch changes up to 68279380266a5fa70e664de754503338e2ec3f43:
crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2 (2025-07-03 10:27:26 -0700)
----------------------------------------------------------------
Fix an uninitialized variable in the s390 optimized SHA-1 and SHA-2.
Note that my librarification changes also fix this by greatly
simplifying how the s390 optimized SHA code is integrated. However, we
need this separate fix for 6.16 and older versions.
----------------------------------------------------------------
Eric Biggers (1):
crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
arch/s390/crypto/sha1_s390.c | 2 ++
arch/s390/crypto/sha512_s390.c | 3 +++
2 files changed, 5 insertions(+)
Powered by blists - more mailing lists