diff options
| author | Oleg Nesterov <[email protected]> | 2006-03-28 16:11:16 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-03-28 18:36:42 -0800 |
| commit | 6b3934ef52712ece50605dfc72e55d00c580831a (patch) | |
| tree | 5ec3c4f69a20880f75de6ff8d7d2f67d96328df3 /scripts/patch-kernel | |
| parent | 7001510d0cbf51ad202dd2d0744f54104285cbb9 (diff) | |
[PATCH] copy_process: cleanup bad_fork_cleanup_signal
__exit_signal() does important cleanups atomically under ->siglock. It is
also called from copy_process's error path. This is not good, for example we
can't move __unhash_process() under ->siglock for that reason.
We should not mix these 2 paths, just look at ugly 'if (p->sighand)' under
'bad_fork_cleanup_sighand:' label. For copy_process() case it is sufficient
to just backout copy_signal(), nothing more.
Again, nobody can see this task yet. For CLONE_THREAD case we just decrement
signal->count, otherwise nobody can see this ->signal and we can free it
lockless.
This patch assumes it is safe to do exit_thread_group_keys() without
tasklist_lock.
Signed-off-by: Oleg Nesterov <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Acked-by: David Howells <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions