From: Chris Wright Date: Fri, 12 Jan 2007 16:12:43 +0000 (-0800) Subject: add lkml thread and ack from Mike to Eric's reparent fix X-Git-Tag: v2.6.19.3~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c907c25c96ccb9af93d259aefd7cbe3b3dba817;p=thirdparty%2Fkernel%2Fstable-queue.git add lkml thread and ack from Mike to Eric's reparent fix --- diff --git a/queue-2.6.19/fix-reparenting-to-the-same-thread-group.patch b/queue-2.6.19/fix-reparenting-to-the-same-thread-group.patch index ca396f00f56..2d4c8396c5a 100644 --- a/queue-2.6.19/fix-reparenting-to-the-same-thread-group.patch +++ b/queue-2.6.19/fix-reparenting-to-the-same-thread-group.patch @@ -13,8 +13,11 @@ change. Thanks to Oleg for spotting my bug of only fixing this for non-ptraced tasks. +This fixes the issues identified by Albert Cahalan in thread +http://lkml.org/lkml/2006/12/21/22. + Signed-off-by: Eric W. Biederman -Cc: Mike Galbraith +Acked-by: Mike Galbraith Cc: Albert Cahalan Cc: Andrew Morton Cc: Roland McGrath