All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: linux-crypto@vger.kernel.org, Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S . Miller" <davem@davemloft.net>,
	Andreas Larsson <andreas@gaisler.com>,
	sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] crypto: remove physical address support in skcipher_walk
Date: Sat,  7 Dec 2024 11:05:01 -0800	[thread overview]
Message-ID: <20241207190503.53440-1-ebiggers@kernel.org> (raw)

This series removes the unnecessary physical address support in
skcipher_walk and the single obsolete driver that was using it.

Eric Biggers (2):
  crypto: drivers - remove Niagara2 SPU driver
  crypto: skcipher - remove support for physical address walks

 crypto/skcipher.c                  |  187 +--
 drivers/crypto/Kconfig             |   17 -
 drivers/crypto/Makefile            |    2 -
 drivers/crypto/n2_asm.S            |   96 --
 drivers/crypto/n2_core.c           | 2168 ----------------------------
 drivers/crypto/n2_core.h           |  232 ---
 include/crypto/internal/skcipher.h |   12 -
 7 files changed, 26 insertions(+), 2688 deletions(-)
 delete mode 100644 drivers/crypto/n2_asm.S
 delete mode 100644 drivers/crypto/n2_core.c
 delete mode 100644 drivers/crypto/n2_core.h


base-commit: b5f217084ab3ddd4bdd03cd437f8e3b7e2d1f5b6
-- 
2.47.1


             reply	other threads:[~2024-12-07 19:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-07 19:05 Eric Biggers [this message]
2024-12-07 19:05 ` [PATCH 1/2] crypto: drivers - remove Niagara2 SPU driver Eric Biggers
2024-12-07 19:05 ` [PATCH 2/2] crypto: skcipher - remove support for physical address walks Eric Biggers
2024-12-09 10:22 ` [PATCH 0/2] crypto: remove physical address support in skcipher_walk Ard Biesheuvel
2024-12-14  9:29 ` 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=20241207190503.53440-1-ebiggers@kernel.org \
    --to=ebiggers@kernel.org \
    --cc=andreas@gaisler.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sparclinux@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 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.