Re: [PATCH] um: Fix naming clash between UML and scheduler

2023-09-21 Thread Peter Lafreniere
On Thu, Sep 21, 2023 at 10:34, anton.iva...@cambridgegreys.com wrote: > > From: Anton Ivanov anton.iva...@cambridgegreys.com > > > __cant_sleep was already used and exported by the scheduler. > The name had to be changed to a UML specific one. > > Signed-off-by: Anton Ivanov anton.iva...@cambri

[PATCH] um: Fix naming clash between UML and scheduler

2023-09-21 Thread anton . ivanov
From: Anton Ivanov __cant_sleep was already used and exported by the scheduler. The name had to be changed to a UML specific one. Signed-off-by: Anton Ivanov --- arch/um/include/shared/kern_util.h | 2 +- arch/um/kernel/process.c | 2 +- arch/um/os-Linux/helper.c | 6 +++---