2022-11-16 07:12:01

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the net-next tree

Hi all,

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


Caused by commit

d9282e48c608 ("tcp: Add listening address to SYN flood message")

CONFIG_IPV6 is not set for this build.

--
Cheers,
Stephen Rothwell


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

2022-11-16 09:00:34

by Jamie Bainbridge

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the net-next tree

On Wed, 16 Nov 2022 at 17:34, Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> After merging the net-next tree, today's linux-next build (powerpc
> pseries_le_defconfig) failed like this:
>
>
> Caused by commit
>
> d9282e48c608 ("tcp: Add listening address to SYN flood message")
>
> CONFIG_IPV6 is not set for this build.
>
> --
> Cheers,
> Stephen Rothwell

Yes, Geert already sent a patch:

tcp: Fix tcp_syn_flood_action() if CONFIG_IPV6=n
https://lore.kernel.org/netdev/d1ecf500f07e063d4e8e34f4045ddca55416c686.1668507036.git.geert+renesas@glider.be/

Jamie