Re: [PATCH net-next v3 03/10] net: netconsole: separate fragmented message handling in send_ext_msg

From: Simon Horman
Date: Sun Sep 15 2024 - 14:19:25 EST


On Sun, Sep 15, 2024 at 04:58:06PM +0200, Jakub Kicinski wrote:
> On Tue, 10 Sep 2024 03:03:58 -0700 Breno Leitao wrote:
> > + if (userdata)
> > + userdata_len = nt->userdata_length;
>
> I think this will case a transient build failure with
> CONFIG_NETCONSOLE_DYNAMIC=n. kbuild bot probably didn't
> notice because subsequent patch removes this line,
> but we should avoid potentially breaking bisection.

FWIIW, I confirmed that is the case.