diff options
author | 2013-01-21 20:48:17 +0100 | |
---|---|---|
committer | 2013-01-22 10:08:17 -0800 | |
commit | 9067ac85d533651b98c2ff903182a20cbb361fcb (patch) | |
tree | 30e741b4f1fa71b155c216d7e7212e3befa3cde3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL (diff) | |
download | linux-dev-9067ac85d533651b98c2ff903182a20cbb361fcb.tar.xz linux-dev-9067ac85d533651b98c2ff903182a20cbb361fcb.zip |
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED 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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions