Skip to content
Commit 57a05d83 authored by Richard Weinberger's avatar Richard Weinberger
Browse files

um: Fix possible deadlock in sig_handler_common()

We are in atomic context and must not sleep.
Sleeping here is possible since malloc() maps
to kmalloc() with GFP_KERNEL.

Cc: stable@vger.kernel.org
Fixes: b6024b21

 ("um: extend fpstate to _xstate to support YMM registers")
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 5609a3d3
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