stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration]
@ 2021-03-01 17:12 Naresh Kamboju
  2021-03-01 19:05 ` Greg Kroah-Hartman
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Naresh Kamboju @ 2021-03-01 17:12 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sahaj Sarup; +Cc: linux-stable, lkft-triage

On stable rc 5.11 sparc allnoconfig and tinyconfig failed with gcc-8,
gcc-9 and gcc-10.

make --silent --keep-going --jobs=8
O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=sparc
CROSS_COMPILE=sparc64-linux-gnu- 'CC=sccache sparc64-linux-gnu-gcc'
'HOSTCC=sccache gcc'
<stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
In file included from include/net/ndisc.h:50,
                 from include/net/ipv6.h:21,
                 from include/linux/sunrpc/clnt.h:28,
                 from include/linux/nfs_fs.h:32,
                 from init/do_mounts.c:22:
include/linux/icmpv6.h: In function 'icmpv6_ndo_send':
include/linux/icmpv6.h:70:2: error: implicit declaration of function
'__icmpv6_send'; did you mean 'icmpv6_send'?
[-Werror=implicit-function-declaration]
   70 |  __icmpv6_send(skb_in, type, code, info, &parm);
      |  ^~~~~~~~~~~~~
      |  icmpv6_send
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:304: init/do_mounts.o] Error 1

Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>

Ref:
https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/-/jobs/1064179275#L62

-- 
Linaro LKFT
https://lkft.linaro.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration]
  2021-03-01 17:12 sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration] Naresh Kamboju
@ 2021-03-01 19:05 ` Greg Kroah-Hartman
  2021-03-01 19:41   ` Daniel Díaz
  2021-03-01 20:16 ` Jason A. Donenfeld
  2021-03-02  8:00 ` Greg Kroah-Hartman
  2 siblings, 1 reply; 9+ messages in thread
From: Greg Kroah-Hartman @ 2021-03-01 19:05 UTC (permalink / raw)
  To: Naresh Kamboju; +Cc: Sahaj Sarup, linux-stable, lkft-triage

On Mon, Mar 01, 2021 at 10:42:34PM +0530, Naresh Kamboju wrote:
> On stable rc 5.11 sparc allnoconfig and tinyconfig failed with gcc-8,
> gcc-9 and gcc-10.
> 
> make --silent --keep-going --jobs=8
> O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=sparc
> CROSS_COMPILE=sparc64-linux-gnu- 'CC=sccache sparc64-linux-gnu-gcc'
> 'HOSTCC=sccache gcc'
> <stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
> In file included from include/net/ndisc.h:50,
>                  from include/net/ipv6.h:21,
>                  from include/linux/sunrpc/clnt.h:28,
>                  from include/linux/nfs_fs.h:32,
>                  from init/do_mounts.c:22:
> include/linux/icmpv6.h: In function 'icmpv6_ndo_send':
> include/linux/icmpv6.h:70:2: error: implicit declaration of function
> '__icmpv6_send'; did you mean 'icmpv6_send'?
> [-Werror=implicit-function-declaration]
>    70 |  __icmpv6_send(skb_in, type, code, info, &parm);
>       |  ^~~~~~~~~~~~~
>       |  icmpv6_send
> cc1: some warnings being treated as errors
> make[2]: *** [scripts/Makefile.build:304: init/do_mounts.o] Error 1
> 
> Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>

What is the odds that Linus's tree also fails with this configuration
and arch right now?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration]
  2021-03-01 19:05 ` Greg Kroah-Hartman
@ 2021-03-01 19:41   ` Daniel Díaz
  2021-03-01 19:47     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Díaz @ 2021-03-01 19:41 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Naresh Kamboju, lkft-triage, linux-stable, Sahaj Sarup

)Hello!

On Mon, 1 Mar 2021 at 13:15, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Mon, Mar 01, 2021 at 10:42:34PM +0530, Naresh Kamboju wrote:
> > On stable rc 5.11 sparc allnoconfig and tinyconfig failed with gcc-8,
> > gcc-9 and gcc-10.
> >
> > make --silent --keep-going --jobs=8
> > O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=sparc
> > CROSS_COMPILE=sparc64-linux-gnu- 'CC=sccache sparc64-linux-gnu-gcc'
> > 'HOSTCC=sccache gcc'
> > <stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
> > In file included from include/net/ndisc.h:50,
> >                  from include/net/ipv6.h:21,
> >                  from include/linux/sunrpc/clnt.h:28,
> >                  from include/linux/nfs_fs.h:32,
> >                  from init/do_mounts.c:22:
> > include/linux/icmpv6.h: In function 'icmpv6_ndo_send':
> > include/linux/icmpv6.h:70:2: error: implicit declaration of function
> > '__icmpv6_send'; did you mean 'icmpv6_send'?
> > [-Werror=implicit-function-declaration]
> >    70 |  __icmpv6_send(skb_in, type, code, info, &parm);
> >       |  ^~~~~~~~~~~~~
> >       |  icmpv6_send
> > cc1: some warnings being treated as errors
> > make[2]: *** [scripts/Makefile.build:304: init/do_mounts.o] Error 1
> >
> > Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
>
> What is the odds that Linus's tree also fails with this configuration
> and arch right now?

We don't see this kind of failure (or any failure whatsoever) on
mainline (Linux 5.12-rc1) at the moment.

Greetings!

Daniel Díaz
daniel.diaz@linaro.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration]
  2021-03-01 19:41   ` Daniel Díaz
@ 2021-03-01 19:47     ` Greg Kroah-Hartman
  2021-03-02 12:21       ` Greg Kroah-Hartman
  0 siblings, 1 reply; 9+ messages in thread
From: Greg Kroah-Hartman @ 2021-03-01 19:47 UTC (permalink / raw)
  To: Daniel Díaz; +Cc: Naresh Kamboju, lkft-triage, linux-stable, Sahaj Sarup

On Mon, Mar 01, 2021 at 01:41:20PM -0600, Daniel Díaz wrote:
> )Hello!
> 
> On Mon, 1 Mar 2021 at 13:15, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > On Mon, Mar 01, 2021 at 10:42:34PM +0530, Naresh Kamboju wrote:
> > > On stable rc 5.11 sparc allnoconfig and tinyconfig failed with gcc-8,
> > > gcc-9 and gcc-10.
> > >
> > > make --silent --keep-going --jobs=8
> > > O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=sparc
> > > CROSS_COMPILE=sparc64-linux-gnu- 'CC=sccache sparc64-linux-gnu-gcc'
> > > 'HOSTCC=sccache gcc'
> > > <stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
> > > In file included from include/net/ndisc.h:50,
> > >                  from include/net/ipv6.h:21,
> > >                  from include/linux/sunrpc/clnt.h:28,
> > >                  from include/linux/nfs_fs.h:32,
> > >                  from init/do_mounts.c:22:
> > > include/linux/icmpv6.h: In function 'icmpv6_ndo_send':
> > > include/linux/icmpv6.h:70:2: error: implicit declaration of function
> > > '__icmpv6_send'; did you mean 'icmpv6_send'?
> > > [-Werror=implicit-function-declaration]
> > >    70 |  __icmpv6_send(skb_in, type, code, info, &parm);
> > >       |  ^~~~~~~~~~~~~
> > >       |  icmpv6_send
> > > cc1: some warnings being treated as errors
> > > make[2]: *** [scripts/Makefile.build:304: init/do_mounts.o] Error 1
> > >
> > > Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
> >
> > What is the odds that Linus's tree also fails with this configuration
> > and arch right now?
> 
> We don't see this kind of failure (or any failure whatsoever) on
> mainline (Linux 5.12-rc1) at the moment.

Odd, ok, let me dig into this in the morning, I might have missed
something that needed to be backported here...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration]
  2021-03-01 17:12 sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration] Naresh Kamboju
  2021-03-01 19:05 ` Greg Kroah-Hartman
@ 2021-03-01 20:16 ` Jason A. Donenfeld
  2021-03-02  8:00 ` Greg Kroah-Hartman
  2 siblings, 0 replies; 9+ messages in thread
From: Jason A. Donenfeld @ 2021-03-01 20:16 UTC (permalink / raw)
  To: Naresh Kamboju; +Cc: Greg Kroah-Hartman, Sahaj Sarup, linux-stable, lkft-triage

Hi,

On Mon, Mar 01, 2021 at 10:42:34PM +0530, Naresh Kamboju wrote:
> On stable rc 5.11 sparc allnoconfig and tinyconfig failed with gcc-8,
> gcc-9 and gcc-10.
> 
> make --silent --keep-going --jobs=8
> O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=sparc
> CROSS_COMPILE=sparc64-linux-gnu- 'CC=sccache sparc64-linux-gnu-gcc'
> 'HOSTCC=sccache gcc'
> <stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
> In file included from include/net/ndisc.h:50,
>                  from include/net/ipv6.h:21,
>                  from include/linux/sunrpc/clnt.h:28,
>                  from include/linux/nfs_fs.h:32,
>                  from init/do_mounts.c:22:
> include/linux/icmpv6.h: In function 'icmpv6_ndo_send':
> include/linux/icmpv6.h:70:2: error: implicit declaration of function
> '__icmpv6_send'; did you mean 'icmpv6_send'?
> [-Werror=implicit-function-declaration]
>    70 |  __icmpv6_send(skb_in, type, code, info, &parm);
>       |  ^~~~~~~~~~~~~
>       |  icmpv6_send
> cc1: some warnings being treated as errors
> make[2]: *** [scripts/Makefile.build:304: init/do_mounts.o] Error 1
> 
> Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
> 
> Ref:
> https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/-/jobs/1064179275#L62

That looks like a 4.19 build, not 5.11. Is that correct?

Thanks,
Jason

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration]
  2021-03-01 17:12 sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration] Naresh Kamboju
  2021-03-01 19:05 ` Greg Kroah-Hartman
  2021-03-01 20:16 ` Jason A. Donenfeld
@ 2021-03-02  8:00 ` Greg Kroah-Hartman
  2021-03-02  8:03   ` Naresh Kamboju
  2 siblings, 1 reply; 9+ messages in thread
From: Greg Kroah-Hartman @ 2021-03-02  8:00 UTC (permalink / raw)
  To: Naresh Kamboju; +Cc: Sahaj Sarup, linux-stable, lkft-triage

On Mon, Mar 01, 2021 at 10:42:34PM +0530, Naresh Kamboju wrote:
> On stable rc 5.11 sparc allnoconfig and tinyconfig failed with gcc-8,
> gcc-9 and gcc-10.
> 
> make --silent --keep-going --jobs=8
> O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=sparc
> CROSS_COMPILE=sparc64-linux-gnu- 'CC=sccache sparc64-linux-gnu-gcc'
> 'HOSTCC=sccache gcc'
> <stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
> In file included from include/net/ndisc.h:50,
>                  from include/net/ipv6.h:21,
>                  from include/linux/sunrpc/clnt.h:28,
>                  from include/linux/nfs_fs.h:32,
>                  from init/do_mounts.c:22:
> include/linux/icmpv6.h: In function 'icmpv6_ndo_send':
> include/linux/icmpv6.h:70:2: error: implicit declaration of function
> '__icmpv6_send'; did you mean 'icmpv6_send'?
> [-Werror=implicit-function-declaration]
>    70 |  __icmpv6_send(skb_in, type, code, info, &parm);
>       |  ^~~~~~~~~~~~~
>       |  icmpv6_send
> cc1: some warnings being treated as errors
> make[2]: *** [scripts/Makefile.build:304: init/do_mounts.o] Error 1
> 
> Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
> 
> Ref:
> https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/-/jobs/1064179275#L62

Ok, I can duplicate this on 4.19.y, but not 5.11.y, let me see how to
resolve it...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration]
  2021-03-02  8:00 ` Greg Kroah-Hartman
@ 2021-03-02  8:03   ` Naresh Kamboju
  2021-03-02  8:15     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 9+ messages in thread
From: Naresh Kamboju @ 2021-03-02  8:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Sahaj Sarup, linux-stable, lkft-triage

On Tue, 2 Mar 2021 at 13:30, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Mon, Mar 01, 2021 at 10:42:34PM +0530, Naresh Kamboju wrote:
> > On stable rc 5.11 sparc allnoconfig and tinyconfig failed with gcc-8,
> > gcc-9 and gcc-10.
> >
> > make --silent --keep-going --jobs=8
> > O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=sparc
> > CROSS_COMPILE=sparc64-linux-gnu- 'CC=sccache sparc64-linux-gnu-gcc'
> > 'HOSTCC=sccache gcc'
> > <stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
> > In file included from include/net/ndisc.h:50,
> >                  from include/net/ipv6.h:21,
> >                  from include/linux/sunrpc/clnt.h:28,
> >                  from include/linux/nfs_fs.h:32,
> >                  from init/do_mounts.c:22:
> > include/linux/icmpv6.h: In function 'icmpv6_ndo_send':
> > include/linux/icmpv6.h:70:2: error: implicit declaration of function
> > '__icmpv6_send'; did you mean 'icmpv6_send'?
> > [-Werror=implicit-function-declaration]
> >    70 |  __icmpv6_send(skb_in, type, code, info, &parm);
> >       |  ^~~~~~~~~~~~~
> >       |  icmpv6_send
> > cc1: some warnings being treated as errors
> > make[2]: *** [scripts/Makefile.build:304: init/do_mounts.o] Error 1
> >
> > Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
> >
> > Ref:
> > https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/-/jobs/1064179275#L62
>
> Ok, I can duplicate this on 4.19.y, but not 5.11.y, let me see how to
> resolve it...

My bad. The reported problem is on 5.4, 4.19, 4.14 and 4.9.

- Naresh

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration]
  2021-03-02  8:03   ` Naresh Kamboju
@ 2021-03-02  8:15     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 9+ messages in thread
From: Greg Kroah-Hartman @ 2021-03-02  8:15 UTC (permalink / raw)
  To: Naresh Kamboju; +Cc: Sahaj Sarup, linux-stable, lkft-triage

On Tue, Mar 02, 2021 at 01:33:18PM +0530, Naresh Kamboju wrote:
> On Tue, 2 Mar 2021 at 13:30, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > On Mon, Mar 01, 2021 at 10:42:34PM +0530, Naresh Kamboju wrote:
> > > On stable rc 5.11 sparc allnoconfig and tinyconfig failed with gcc-8,
> > > gcc-9 and gcc-10.
> > >
> > > make --silent --keep-going --jobs=8
> > > O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=sparc
> > > CROSS_COMPILE=sparc64-linux-gnu- 'CC=sccache sparc64-linux-gnu-gcc'
> > > 'HOSTCC=sccache gcc'
> > > <stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
> > > In file included from include/net/ndisc.h:50,
> > >                  from include/net/ipv6.h:21,
> > >                  from include/linux/sunrpc/clnt.h:28,
> > >                  from include/linux/nfs_fs.h:32,
> > >                  from init/do_mounts.c:22:
> > > include/linux/icmpv6.h: In function 'icmpv6_ndo_send':
> > > include/linux/icmpv6.h:70:2: error: implicit declaration of function
> > > '__icmpv6_send'; did you mean 'icmpv6_send'?
> > > [-Werror=implicit-function-declaration]
> > >    70 |  __icmpv6_send(skb_in, type, code, info, &parm);
> > >       |  ^~~~~~~~~~~~~
> > >       |  icmpv6_send
> > > cc1: some warnings being treated as errors
> > > make[2]: *** [scripts/Makefile.build:304: init/do_mounts.o] Error 1
> > >
> > > Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
> > >
> > > Ref:
> > > https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/-/jobs/1064179275#L62
> >
> > Ok, I can duplicate this on 4.19.y, but not 5.11.y, let me see how to
> > resolve it...
> 
> My bad. The reported problem is on 5.4, 4.19, 4.14 and 4.9.

Ok, that makes more sense, thanks, will try to unwind the #ifdef mess
here...

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration]
  2021-03-01 19:47     ` Greg Kroah-Hartman
@ 2021-03-02 12:21       ` Greg Kroah-Hartman
  0 siblings, 0 replies; 9+ messages in thread
From: Greg Kroah-Hartman @ 2021-03-02 12:21 UTC (permalink / raw)
  To: Daniel Díaz; +Cc: Naresh Kamboju, lkft-triage, linux-stable, Sahaj Sarup

On Mon, Mar 01, 2021 at 08:47:38PM +0100, Greg Kroah-Hartman wrote:
> On Mon, Mar 01, 2021 at 01:41:20PM -0600, Daniel Díaz wrote:
> > )Hello!
> > 
> > On Mon, 1 Mar 2021 at 13:15, Greg Kroah-Hartman
> > <gregkh@linuxfoundation.org> wrote:
> > >
> > > On Mon, Mar 01, 2021 at 10:42:34PM +0530, Naresh Kamboju wrote:
> > > > On stable rc 5.11 sparc allnoconfig and tinyconfig failed with gcc-8,
> > > > gcc-9 and gcc-10.
> > > >
> > > > make --silent --keep-going --jobs=8
> > > > O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=sparc
> > > > CROSS_COMPILE=sparc64-linux-gnu- 'CC=sccache sparc64-linux-gnu-gcc'
> > > > 'HOSTCC=sccache gcc'
> > > > <stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
> > > > In file included from include/net/ndisc.h:50,
> > > >                  from include/net/ipv6.h:21,
> > > >                  from include/linux/sunrpc/clnt.h:28,
> > > >                  from include/linux/nfs_fs.h:32,
> > > >                  from init/do_mounts.c:22:
> > > > include/linux/icmpv6.h: In function 'icmpv6_ndo_send':
> > > > include/linux/icmpv6.h:70:2: error: implicit declaration of function
> > > > '__icmpv6_send'; did you mean 'icmpv6_send'?
> > > > [-Werror=implicit-function-declaration]
> > > >    70 |  __icmpv6_send(skb_in, type, code, info, &parm);
> > > >       |  ^~~~~~~~~~~~~
> > > >       |  icmpv6_send
> > > > cc1: some warnings being treated as errors
> > > > make[2]: *** [scripts/Makefile.build:304: init/do_mounts.o] Error 1
> > > >
> > > > Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
> > >
> > > What is the odds that Linus's tree also fails with this configuration
> > > and arch right now?
> > 
> > We don't see this kind of failure (or any failure whatsoever) on
> > mainline (Linux 5.12-rc1) at the moment.
> 
> Odd, ok, let me dig into this in the morning, I might have missed
> something that needed to be backported here...

Found it, needed one more patch backported.  Now passes my local tests,
will push out new -rcs now...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-03-03  0:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01 17:12 sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration] Naresh Kamboju
2021-03-01 19:05 ` Greg Kroah-Hartman
2021-03-01 19:41   ` Daniel Díaz
2021-03-01 19:47     ` Greg Kroah-Hartman
2021-03-02 12:21       ` Greg Kroah-Hartman
2021-03-01 20:16 ` Jason A. Donenfeld
2021-03-02  8:00 ` Greg Kroah-Hartman
2021-03-02  8:03   ` Naresh Kamboju
2021-03-02  8:15     ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).