diff options
author | Chang S. Bae <[email protected]> | 2021-10-21 15:55:21 -0700 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2021-10-26 10:53:02 +0200 |
commit | 783e87b404956f8958657aed8a6a72aa98d5b7e1 (patch) | |
tree | a7d6b08b8ca1045a43d668a482fe6f83238882cd /net/lapb/lapb_timer.c | |
parent | 672365477ae8afca5a1cca98c1deb733235e4525 (diff) |
x86/fpu/xstate: Add XFD #NM handler
If the XFD MSR has feature bits set then #NM will be raised when user space
attempts to use an instruction related to one of these features.
When the task has no permissions to use that feature, raise SIGILL, which
is the same behavior as #UD.
If the task has permissions, calculate the new buffer size for the extended
feature set and allocate a larger fpstate. In the unlikely case that
vzalloc() fails, SIGSEGV is raised.
The allocation function will be added in the next step. Provide a stub
which fails for now.
[ tglx: Updated serialization ]
Signed-off-by: Chang S. Bae <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions