Re: [PATCH printk v2 24/38] xen: fbfront: use srcu console list iterator

2022-10-25 Thread Petr Mladek
On Wed 2022-10-19 17:01:46, John Ogness wrote: > Since the console_lock is not being used for anything other than > safe console list traversal, use srcu console list iteration instead. > > Signed-off-by: John Ogness Reviewed-by: Petr Mladek > --- > drivers/video/fbdev/xen-fbfront.c | 8

[PATCH printk v2 24/38] xen: fbfront: use srcu console list iterator

2022-10-19 Thread John Ogness
Since the console_lock is not being used for anything other than safe console list traversal, use srcu console list iteration instead. Signed-off-by: John Ogness --- drivers/video/fbdev/xen-fbfront.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git