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] [thread-next>] [day] [month] [year] [list]
Message-ID: <fff1f9ce-28b2-4ba1-a118-3a7cef722bdc@gmail.com>
Date: Mon, 14 Oct 2024 10:38:02 -0400
From: David Hunter <david.hunter.linux@...il.com>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
 shuah@...nel.org, javier.carrasco.cruz@...il.com
Subject: Re: [PATCH 4/7] linux-kbuild: fix: ensure selected configs were
 turned on in original

On 9/23/24 23:45, Masahiro Yamada wrote:

> I believe defined($orig_configs{$conf} is always true here
> because it was already checked a few lines above.
> 
> 
>      # We only need to process if the depend config is a module
>      if (!defined($orig_configs{$conf}) || $orig_configs{$conf} eq "y") {
>          next;
>      }
> 
> 
> If $conf is not present in the original .config,
> the 'next' statement skips the current iteration.
> 


Good point, I will remove this portion for the series patch.



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ