Re: [PATCH net-next 2/2] netconsole: convert to NBCON console infrastructure

From: Breno Leitao

Date: Tue Jan 06 2026 - 10:44:02 EST


Hello Marcos,

On Fri, Jan 02, 2026 at 12:54:14AM -0300, Marcos Paulo de Souza wrote:
> On Mon, 22 Dec 2025 06:52:11 -0800 Breno Leitao <leitao@xxxxxxxxxx> wrote:
> > + if (!nbcon_enter_unsafe(wctxt))
> > + continue;
>
> In this case, I believe that it should return directly? If it can't enter in the
> unsafe region the output buffer is not reliable anymore, so retrying the send
> the buffer to a different target isn't correct anymore. Petr, John, do you
> agree?

That makes sense. I undersatnd that the ownership will not be
re-acquired here by just looping through the netconsole targets, right?