public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: remove physical address support in skcipher_walk
@ 2024-12-07 19:05 Eric Biggers
  2024-12-07 19:05 ` [PATCH 1/2] crypto: drivers - remove Niagara2 SPU driver Eric Biggers
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Biggers @ 2024-12-07 19:05 UTC (permalink / raw)
  To: linux-crypto, Herbert Xu
  Cc: David S . Miller, Andreas Larsson, sparclinux, linux-kernel

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-12-14  9:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07 19:05 [PATCH 0/2] crypto: remove physical address support in skcipher_walk Eric Biggers
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox