]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting
authorOleg Nesterov <oleg@tv-sign.ru>
Wed, 17 Oct 2007 06:26:58 +0000 (23:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:51 +0000 (08:42 -0700)
commit3ae4cbadf4bf97ee137b921a1b928d2a5dcd26ca
tree1d8bea4faeae056da20b2401645900daa3c86c55
parent2f4e6e2a814eb1305a873a045401708d73f870bc
exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting

->siglock provides enough protection to iterate over the thread group.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/exit.c