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: <ZxjqN/SlnwM/jDPe@reserved-66-92-248.nay.redhat.com>
Date: Wed, 23 Oct 2024 20:21:11 +0800
From: Baoquan He <bhe@...hat.com>
To: Liad Peretz <liad.per@...il.com>
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
	hbathini@...ux.ibm.com, yang.lee@...ux.alibaba.com,
	david@...hat.com
Subject: Re: [PATCH] Makefile: Remove unused filechk_cat

On 10/23/24 at 10:06am, Liad Peretz wrote:
> Signed-off-by: Liad Peretz <liad.per@...il.com>
> ---
>  kernel/Makefile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/kernel/Makefile b/kernel/Makefile
> index 87866b037fbe..ca2dfa4343f0 100644
> --- a/kernel/Makefile
> +++ b/kernel/Makefile
> @@ -146,8 +146,6 @@ targets += config_data config_data.gz
>  $(obj)/config_data.gz: $(obj)/config_data FORCE
>  	$(call if_changed,gzip)
>  
> -filechk_cat = cat $<
> -

Seems true with 'git grep'.

Reviewed-by: Baoquan He <bhe@...hat.com>

>  $(obj)/config_data: $(KCONFIG_CONFIG) FORCE
>  	$(call filechk,cat)
>  
> -- 
> 2.39.0
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ