Re: [PATCH net-next v3 03/10] net: netconsole: separate fragmented message handling in send_ext_msg
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-09-15 14:58:12
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-09-15 14:58:12
Also in:
lkml
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.