From: Herbert Xu <herbert@gondor.apana.org.au>
To: Eric Biggers <ebiggers@kernel.org>
Cc: linux-crypto@vger.kernel.org
Subject: Re: [PATCH 0/8] crypto: use memcpy_sglist() instead of null skcipher
Date: Mon, 12 May 2025 13:46:03 +0800 [thread overview]
Message-ID: <aCGLG8JSaHkefVdj@gondor.apana.org.au> (raw)
In-Reply-To: <20250505191045.763835-1-ebiggers@kernel.org>
Eric Biggers <ebiggers@kernel.org> wrote:
> For copying data between two scatterlists, just use memcpy_sglist()
> instead of the so-called "null skcipher". This is much simpler.
>
> Eric Biggers (8):
> crypto: algif_aead - use memcpy_sglist() instead of null skcipher
> crypto: authenc - use memcpy_sglist() instead of null skcipher
> crypto: gcm - use memcpy_sglist() instead of null skcipher
> crypto: geniv - use memcpy_sglist() instead of null skcipher
> crypto: krb5enc - do not select CRYPTO_NULL
> crypto: null - remove the default null skcipher
> crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULL
> crypto: null - use memcpy_sglist()
>
> crypto/Kconfig | 15 +----
> crypto/Makefile | 2 +-
> crypto/algif_aead.c | 101 ++++++--------------------------
> crypto/authenc.c | 32 +---------
> crypto/authencesn.c | 38 +-----------
> crypto/crypto_null.c | 70 ++--------------------
> crypto/echainiv.c | 18 +-----
> crypto/gcm.c | 41 ++-----------
> crypto/geniv.c | 13 +---
> crypto/seqiv.c | 17 +-----
> include/crypto/internal/geniv.h | 1 -
> include/crypto/null.h | 3 -
> 12 files changed, 41 insertions(+), 310 deletions(-)
>
>
> base-commit: 64745a9ca890ed60d78162ec511e1983e1946d73
All applied. Thanks.
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
prev parent reply other threads:[~2025-05-12 5:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-05 19:10 [PATCH 0/8] crypto: use memcpy_sglist() instead of null skcipher Eric Biggers
2025-05-05 19:10 ` [PATCH 1/8] crypto: algif_aead - " Eric Biggers
2025-05-05 19:10 ` [PATCH 2/8] crypto: authenc " Eric Biggers
2025-05-05 19:10 ` [PATCH 3/8] crypto: gcm " Eric Biggers
2025-05-05 19:10 ` [PATCH 4/8] crypto: geniv " Eric Biggers
2025-05-05 19:10 ` [PATCH 5/8] crypto: krb5enc - do not select CRYPTO_NULL Eric Biggers
2025-05-05 19:10 ` [PATCH 6/8] crypto: null - remove the default null skcipher Eric Biggers
2025-05-05 19:10 ` [PATCH 7/8] crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULL Eric Biggers
2025-05-05 19:10 ` [PATCH 8/8] crypto: null - use memcpy_sglist() Eric Biggers
2025-05-12 5:46 ` Herbert Xu [this message]
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=aCGLG8JSaHkefVdj@gondor.apana.org.au \
--to=herbert@gondor.apana.org.au \
--cc=ebiggers@kernel.org \
--cc=linux-crypto@vger.kernel.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