Re: [PATCH] xen/riscv: disable fpu

2023-02-24 Thread Jan Beulich
On 24.02.2023 15:48, Oleksii Kurochko wrote: > Disable FPU to detect illegal usage of floating point in kernel > space. > > Signed-off-by: Oleksii Kurochko > --- > xen/arch/riscv/setup.c | 7 +++ > 1 file changed, 7 insertions(+) This looks to contextually depend on earlier individually sen

[PATCH] xen/riscv: disable fpu

2023-02-24 Thread Oleksii Kurochko
Disable FPU to detect illegal usage of floating point in kernel space. Signed-off-by: Oleksii Kurochko --- xen/arch/riscv/setup.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/xen/arch/riscv/setup.c b/xen/arch/riscv/setup.c index 593bb471a4..b7cd438a1d 100644 --- a/xen/arch/riscv/se