On Fri, Nov 28, 2025 at 04:11:33PM -0800, Jakub Kicinski wrote:
On Fri, 28 Nov 2025 22:07:59 +0000 Andre Carvalho wrote:
This patchset introduces target resume capability to netconsole allowing it to recover targets when underlying low-level interface comes back online.
config hiding a build failure somewhere:
drivers/net/netconsole.c: In function ‘send_msg_store’: drivers/net/netconsole.c:1304:16: error: ‘struct netconsole_target’ has no member named ‘enabled’ 1304 | if (!nt->enabled) | ^~ -- pw-bot: cr
Hi Jakub,
Looks like it comes from Breno's patch [1] which was also part of the same testing branch. Not sure how to proceed here, I suppose we would need to pick one of the series to apply first and then respind the other one.
Thanks,
[1] https://lore.kernel.org/netdev/20251128-netconsole_send_msg-v1-2-8cca4bbce9b...