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>] [day] [month] [year] [list]
Message-ID: <2f7a83-67650980-a2c7-5cf12280@54007280>
Date: Fri, 20 Dec 2024 07:06:18 +0100
From: "Ariel Otilibili-Anieli" <Ariel.Otilibili-Anieli@...ecom.fr>
To: "Andrew Morton" <akpm@...ux-foundation.org>
Cc: mm-commits@...r.kernel.org, sstabellini@...nel.org, roger.pau@...rix.com, michal.orzel@....com, julien@....org, jbeulich@...e.com, anthony.perard@...es.tech, andrew.cooper3@...rix.com, stable@...r.kernel.org, xen-devel@...ts.xenproject.org, linux-kernel@...r.kernel.org
Subject: Re: + lib-remove-dead-code.patch added to 
 mm-nonmm-unstable branch

On Friday, December 20, 2024 00:13 CET, Andrew Morton <akpm@...ux-foundation.org> wrote:

> 
> The patch titled
>      Subject: lib/inflate.c: remove dead code
> has been added to the -mm mm-nonmm-unstable branch.  Its filename is
>      lib-remove-dead-code.patch
> 
> This patch will shortly appear at
>      https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/lib-remove-dead-code.patch
> 
> This patch will later appear in the mm-nonmm-unstable branch at
>     git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> 
> Before you just go and hit "reply", please:
>    a) Consider who else should be cc'ed

Hello Andrew,

Cc: linux-kernel@...r.kernel.org
Cc: stable@...r.kernel.org
Cc: xen-devel@...ts.xenproject.org

https://lore.kernel.org/lkml/20241219224645.749233-1-ariel.otilibili-anieli@eurecom.fr/

Thank you,
Ariel
>    b) Prefer to cc a suitable mailing list as well
>    c) Ideally: find the original patch on the mailing list and do a
>       reply-to-all to that, adding suitable additional cc's
> 
> *** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
> 
> The -mm tree is included into linux-next via the mm-everything
> branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> and is updated there every 2-3 working days
> 
> ------------------------------------------------------
> From: Ariel Otilibili <ariel.otilibili-anieli@...ecom.fr>
> Subject: lib/inflate.c: remove dead code
> Date: Thu, 19 Dec 2024 10:21:12 +0100
> 
> This is a follow up from a discussion in Xen:
> 
> The if-statement tests that `res` is non-zero; meaning the case zero is
> never reached.
> 
> Link: https://lore.kernel.org/all/7587b503-b2ca-4476-8dc9-e9683d4ca5f0@suse.com/
> Link: https://lkml.kernel.org/r/20241219092615.644642-2-ariel.otilibili-anieli@eurecom.fr
> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
> Signed-off-by: Ariel Otilibili <ariel.otilibili-anieli@...ecom.fr>
> Suggested-by: Jan Beulich <jbeulich@...e.com>
> Cc: Andrew Cooper <andrew.cooper3@...rix.com>
> Cc: Anthony PERARD <anthony.perard@...es.tech>
> Cc: Michal Orzel <michal.orzel@....com>
> Cc: Julien Grall <julien@....org>
> Cc: Roger Pau Monné <roger.pau@...rix.com>
> Cc: Stefano Stabellini <sstabellini@...nel.org>
> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
> ---
> 
>  lib/inflate.c |    2 --
>  1 file changed, 2 deletions(-)
> 
> --- a/lib/inflate.c~lib-remove-dead-code
> +++ a/lib/inflate.c
> @@ -1257,8 +1257,6 @@ static int INIT gunzip(void)
>      /* Decompress */
>      if ((res = inflate())) {
>  	    switch (res) {
> -	    case 0:
> -		    break;
>  	    case 1:
>  		    error("invalid compressed format (err=1)");
>  		    break;
> _
> 
> Patches currently in -mm which might be from ariel.otilibili-anieli@...ecom.fr are
> 
> lib-remove-dead-code.patch
>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ