Re: [PATCH] exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting

2007-08-05 Thread Roland McGrath
Looks fine to me. Thanks, Roland - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting

2007-08-05 Thread Oleg Nesterov
->siglock provides enough protection to iterate over the thread group. Signed-off-by: Oleg Nesterov <[EMAIL PROTECTED]> --- t/kernel/exit.c~3_SIGPEND 2007-08-05 18:54:09.0 +0400 +++ t/kernel/exit.c 2007-08-05 19:16:38.0 +0400 @@ -756,13 +756,11 @@ static void exit_notify(str