Skip to content
Commit 6de5a8a5 authored by Eli Cooper's avatar Eli Cooper Committed by Richard Weinberger
Browse files

um: fix FPU state preservation around signal handlers



This patch makes UML saves/restores FPU state from/to the fpstate in
pt_regs when setting up or returning from a signal stack, rather than
calling ptrace directly. This ensures that FPU state is correctly
preserved around signal handlers in a multi-threaded scenario.

Signed-off-by: default avatarEli Cooper <elicooper@gmx.com>
parent 44549e8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment