Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: [email protected] Fixes: b6024b2 ("um: extend fpstate to _xstate to support YMM registers") Signed-off-by: Richard Weinberger <[email protected]>
- Loading branch information