Re: [PATCH 0/2] crypto: remove physical address support in skcipher_walk

From: Ard Biesheuvel
Date: Mon Dec 09 2024 - 05:22:45 EST


On Sat, 7 Dec 2024 at 20:05, Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> 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
>

Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx>

> 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
>
>