Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACE…
…D task wake_up_process() should never wakeup a TASK_STOPPED/TRACED task. Change it to use TASK_NORMAL and add the WARN_ON(). TASK_ALL has no other users, probably can be killed. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information