Re: [PATCH net-next v3 03/10] net: netconsole: separate fragmented message handling in send_ext_msg
From: Breno Leitao <leitao@debian.org>
Date: 2024-09-16 08:49:32
Also in:
lkml
From: Breno Leitao <leitao@debian.org>
Date: 2024-09-16 08:49:32
Also in:
lkml
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:quoted
+ 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.
Good catch. Let me update it. Thanks --bremo