mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 15:41:58 +00:00
53599b4d54
The software reserved portion of the fxsave frame in the signal frame is copied from structures which have been set up at boot time. With dynamically enabled features the content of these structures is no longer correct because the xfeatures and size can be different per task. Calculate the software reserved portion at runtime and fill in the xfeatures and size values from the tasks active fpstate. Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20211021225527.10184-10-chang.seok.bae@intel.com |
||
---|---|---|
.. | ||
bugs.c | ||
context.h | ||
core.c | ||
init.c | ||
internal.h | ||
legacy.h | ||
Makefile | ||
regset.c | ||
signal.c | ||
xstate.c | ||
xstate.h |