diff options
author | Oleg Nesterov <[email protected]> | 2014-12-10 15:55:25 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2014-12-10 17:41:18 -0800 |
commit | 24c037ebf5723d4d9ab0996433cee4f96c292a4d (patch) | |
tree | 9317b4c2d079b02610b3578d2b8e5f3b365fb93d /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 6c66e7dba3d4419c8b973505679635efcd6b311c (diff) |
exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting
alloc_pid() does get_pid_ns() beforehand but forgets to put_pid_ns() if it
fails because disable_pid_allocation() was called by the exiting
child_reaper.
We could simply move get_pid_ns() down to successful return, but this fix
tries to be as trivial as possible.
Signed-off-by: Oleg Nesterov <[email protected]>
Reviewed-by: "Eric W. Biederman" <[email protected]>
Cc: Aaron Tomlin <[email protected]>
Cc: Pavel Emelyanov <[email protected]>
Cc: Serge Hallyn <[email protected]>
Cc: Sterling Alexander <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions