Re: [PATCH net-next 2/2] netconsole: convert to NBCON console infrastructure
From: Breno Leitao <leitao@debian.org>
Date: 2026-01-06 15:44:02
Also in:
lkml
From: Breno Leitao <leitao@debian.org>
Date: 2026-01-06 15:44:02
Also in:
lkml
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 [off-list ref] wrote:quoted
+ 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?