2018-10-28 22:45:37

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure in Linus' tree

Hi Linus,

After merging the origin tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

net/bridge/br_multicast.c: In function 'br_multicast_query_received':
net/bridge/br_multicast.c:1432:32: error: 'union <anonymous>' has no member named 'ip6'; did you mean 'ip4'?
!ipv6_addr_any(&saddr->u.ip6)))
^~~
ip4

Caused by commit

5a2de63fd1a5 ("bridge: do not add port to router list when receives query with source 0.0.0.0")

# CONFIG_IPV6 is not set

I have just reverted that commit for today.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2018-10-28 22:46:57

by Linus Torvalds

[permalink] [raw]
Subject: Re: linux-next: build failure in Linus' tree

On Sun, Oct 28, 2018 at 3:35 PM Stephen Rothwell <[email protected]> wrote:
>
> After merging the origin tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:

linux-next is back! Wheee..

> 5a2de63fd1a5 ("bridge: do not add port to router list when receives query with source 0.0.0.0")

David?

Linus

2018-10-29 01:39:47

by Hangbin Liu

[permalink] [raw]
Subject: Re: linux-next: build failure in Linus' tree

On Sun, Oct 28, 2018 at 03:45:16PM -0700, Linus Torvalds wrote:
> On Sun, Oct 28, 2018 at 3:35 PM Stephen Rothwell <[email protected]> wrote:
> >
> > After merging the origin tree, today's linux-next build (powerpc
> > ppc64_defconfig) failed like this:
>
> linux-next is back! Wheee..
>
> > 5a2de63fd1a5 ("bridge: do not add port to router list when receives query with source 0.0.0.0")
>
> David?
>
> Linus

Sorry, I forgot to check if IPv6 is configured. Nikolay has helped post
a fix for this issue.

Regards
Hangbin

2018-10-29 02:19:00

by David Miller

[permalink] [raw]
Subject: Re: linux-next: build failure in Linus' tree

From: Linus Torvalds <[email protected]>
Date: Sun, 28 Oct 2018 15:45:16 -0700

> On Sun, Oct 28, 2018 at 3:35 PM Stephen Rothwell <[email protected]> wrote:
>>
>> After merging the origin tree, today's linux-next build (powerpc
>> ppc64_defconfig) failed like this:
>
> linux-next is back! Wheee..
>
>> 5a2de63fd1a5 ("bridge: do not add port to router list when receives query with source 0.0.0.0")
>
> David?

I'm on it and have a fix coming.