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

From: Jakub Kicinski
Date: Sun Sep 15 2024 - 10:58:20 EST


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.