Re: linux-next: build failure after merge of the net-next tree

From: Jamie Bainbridge
Date: Wed Nov 16 2022 - 03:47:24 EST


On Wed, 16 Nov 2022 at 17:34, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> 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@xxxxxxxxx/

Jamie