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:   Wed, 17 Nov 2021 09:44:41 +0100
From:   Geert Uytterhoeven <geert@...ux-m68k.org>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Linux Next Mailing List <linux-next@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Netdev <netdev@...r.kernel.org>,
        Masahiro Yamada <masahiroy@...nel.org>,
        David Miller <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>,
        Eric Dumazet <edumazet@...gle.com>
Subject: Re: linux-next: Tree for Nov 17 (uml, no IPV6)

Hi Randy,

On Wed, Nov 17, 2021 at 6:49 AM Randy Dunlap <rdunlap@...radead.org> wrote:
> On 11/16/21 6:58 PM, Stephen Rothwell wrote:
> > Changes since 20211116:
>
> ARCH=um SUBARCH=x86_64:
> # CONFIG_IPV6 is not set

It doesn't always happen with CONFIG_IPV6=n, so I guess that's why
it wasn't detected before.

> In file included from ../net/ethernet/eth.c:62:0:
> ../include/net/gro.h: In function ‘ip6_gro_compute_pseudo’:
> ../include/net/gro.h:413:22: error: implicit declaration of function ‘csum_ipv6_magic’; did you mean ‘csum_tcpudp_magic’? [-Werror=implicit-function-declaration]
>    return ~csum_unfold(csum_ipv6_magic(&iph->saddr, &iph->daddr,
>                        ^~~~~~~~~~~~~~~
>                        csum_tcpudp_magic
>
>
> After I made ip6_gro_compute_pseudo() conditional on CONFIG_IPV6,
> I got this build error:
>
> In file included from ../net/ipv6/tcpv6_offload.c:10:0:
> ../net/ipv6/tcpv6_offload.c: In function ‘tcp6_gro_receive’:
> ../net/ipv6/tcpv6_offload.c:22:11: error: implicit declaration of function ‘ip6_gro_compute_pseudo’; did you mean ‘inet_gro_compute_pseudo’? [-Werror=implicit-function-declaration]
>             ip6_gro_compute_pseudo)) {
>             ^
> ../include/net/gro.h:235:5: note: in definition of macro ‘__skb_gro_checksum_validate’
>       compute_pseudo(skb, proto));  \
>       ^~~~~~~~~~~~~~
> ../net/ipv6/tcpv6_offload.c:21:6: note: in expansion of macro ‘skb_gro_checksum_validate’
>        skb_gro_checksum_validate(skb, IPPROTO_TCP,
>        ^~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
> This is UML x86_64 defconfig:
>
> $ make ARCH=um SUBARCH=x86_64 defconfig all

noreply@...erman.id.au reported the same issue for m5272c3_defconfig,
and I've bisected the failure to commit 4721031c3559db8e ("net:
move gro definitions to include/net/gro.h").

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ