Re: [PATCH] x86/fpu: fix compile error without kernel_fpu_disabled()

2022-06-09 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > On 26.05.22 18:19, Philippe Gerum wrote: >> >> jamiens...@163.com writes: >> >>> From: Jamie Huang >>> >>> In v5.18-evl-rebase, function kernel_fpu_disabled() has been removed in >>> commit 59f5ede3bc0f("x86/fpu: Prevent FPU state corruption"), so we will >>> get

Re: [PATCH] x86/fpu: fix compile error without kernel_fpu_disabled()

2022-06-08 Thread Jan Kiszka via Xenomai
On 26.05.22 18:19, Philippe Gerum wrote: > > jamiens...@163.com writes: > >> From: Jamie Huang >> >> In v5.18-evl-rebase, function kernel_fpu_disabled() has been removed in >> commit 59f5ede3bc0f("x86/fpu: Prevent FPU state corruption"), so we will >> get compile error when CONFIG_DOVETAIL is

Re: [PATCH] x86/fpu: fix compile error without kernel_fpu_disabled()

2022-05-26 Thread Philippe Gerum via Xenomai
jamiens...@163.com writes: > From: Jamie Huang > > In v5.18-evl-rebase, function kernel_fpu_disabled() has been removed in > commit 59f5ede3bc0f("x86/fpu: Prevent FPU state corruption"), so we will > get compile error when CONFIG_DOVETAIL is enabled: > arch/x86/kernel/fpu/core.c:931:6: error:

[PATCH] x86/fpu: fix compile error without kernel_fpu_disabled()

2022-05-24 Thread Jamie Huang via Xenomai
From: Jamie Huang In v5.18-evl-rebase, function kernel_fpu_disabled() has been removed in commit 59f5ede3bc0f("x86/fpu: Prevent FPU state corruption"), so we will get compile error when CONFIG_DOVETAIL is enabled: arch/x86/kernel/fpu/core.c:931:6: error: implicit declaration of function

Re: [PATCH] x86/fpu: fix compile error without kernel_fpu_disabled()

2022-05-24 Thread Jan Kiszka via Xenomai
On 16.05.22 17:59, Bezdeka, Florian via Xenomai wrote: > On Mon, 2022-05-16 at 23:32 +0800, Jamie Huang via Xenomai wrote: >> From: Jamie > > It's up to Jan but I guess a complete name would be nice here. Same > fore the Signed-off-by below. Philippe is maintaining the dovetail tree but, yes,

Re: [PATCH] x86/fpu: fix compile error without kernel_fpu_disabled()

2022-05-16 Thread Bezdeka, Florian via Xenomai
On Mon, 2022-05-16 at 23:32 +0800, Jamie Huang via Xenomai wrote: > From: Jamie It's up to Jan but I guess a complete name would be nice here. Same fore the Signed-off-by below. > > In v5.18-evl-rebase, function kernel_fpu_disabled() has been removed in > commit 59f5ede3bc0f("x86/fpu: Prevent

[PATCH] x86/fpu: fix compile error without kernel_fpu_disabled()

2022-05-16 Thread Jamie Huang via Xenomai
From: Jamie In v5.18-evl-rebase, function kernel_fpu_disabled() has been removed in commit 59f5ede3bc0f("x86/fpu: Prevent FPU state corruption"), so we will get compile error when CONFIG_DOVETAIL is enabled: arch/x86/kernel/fpu/core.c:931:6: error: implicit declaration of function