[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANn89iJ4+LPyKZbrnic=YWi=10pcO+2UipdCDP-Q6VOWa1b0Fw@mail.gmail.com>
Date: Wed, 17 Nov 2021 02:05:09 -0800
From: Eric Dumazet <edumazet@...gle.com>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: Randy Dunlap <rdunlap@...radead.org>,
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>
Subject: Re: linux-next: Tree for Nov 17 (uml, no IPV6)
On Wed, Nov 17, 2021 at 2:04 AM Geert Uytterhoeven <geert@...ux-m68k.org> wrote:
>
> Hi Eric,
>
> On Wed, Nov 17, 2021 at 10:56 AM Eric Dumazet <edumazet@...gle.com> wrote:
> > On Wed, Nov 17, 2021 at 1:50 AM Eric Dumazet <edumazet@...gle.com> wrote:
> > > I don't know, apparently on UM, csum_ipv6_magic() is only found in
> > > arch/x86/um/asm/checksum_32.h,
> > > no idea why...
> > >
> >
> > Oh, maybe this is the missing part :
> >
> > 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>
>
> Thanks, that fixes the ARCH=m68k m5272c3_defconfig issue for me.
>
> Tested-by: Geert Uytterhoeven <geert@...ux-m68k.org>
Great, can you carry your Tested-by: on the submission itself ?
Thanks !
https://patchwork.kernel.org/project/netdevbpf/patch/20211117100130.2368319-1-eric.dumazet@gmail.com/
>
> 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