Re: [PATCH v2 1/3] xen/console: cleanup conring management

2025-04-28 Thread dmkhn
On Mon, Apr 28, 2025 at 08:50:52AM +0200, Jan Beulich wrote: > On 26.04.2025 20:50, dm...@proton.me wrote: > > From: Denis Mukhin > > > > Move console_locks_busted handling inside conring_puts() to remove > > tasklet code duplication. > > > > Signed-off-by: Denis Mukhin > > Reviewed-by: Stefano S

Re: [PATCH v2 1/3] xen/console: cleanup conring management

2025-04-27 Thread Jan Beulich
On 26.04.2025 20:50, dm...@proton.me wrote: > From: Denis Mukhin > > Move console_locks_busted handling inside conring_puts() to remove > tasklet code duplication. > > Signed-off-by: Denis Mukhin > Reviewed-by: Stefano Stabellini > --- > Changes v1->v2: > - added Stefano's R-b > --- > xen/dri

[PATCH v2 1/3] xen/console: cleanup conring management

2025-04-26 Thread dmkhn
From: Denis Mukhin Move console_locks_busted handling inside conring_puts() to remove tasklet code duplication. Signed-off-by: Denis Mukhin Reviewed-by: Stefano Stabellini --- Changes v1->v2: - added Stefano's R-b --- xen/drivers/char/console.c | 29 ++--- 1 file chang