Dave Hansen e84ba47e31 x86/fpu: Hook up PKRU into ptrace()
One nice thing about having PKRU be XSAVE-managed is that it gets naturally
exposed into the XSAVE-using ABIs.  Now that XSAVE will not be used to
manage PKRU, these ABIs need to be manually enabled to deal with PKRU.

ptrace() uses copy_uabi_xstate_to_kernel() to collect the tracee's
XSTATE. As PKRU is not in the task's XSTATE buffer, use task->thread.pkru
for filling in up the ptrace buffer.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210623121456.508770763@linutronix.de
2021-06-23 19:44:24 +02:00
..
2021-06-10 17:37:00 -07:00
2021-06-08 10:25:20 -07:00
2021-06-06 13:00:36 -07:00
2021-05-03 12:58:31 -07:00
2021-05-17 14:39:56 +02:00
2021-05-03 11:19:54 -07:00
2021-05-21 06:06:19 -10:00
2021-06-19 16:50:23 -07:00
\n
2021-05-20 06:20:15 -10:00
2021-06-23 19:44:24 +02:00