aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorOleg Nesterov <[email protected]>2009-04-02 16:58:14 -0700
committerLinus Torvalds <[email protected]>2009-04-02 19:04:59 -0700
commit4576145c1ecdaaea9ef8976a48335206aa1ebf91 (patch)
treeb20b51848380b708f4158852b1bb4afa29ffc5f0 /tools/perf/scripts/python
parentb1b4c6799fb59e710454bfe0ab477cb8523a8667 (diff)
ptrace: fix possible zombie leak on PTRACE_DETACH
When ptrace_detach() takes tasklist, the tracee can be SIGKILL'ed. If it has already passed exit_notify() we can leak a zombie, because a) ptracing disables the auto-reaping logic, and b) ->real_parent was not notified about the child's death. ptrace_detach() should follow the ptrace_exit's logic, change the code accordingly. Signed-off-by: Oleg Nesterov <[email protected]> Cc: Jerome Marchand <[email protected]> Cc: Roland McGrath <[email protected]> Tested-by: Denys Vlasenko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions