summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2013-01-21 20:48:17 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-27 20:47:43 -0800
commit465760c68a4e5037f10a7eab1df3fb2aff1e03a4 (patch)
tree01412ebaacf8ff07622f0048e2dad45643ba4790 /drivers
parent9b6d794e7e56f3a413c57a15d4e07fb7efe6530a (diff)
downloadlinux-3.10-465760c68a4e5037f10a7eab1df3fb2aff1e03a4.tar.gz
linux-3.10-465760c68a4e5037f10a7eab1df3fb2aff1e03a4.tar.bz2
linux-3.10-465760c68a4e5037f10a7eab1df3fb2aff1e03a4.zip
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
commit 9067ac85d533651b98c2ff903182a20cbb361fcb upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions