From: Lukas Wunner <lukas@wunner.de>
To: Herbert Xu <herbert@gondor.apana.org.au>,
"David S. Miller" <davem@davemloft.net>,
"Michael S. Tsirkin" <mst@redhat.com>,
Jason Wang <jasowang@redhat.com>,
Gonglei <arei.gonglei@huawei.com>
Cc: zhenwei pi <pizhenwei@bytedance.com>,
lei he <helei.sig11@bytedance.com>,
Xuan Zhuo <xuanzhuo@linux.alibaba.com>,
Eugenio Perez <eperezma@redhat.com>,
linux-crypto@vger.kernel.org, virtualization@lists.linux.dev
Subject: [PATCH 0/5] crypto virtio cleanups
Date: Mon, 3 Feb 2025 14:37:00 +0100 [thread overview]
Message-ID: <cover.1738562694.git.lukas@wunner.de> (raw)
Here's an assortment of trivial crypto virtio cleanups
which I accumulated while working on commit 5b553e06b321
("crypto: virtio - Drop sign/verify operations").
I've used qemu + libgcrypt backend to ascertain that all
boot-time crypto selftests still pass after these changes.
I've also verified that a KEYCTL_PKEY_ENCRYPT operation
using virtio-pkcs1-rsa produces correct output.
Thanks!
Lukas Wunner (5):
crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop()
crypto: virtio - Simplify RSA key size caching
crypto: virtio - Drop superfluous ctx->tfm backpointer
crypto: virtio - Drop superfluous [as]kcipher_ctx pointer
crypto: virtio - Drop superfluous [as]kcipher_req pointer
.../virtio/virtio_crypto_akcipher_algs.c | 41 ++++++++-----------
drivers/crypto/virtio/virtio_crypto_mgr.c | 2 +-
.../virtio/virtio_crypto_skcipher_algs.c | 17 ++------
3 files changed, 21 insertions(+), 39 deletions(-)
--
2.43.0
next reply other threads:[~2025-02-03 13:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-03 13:37 Lukas Wunner [this message]
2025-02-03 13:37 ` [PATCH 1/5] crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop() Lukas Wunner
2025-02-03 13:37 ` [PATCH 2/5] crypto: virtio - Simplify RSA key size caching Lukas Wunner
2025-02-03 13:37 ` [PATCH 3/5] crypto: virtio - Drop superfluous ctx->tfm backpointer Lukas Wunner
2025-02-03 13:37 ` [PATCH 4/5] crypto: virtio - Drop superfluous [as]kcipher_ctx pointer Lukas Wunner
2025-02-03 13:37 ` [PATCH 5/5] crypto: virtio - Drop superfluous [as]kcipher_req pointer Lukas Wunner
2025-02-05 7:52 ` [PATCH 0/5] crypto virtio cleanups zhenwei pi
2025-02-16 5:24 ` 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.1738562694.git.lukas@wunner.de \
--to=lukas@wunner.de \
--cc=arei.gonglei@huawei.com \
--cc=davem@davemloft.net \
--cc=eperezma@redhat.com \
--cc=helei.sig11@bytedance.com \
--cc=herbert@gondor.apana.org.au \
--cc=jasowang@redhat.com \
--cc=linux-crypto@vger.kernel.org \
--cc=mst@redhat.com \
--cc=pizhenwei@bytedance.com \
--cc=virtualization@lists.linux.dev \
--cc=xuanzhuo@linux.alibaba.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.