Re: [PATCH net-next v8 0/5] netconsole: support automatic target recovery
From: Breno Leitao
Date: Mon Dec 01 2025 - 05:47:43 EST
On Sat, Nov 29, 2025 at 12:29:22AM +0000, Andre Carvalho wrote:
> 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.
I would like to have this patchset intergrated first, and I will rebase
mine on top of yours.
--breno