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: <7e38b7d0-cde3-4767-8775-52808abbdaa8@lucifer.local>
Date: Fri, 2 Aug 2024 07:33:24 +0100
From: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
To: Yang Li <yang.lee@...ux.alibaba.com>
Cc: akpm@...ux-foundation.org, Liam.Howlett@...cle.com, vbabka@...e.cz,
        linux-mm@...ck.org, linux-kernel@...r.kernel.org,
        Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH -next] mm: Remove duplicated include in vma_internal.h

On Fri, Aug 02, 2024 at 02:02:16PM GMT, Yang Li wrote:
> The header files linux/bug.h is included twice in vma_internal.h,
> so one inclusion of each can be removed.
>
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9636
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
> ---
>  mm/vma_internal.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/mm/vma_internal.h b/mm/vma_internal.h
> index 14c24d5cb582..b930ab12a587 100644
> --- a/mm/vma_internal.h
> +++ b/mm/vma_internal.h
> @@ -12,7 +12,6 @@
>  #include <linux/backing-dev.h>
>  #include <linux/bitops.h>
>  #include <linux/bug.h>
> -#include <linux/bug.h>
>  #include <linux/cacheflush.h>
>  #include <linux/err.h>
>  #include <linux/file.h>
> --
> 2.32.0.3.g01195cf9f
>

Well that's embarrassing, oops :) let's take this in the -mm tree and
pretend it never happened ;)

Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ