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]
Message-ID: <Yy7xJQ0hcMBD61FH@kroah.com>
Date:   Sat, 24 Sep 2022 13:59:33 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Yihao Han <hanyihao@...o.com>
Cc:     "Rafael J. Wysocki" <rafael@...nel.org>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mm: hugetlb: Remove duplicate include

On Fri, Sep 09, 2022 at 02:15:03AM -0700, Yihao Han wrote:
> Fix following checkinclude.pl warning:
>  ./drivers/base/node.c: linux/hugetlb.h is included more than once.
> 
> Signed-off-by: Yihao Han <hanyihao@...o.com>
> ---
>  drivers/base/node.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/base/node.c b/drivers/base/node.c
> index 80b1e91b9608..cf115d5a9b8a 100644
> --- a/drivers/base/node.c
> +++ b/drivers/base/node.c
> @@ -20,7 +20,6 @@
>  #include <linux/pm_runtime.h>
>  #include <linux/swap.h>
>  #include <linux/slab.h>
> -#include <linux/hugetlb.h>
>  
>  static struct bus_type node_subsys = {
>  	.name = "node",
> -- 
> 2.17.1
> 

Yous subject line is not correct, please be more careful.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ