[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250905034148.GA26307@sol>
Date: Thu, 4 Sep 2025 20:41:48 -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,
Ard Biesheuvel <ardb@...nel.org>,
"Jason A. Donenfeld" <Jason@...c4.com>,
Giovanni Cabiddu <giovanni.cabiddu@...el.com>,
Ovidiu Panait <ovidiu.panait.oss@...il.com>
Subject: [GIT PULL] Crypto library fixes for v6.17-rc5
The following changes since commit fd7e5de4b2eddd34e3567cd419812d8869ef4f13:
lib/crypto: ensure generated *.S files are removed on make clean (2025-08-14 18:01:03 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/libcrypto-fixes-for-linus
for you to fetch changes up to cdb03b6d1896c2d23f9c47dc779edba0a9241115:
crypto: sha512 - Implement export_core() and import_core() (2025-09-02 19:02:39 -0700)
----------------------------------------------------------------
Fix a regression caused by my commits that reimplemented the sha1,
sha256, and sha512 crypto_shash algorithms on top of the library API.
Specifically, the export_core and import_core methods stopped being
supported, which broke some hardware offload drivers (such as qat)
that recently started depending on these for fallback functionality.
Later I'd like to make these drivers just use the library API for
their fallback. Then these methods won't be needed anymore. But for
now, this fixes the regression for 6.17.
----------------------------------------------------------------
Eric Biggers (3):
crypto: sha1 - Implement export_core() and import_core()
crypto: sha256 - Implement export_core() and import_core()
crypto: sha512 - Implement export_core() and import_core()
crypto/sha1.c | 39 +++++++++++++++++++++++++++++++
crypto/sha256.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
crypto/sha512.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 181 insertions(+)
Powered by blists - more mailing lists