On Fri, Dec 01, 2023 at 11:12:21AM +0000, Jiaxun Yang wrote:
在2023年11月30日十一月 下午4:36,Thomas Bogendoerfer写道:
io_uring sets up the io worker kernel thread via a syscall out of an user space prrocess. This process might have used FPU and since copy_thread() didn't clear FPU states for kernel threads a BUG() is triggered for using FPU inside kernel. Move code around to always clear FPU state for user and kernel threads.
Cc: stable@vger.kernel.org Reported-by: Aurelien Jarno aurel32@debian.org Closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055021 Signed-off-by: Thomas Bogendoerfer tsbogend@alpha.franken.de
Reviewed-by: Jiaxun Yang jiaxun.yang@flygoat.com
Perhaps Suggested-by: Jiaxun Yang jiaxun.yang@flygoat.com
As well :-)
I've added both
Thomas.