From: Eric Biggers <ebiggers@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
Ard Biesheuvel <ardb@kernel.org>,
"Jason A. Donenfeld" <Jason@zx2c4.com>,
Giovanni Cabiddu <giovanni.cabiddu@intel.com>,
Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Subject: [GIT PULL] Crypto library fixes for v6.17-rc5
Date: Thu, 4 Sep 2025 20:41:48 -0700 [thread overview]
Message-ID: <20250905034148.GA26307@sol> (raw)
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(+)
next reply other threads:[~2025-09-05 3:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-05 3:41 Eric Biggers [this message]
2025-09-05 17:06 ` [GIT PULL] Crypto library fixes for v6.17-rc5 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250905034148.GA26307@sol \
--to=ebiggers@kernel.org \
--cc=Jason@zx2c4.com \
--cc=ardb@kernel.org \
--cc=giovanni.cabiddu@intel.com \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ovidiu.panait.oss@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox