Revision 9067ac85d533651b98c2ff903182a20cbb361fcb authored by Oleg Nesterov on 21 January 2013, 19:48:17 UTC, committed by Linus Torvalds on 22 January 2013, 18:08:17 UTC
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>
1 parent 9899d11
History

back to top