OpenCloudOS-Kernel/arch/x86/kernel/fpu
Kyle Huey 6a877d2450 x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
This will allow copy_sigframe_from_user_to_xstate() to grab the address of
thread_struct's pkru value in a later patch.

Signed-off-by: Kyle Huey <me@kylehuey.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20221115230932.7126-2-khuey%40kylehuey.com
2022-11-16 15:02:30 -08:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
bugs.c x86/fpu: Replace the includes of fpu/internal.h 2021-10-20 15:27:29 +02:00
context.h x86/fpu: Update XFD state where required 2021-10-26 10:53:02 +02:00
core.c x86/fpu: Add a helper to prepare AMX state for low-power CPU idle 2022-07-19 18:46:15 +02:00
init.c x86/fpu: Configure init_fpstate attributes orderly 2022-10-17 15:44:25 +02:00
internal.h x86/fpu/signal: Prepare for variable sigframe length 2021-10-26 10:18:09 +02:00
legacy.h x86/fpu: Remove .fixup usage 2021-12-11 09:09:48 +01:00
regset.c x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing 2022-02-18 11:23:21 +01:00
signal.c x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate() 2022-11-16 15:02:30 -08:00
xstate.c x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate() 2022-11-16 15:02:30 -08:00
xstate.h x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate() 2022-11-16 15:02:30 -08:00