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]
Date:   Fri, 18 Jan 2019 23:47:10 +0800
From:   Guo Ren <guoren@...nel.org>
To:     Brajeswar Ghosh <brajeswar.linux@...il.com>
Cc:     ren_guo@...ky.com, arnd@...db.de, jrdr.linux@...il.com,
        linux-kernel@...r.kernel.org, sabyasachi.linux@...il.com
Subject: Re: [PATCH] arch/csky/mm/fault.c: Remove duplicate header

Thx Brajeswar,

Reviewed-by: Guo Ren <ren_guo@...ky.com>
Acked-by: Guo Ren <ren_guo@...ky.com>

On Fri, Jan 18, 2019 at 03:21:52PM +0530, Brajeswar Ghosh wrote:
> Remove linux/kernel.h which is included more than once
> 
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@...il.com>
> ---
>  arch/csky/mm/fault.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/csky/mm/fault.c b/arch/csky/mm/fault.c
> index 7df57f90b52c..16d8378cf12d 100644
> --- a/arch/csky/mm/fault.c
> +++ b/arch/csky/mm/fault.c
> @@ -15,7 +15,6 @@
>  #include <linux/smp.h>
>  #include <linux/version.h>
>  #include <linux/vt_kern.h>
> -#include <linux/kernel.h>
>  #include <linux/extable.h>
>  #include <linux/uaccess.h>
>  
> -- 
> 2.17.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ