[PATCH RFC] um: time: fix userspace detection during tick accounting

2025-06-17 Thread Thomas Weißschuh
>context.id.pid); + regs = get_irq_regs(); + regs->regs.is_user = true; + } + (*timer_clockevent.event_handler)(&timer_clockevent); return IRQ_HANDLED; --- base-commit: 9afe652958c3ee88f24df1e4a97f298afce89407 change-id: 20250617-uml-tick-timer-82ea89495cc6 Best regards, -- Thomas Weißschuh

Re: [PATCH 7/7] printk: Don't check for CON_ENABLED on console_unblank

2025-06-17 Thread Geert Uytterhoeven
Hi Petr, On Mon, 16 Jun 2025 at 17:27, Petr Mladek wrote: > On Fri 2025-06-06 23:53:49, Marcos Paulo de Souza wrote: > > All consoles found on for_each_console_srcu are registered, meaning that > > all of > > them are already CON_ENABLEDed. > > > > Signed-off-by: Marcos Paulo de Souza > > --- >