Re: [PATCH] um: register power-off handler

2024-07-04 Thread Anton Ivanov
On 04/07/2024 10:21, Johannes Berg wrote: On Thu, 2024-07-04 at 07:58 +0100, Anton Ivanov wrote: +__initcall(register_power_off); Anton Ivanov Heh, I thought I saw an Acked-by from you but then patchwork didn't seem to pick it up, I guess I'll treat it as one anyway? :) Yes. Sorry. Too hi

Re: [PATCH] um: register power-off handler

2024-07-04 Thread Johannes Berg
On Thu, 2024-07-04 at 07:58 +0100, Anton Ivanov wrote: > > > +__initcall(register_power_off); > > Anton Ivanov Heh, I thought I saw an Acked-by from you but then patchwork didn't seem to pick it up, I guess I'll treat it as one anyway? :) johannes

Re: [PATCH] um: register power-off handler

2024-07-03 Thread Anton Ivanov
On 03/07/2024 16:38, Johannes Berg wrote: From: Johannes Berg Otherwise we always get reboot: Power off not available: System halted instead which is really quite pointless. Signed-off-by: Johannes Berg --- arch/um/kernel/reboot.c | 15 +++ 1 file changed, 15 insertions(

[PATCH] um: register power-off handler

2024-07-03 Thread Johannes Berg
From: Johannes Berg Otherwise we always get reboot: Power off not available: System halted instead which is really quite pointless. Signed-off-by: Johannes Berg --- arch/um/kernel/reboot.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/um/kernel/reboot.c b/arch/um