Searched hist:a7e5328a06a2beee3a2bbfaf87ce2a7bbe937de1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/ |
H A D | exit.c | diff a7e5328a06a2beee3a2bbfaf87ce2a7bbe937de1 Tue Mar 28 18:11:27 CST 2006 Oleg Nesterov <oleg@tv-sign.ru> [PATCH] cleanup __exit_signal->cleanup_sighand path
Move 'tsk->sighand = NULL' from cleanup_sighand() to __exit_signal(). This makes the exit path more understandable and allows us to do cleanup_sighand() outside of ->siglock protected section.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | fork.c | diff a7e5328a06a2beee3a2bbfaf87ce2a7bbe937de1 Tue Mar 28 18:11:27 CST 2006 Oleg Nesterov <oleg@tv-sign.ru> [PATCH] cleanup __exit_signal->cleanup_sighand path
Move 'tsk->sighand = NULL' from cleanup_sighand() to __exit_signal(). This makes the exit path more understandable and allows us to do cleanup_sighand() outside of ->siglock protected section.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/openbmc/linux/include/linux/ |
H A D | sched.h | diff a7e5328a06a2beee3a2bbfaf87ce2a7bbe937de1 Tue Mar 28 18:11:27 CST 2006 Oleg Nesterov <oleg@tv-sign.ru> [PATCH] cleanup __exit_signal->cleanup_sighand path
Move 'tsk->sighand = NULL' from cleanup_sighand() to __exit_signal(). This makes the exit path more understandable and allows us to do cleanup_sighand() outside of ->siglock protected section.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|