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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZvQYfTgmmQXwr9Rw@l-nschier-nb>
Date: Wed, 25 Sep 2024 16:04:45 +0200
From: Nicolas Schier <nicolas@...sle.eu>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-kbuild@...r.kernel.org, Miguel Ojeda <ojeda@...nel.org>,
	rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org,
	Nathan Chancellor <nathan@...nel.org>
Subject: Re: [PATCH 10/23] kbuild: refactor the check for missing config files

On Tue, Sep 17, 2024 at 11:16:38PM +0900, Masahiro Yamada wrote:
> This commit refactors the check for missing configuration files, making
> it easier to add more files to the list.
> 
> The format of the error message has been slightly changed, as follows:
> 
> [Before]
> 
>     ERROR: Kernel configuration is invalid.
>            include/generated/autoconf.h or include/config/auto.conf are missing.
>            Run 'make oldconfig && make prepare' on kernel src to fix it.
> 
> [After]
> 
>   ***
>   ***  ERROR: Kernel configuration is invalid. The following files are missing:
>   ***    - include/generated/autoconf.h
>   ***    - include/config/auto.conf
>   ***  Run "make oldconfig && make prepare" on kernel source to fix it.
>   ***
> 
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---
> 
>  Makefile | 21 +++++++++++++--------
>  1 file changed, 13 insertions(+), 8 deletions(-)

Reviewed-by: Nicolas Schier <n.schier@....de>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ