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: <Z_9jWI3l-HKEzHX1@gondor.apana.org.au>
Date: Wed, 16 Apr 2025 15:59:20 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: linux@...blig.org
Cc: ardb@...nel.org, haren@...ibm.com, davem@...emloft.net,
	linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] crypto: deadcode structs from 'comp' removal

On Sun, Apr 13, 2025 at 12:32:41AM +0100, linux@...blig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@...blig.org>
> 
> Ard's recent series of patches removing 'comp' implementations
> left behind a bunch of trivial structs, remove them.
> 
> These are:
>   crypto842_ctx - commit 2d985ff0072f ("crypto: 842 - drop obsolete 'comp'
> implementation")
>   lz4_ctx       - commit 33335afe33c9 ("crypto: lz4 - drop obsolete 'comp'
> implementation")
>   lz4hc_ctx     - commit dbae96559eef ("crypto: lz4hc - drop obsolete
> 'comp' implementation")
>   lzo_ctx       - commit a3e43a25bad0 ("crypto: lzo - drop obsolete
> 'comp' implementation")
>   lzorle_ctx    - commit d32da55c5b0c ("crypto: lzo-rle - drop obsolete
> 'comp' implementation")
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>
> ---
>  crypto/842.c     | 4 ----
>  crypto/lz4.c     | 4 ----
>  crypto/lz4hc.c   | 4 ----
>  crypto/lzo-rle.c | 4 ----
>  crypto/lzo.c     | 4 ----
>  5 files changed, 20 deletions(-)

Patch 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