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] [day] [month] [year] [list]
Message-ID: <20240820215555.GB2335251@thelio-3990X>
Date: Tue, 20 Aug 2024 14:55:55 -0700
From: Nathan Chancellor <nathan@...nel.org>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
	Nicolas Schier <nicolas@...sle.eu>
Subject: Re: [PATCH] kbuild: remove *.symversions left-over

On Sun, Aug 18, 2024 at 05:37:29PM +0900, Masahiro Yamada wrote:
> Commit 5ce2176b81f7 ("genksyms: adjust the output format to modpost")
> stopped generating *.symversions files.
> 
> Remove the left-over from the .gitignore file and the 'clean' rule.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>

Reviewed-by: Nathan Chancellor <nathan@...nel.org>

> ---
> 
>  .gitignore | 1 -
>  Makefile   | 2 +-
>  2 files changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 7902adf4f7f1..ac8c667c0df6 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -46,7 +46,6 @@
>  *.so.dbg
>  *.su
>  *.symtypes
> -*.symversions
>  *.tab.[ch]
>  *.tar
>  *.xz
> diff --git a/Makefile b/Makefile
> index 0a364e34f50b..c8d651a30397 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1946,7 +1946,7 @@ clean: $(clean-dirs)
>  		-o -name '*.c.[012]*.*' \
>  		-o -name '*.ll' \
>  		-o -name '*.gcno' \
> -		-o -name '*.*.symversions' \) -type f -print \
> +		\) -type f -print \
>  		-o -name '.tmp_*' -print \
>  		| xargs rm -rf
>  
> -- 
> 2.43.0
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ