diff options
author | Oleg Nesterov <oleg@redhat.com> | 2013-01-21 20:48:17 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-27 20:47:43 -0800 |
commit | 465760c68a4e5037f10a7eab1df3fb2aff1e03a4 (patch) | |
tree | 01412ebaacf8ff07622f0048e2dad45643ba4790 /firmware/av7110 | |
parent | 9b6d794e7e56f3a413c57a15d4e07fb7efe6530a (diff) |
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 'firmware/av7110')
0 files changed, 0 insertions, 0 deletions