Re: [PATCH] setpgid(child) fails if the child was forked by sub-thread

2007-08-23 Thread Marcin 'Qrczak' Kowalczyk
Dnia 22-08-2007, Śr o godzinie 10:30 -0700, Randy Dunlap napisał(a): > > > so "fixes http://bugzilla.kernel.org/show_bug.cgi?id=8921"; ?? > > > > Hopefully yes... should I add some note at /bugzilla.kernel.org? > > I think that it can wait until Marcin confirms that it's fixed > (if he does so

Re: [PATCH] setpgid(child) fails if the child was forked by sub-thread

2007-08-22 Thread Randy Dunlap
On Wed, 22 Aug 2007 21:24:36 +0400 Oleg Nesterov wrote: > On 08/22, Randy Dunlap wrote: > > > > On Wed, 22 Aug 2007 20:55:39 +0400 Oleg Nesterov wrote: > > > > > > so "fixes http://bugzilla.kernel.org/show_bug.cgi?id=8921"; ?? > > Hopefully yes... should I add some note at /bugzilla.kernel.org

Re: [PATCH] setpgid(child) fails if the child was forked by sub-thread

2007-08-22 Thread Oleg Nesterov
On 08/22, Randy Dunlap wrote: > > On Wed, 22 Aug 2007 20:55:39 +0400 Oleg Nesterov wrote: > > > so "fixes http://bugzilla.kernel.org/show_bug.cgi?id=8921"; ?? Hopefully yes... should I add some note at /bugzilla.kernel.org? Oleg. - To unsubscribe from this list: send the line "unsubscribe lin

Re: [PATCH] setpgid(child) fails if the child was forked by sub-thread

2007-08-22 Thread Randy Dunlap
On Wed, 22 Aug 2007 20:55:39 +0400 Oleg Nesterov wrote: so "fixes http://bugzilla.kernel.org/show_bug.cgi?id=8921"; ?? > Spotted by Marcin Kowalczyk <[EMAIL PROTECTED]>. > > sys_setpgid(child) fails if the child was forked by sub-thread. > > Fix the "is it our child" check. The previous comm