Re: [PATCH v4] um: Enable preemption in UML

2023-09-21 Thread Anton Ivanov
On 21/09/2023 22:55, Richard Weinberger wrote: - Ursprüngliche Mail - Von: "anton ivanov" An: "richard" CC: "linux-um" , "Johannes Berg" Gesendet: Donnerstag, 21. September 2023 23:41:16 Betreff: Re: [PATCH v4] um: Enable preemption in UML

Re: [PATCH v4] um: Enable preemption in UML

2023-09-21 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "anton ivanov" > An: "richard" > CC: "linux-um" , "Johannes Berg" > > Gesendet: Donnerstag, 21. September 2023 23:41:16 > Betreff: Re: [PATCH v4] um: Enable preemption in UML > On 21/09/2023

Re: [PATCH v4] um: Enable preemption in UML

2023-09-21 Thread Anton Ivanov
On 21/09/2023 22:02, Richard Weinberger wrote: - Ursprüngliche Mail - Von: "anton ivanov" An: "linux-um" CC: "Johannes Berg" , "richard" , "anton ivanov" Gesendet: Donnerstag, 21. September 2023 17:55:22 Betreff: [PATCH v

Re: [PATCH v4] um: Enable preemption in UML

2023-09-21 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "anton ivanov" > An: "linux-um" > CC: "Johannes Berg" , "richard" , > "anton ivanov" > > Gesendet: Donnerstag, 21. September 2023 17:55:22 > Betreff: [PATCH v4] um: Enable preemption

Re: [PATCH v4] um: Enable preemption in UML

2023-09-21 Thread Peter Lafreniere
On Thu, Sep 21, 2023 at 11:55, anton.iva...@cambridgegreys.com wrote: > > From: Anton Ivanov anton.iva...@cambridgegreys.com > > > Preemption requires saving/restoring FPU state. This patch > adds support for it using GCC intrinsics. > > Signed-off-by: Anton Ivanov anton.iva...@cambridgegreys.c

Re: [PATCH v4] um: Enable preemption in UML

2023-09-21 Thread Anton Ivanov
On 21/09/2023 16:55, anton.iva...@cambridgegreys.com wrote: From: Anton Ivanov Preemption requires saving/restoring FPU state. This patch adds support for it using GCC intrinsics. Signed-off-by: Anton Ivanov --- arch/um/Kconfig | 1 - arch/um/include/asm/fpu/api

[PATCH v4] um: Enable preemption in UML

2023-09-21 Thread anton . ivanov
From: Anton Ivanov Preemption requires saving/restoring FPU state. This patch adds support for it using GCC intrinsics. Signed-off-by: Anton Ivanov --- arch/um/Kconfig | 1 - arch/um/include/asm/fpu/api.h | 9 ++- arch/um/include/asm/processor-generic.h | 3