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]
Date:   Thu, 28 Oct 2021 11:38:21 +0000
From:   Wei Liu <wei.liu@...nel.org>
To:     cgel.zte@...il.com
Cc:     kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
        wei.liu@...nel.org, decui@...rosoft.com, tglx@...utronix.de,
        mingo@...hat.com, bp@...en8.de, dave.hansen@...ux.intel.com,
        x86@...nel.org, hpa@...or.com, linux-hyperv@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        ran jianping <ran.jianping@....com.cn>,
        Zeal Robot <zealci@....com.cn>
Subject: Re: [PATCH] x86/hyperv: remove duplicate include in ivm.c

On Wed, Oct 27, 2021 at 09:05:44AM +0000, cgel.zte@...il.com wrote:
> From: ran jianping <ran.jianping@....com.cn>
> 
> 'linux/types.h' included in 'arch/x86/hyperv/ivm.c'
>  is duplicated.It is also included on the 12 line.
> 'linux/bitfield.h'included in 'arch/x86/hyperv/ivm.c'
> is duplicated.It is also included on the 13 line.
> 
> Reported-by: Zeal Robot <zealci@....com.cn>
> Signed-off-by: ran jianping <ran.jianping@....com.cn>

This is already dealt with. Thanks.

> ---
>  arch/x86/hyperv/ivm.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/x86/hyperv/ivm.c b/arch/x86/hyperv/ivm.c
> index 4d012fd9d95d..479201ceae8e 100644
> --- a/arch/x86/hyperv/ivm.c
> +++ b/arch/x86/hyperv/ivm.c
> @@ -9,8 +9,6 @@
>  #include <linux/types.h>
>  #include <linux/bitfield.h>
>  #include <linux/hyperv.h>
> -#include <linux/types.h>
> -#include <linux/bitfield.h>
>  #include <linux/slab.h>
>  #include <asm/svm.h>
>  #include <asm/sev.h>
> -- 
> 2.25.1
> 

Powered by blists - more mailing lists