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: <dac40aa1-dd8c-9e1c-80d8-8751707425be@infradead.org>
Date:   Wed, 17 Nov 2021 11:57:08 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Eric Dumazet <eric.dumazet@...il.com>,
        "David S . Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>
Cc:     netdev <netdev@...r.kernel.org>,
        Eric Dumazet <edumazet@...gle.com>,
        Stephen Rothwell <sfr@...b.auug.org.au>,
        Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: Re: [PATCH net-next 1/1] net: add missing include in
 include/net/gro.h

On 11/17/21 2:01 AM, Eric Dumazet wrote:
> From: Eric Dumazet <edumazet@...gle.com>
> 
> This is needed for some arches, as reported by Geert Uytterhoeven,
> Randy Dunlap and Stephen Rothwell
> 
> Fixes: 4721031c3559 ("net: move gro definitions to include/net/gro.h")
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
> Cc: Stephen Rothwell <sfr@...b.auug.org.au>
> Cc: Randy Dunlap <rdunlap@...radead.org>
> Cc: Geert Uytterhoeven <geert@...ux-m68k.org>
> ---
>   include/net/gro.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/include/net/gro.h b/include/net/gro.h
> index d0e7df691a807410049508355230a4523af590a1..9c22a010369cb89f9511d78cc322be56170d7b20 100644
> --- a/include/net/gro.h
> +++ b/include/net/gro.h
> @@ -6,6 +6,7 @@
>   #include <linux/indirect_call_wrapper.h>
>   #include <linux/ip.h>
>   #include <linux/ipv6.h>
> +#include <net/ip6_checksum.h>
>   #include <linux/skbuff.h>
>   #include <net/udp.h>
>   
> 

Acked-by: Randy Dunlap <rdunlap@...radead.org>
Tested-by: Randy Dunlap <rdunlap@...radead.org>

thanks.

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ