git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9899d11
)
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
author
Oleg Nesterov
<oleg@redhat.com>
Mon, 21 Jan 2013 19:48:17 +0000
(20:48 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 22 Jan 2013 18:08:17 +0000
(10:08 -0800)
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>
No differences found