Re: [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles

2025-06-20 Thread John Ogness
On 2025-06-13, Petr Mladek wrote: >> diff --git a/kernel/printk/nbcon.c b/kernel/printk/nbcon.c >> index >> fd12efcc4aeda8883773d9807bc215f6e5cdf71a..72de12396e6f1bc5234acfdf6dcc393acf88d216 >> 100644 >> --- a/kernel/printk/nbcon.c >> +++ b/kernel/printk/nbcon.c >> @@ -1147,7 +1147,7 @@ static b

Re: [PATCH 5/7] arch: um: kmsg_dump: Don't check for CON_ENABLED

2025-06-20 Thread John Ogness
On 2025-06-16, Petr Mladek wrote: > On Fri 2025-06-06 23:53:47, Marcos Paulo de Souza wrote: >> All consoles found on for_each_console are registered, meaning that all of >> them are CON_ENABLED. The code tries to find an active console, so check if >> the >> console is not suspended instead. >>

Re: [PATCH v9 04/13] x86/um: nommu: syscall handling

2025-06-20 Thread Benjamin Berg
Hi, On Thu, 2025-06-19 at 10:04 +0900, Hajime Tazaki wrote: > This commit introduces an entry point of syscall interface for !MMU > mode. It uses an entry function, __kernel_vsyscall, a kernel-wide global > symbol accessible from any locations. > > Although it isn't in the scope of this commit, i