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) | ^~