current->mm can be non-NULL if a kthread calls use_mm(). Check for
PF_KTHREAD instead to decide when to store user mode FP state.
Fixes:
|
||
|---|---|---|
| .. | ||
| bugs.c | ||
| core.c | ||
| init.c | ||
| Makefile | ||
| regset.c | ||
| signal.c | ||
| xstate.c | ||
current->mm can be non-NULL if a kthread calls use_mm(). Check for
PF_KTHREAD instead to decide when to store user mode FP state.
Fixes:
|
||
|---|---|---|
| .. | ||
| bugs.c | ||
| core.c | ||
| init.c | ||
| Makefile | ||
| regset.c | ||
| signal.c | ||
| xstate.c | ||