From: Herbert Xu <herbert@gondor.apana.org.au>
To: Linux Crypto Mailing List <linux-crypto@vger.kernel.org>
Cc: Mikulas Patocka <mpatocka@redhat.com>
Subject: [v2 PATCH 0/2] crypto: ahash - Allow async stack requests when specified
Date: Tue, 09 Sep 2025 13:41:31 +0800 [thread overview]
Message-ID: <cover.1757396389.git.herbert@gondor.apana.org.au> (raw)
v2 fixes the inverted tests that broke everything.
This patch series adds support for passing stack requests down
to algorithms that do not do DMA on the request context, e.g.,
phmac.
Herbert Xu (2):
crypto: ahash - Allow async stack requests when specified
crypto: s390/phmac - Allow stack requests
arch/s390/crypto/phmac_s390.c | 1 +
crypto/ahash.c | 22 ++++++++++++++++++----
include/crypto/internal/hash.h | 3 +++
3 files changed, 22 insertions(+), 4 deletions(-)
--
2.39.5
next reply other threads:[~2025-09-09 5:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-09 5:41 Herbert Xu [this message]
2025-09-09 5:41 ` [v2 PATCH 1/2] crypto: ahash - Allow async stack requests when specified Herbert Xu
2025-09-15 15:06 ` Mikulas Patocka
2025-09-16 3:59 ` Herbert Xu
2025-09-16 9:38 ` Mikulas Patocka
2025-09-09 5:41 ` [v2 PATCH 2/2] crypto: s390/phmac - Allow stack requests Herbert Xu
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=cover.1757396389.git.herbert@gondor.apana.org.au \
--to=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=mpatocka@redhat.com \
/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;
as well as URLs for NNTP newsgroup(s).