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] [day] [month] [year] [list]
Date:   Mon, 1 Nov 2021 13:19:30 +0100
From:   Jan Kara <jack@...e.cz>
To:     cgel.zte@...il.com
Cc:     jack@...e.cz, zhang.mingyu@....com.cn, krisman@...labora.com,
        amir73il@...il.com, linux-kernel@...r.kernel.org,
        Zeal Robot <zealci@....com.cn>
Subject: Re: [PATCH] signal: remove duplicate include in signal.c

On Mon 01-11-21 07:43:38, cgel.zte@...il.com wrote:
> From: Zhang Mingyu <zhang.mingyu@....com.cn>
> 
> 'asm/fpu/xstate.h' included in 'arch/x86/kernel/signal.c'
> is duplicated.It is also included on the 45 line.
> 
> Reported-by: Zeal Robot <zealci@....com.cn>
> Signed-off-by: Zhang Mingyu <zhang.mingyu@....com.cn>

I guess you've sent this cleanup to a wrong set of people... You need to
send it to x86 maintainters. Thanks.

									Honza

> ---
>  arch/x86/kernel/signal.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c
> index ec71e06ae364..fad9c4adcda6 100644
> --- a/arch/x86/kernel/signal.c
> +++ b/arch/x86/kernel/signal.c
> @@ -42,7 +42,6 @@
>  #include <linux/compat.h>
>  #include <asm/proto.h>
>  #include <asm/ia32_unistd.h>
> -#include <asm/fpu/xstate.h>
>  #endif /* CONFIG_X86_64 */
>  
>  #include <asm/syscall.h>
> -- 
> 2.25.1
> 
-- 
Jan Kara <jack@...e.com>
SUSE Labs, CR

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ