lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Z11P6Z6wolDJQxAS@gondor.apana.org.au>
Date: Sat, 14 Dec 2024 17:29:13 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Eric Biggers <ebiggers@...nel.org>
Cc: linux-crypto@...r.kernel.org, "David S . Miller" <davem@...emloft.net>,
	Andreas Larsson <andreas@...sler.com>, sparclinux@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/2] crypto: remove physical address support in
 skcipher_walk

On Sat, Dec 07, 2024 at 11:05:01AM -0800, Eric Biggers 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
> 
>  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

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ