* Re: [PATCH] ia64 sn xpc: Convert to use kthread API.
[not found] ` <20070422203647.GC23015@infradead.org>
@ 2007-04-23 17:11 ` Jes Sorensen
2007-04-23 17:36 ` Eric W. Biederman
2007-04-23 19:03 ` Russ Anderson
0 siblings, 2 replies; 3+ messages in thread
From: Jes Sorensen @ 2007-04-23 17:11 UTC (permalink / raw)
To: Christoph Hellwig, Eric W. Biederman, <Andrew Morton,
containers, Oleg Nesterov, linux-kernel, Jes Sorensen, Tony Luck,
rja, holt, dcn, linux-ia64
Christoph Hellwig wrote:
> On Thu, Apr 19, 2007 at 01:58:44AM -0600, Eric W. Biederman wrote:
>> From: Eric W. Biederman <ebiederm@xmission.com>
>>
>> This patch starts the xpc kernel threads using kthread_run
>> not a combination of kernel_thread and daemonize. Resuling
>> in slightly simpler and more maintainable code.
>
> This driver is a really twisted maze. It has a lot of threads,
> some of them running through the whole lifetime of the driver,
> some short-lived and some in a sort of a pool.
>
> The patch below fixes up the long-lived thread as well as fixing
> gazillions of leaks in the init routine by switching to proper
> goto-based unwinding.
>
> Note that thread pools are something we have in a few places,
> and might be worth handling in the core kthread infrastructure,
> as tearing down pools will get a bit complicated using the
> kthread APIs.
Like with the previous patch from Eric, I'm CC'ing the correct people
for this patch (forwarded it in a seperate email). CC'ing irrelevant
lists such as containers@ and not linux-ia64@ makes it somewhat
difficult to get proper reviews of these things.
Russ/Dean/Robin - could one of you provide some feedback to this one
please.
Thanks,
Jes
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ia64 sn xpc: Convert to use kthread API.
2007-04-23 17:11 ` [PATCH] ia64 sn xpc: Convert to use kthread API Jes Sorensen
@ 2007-04-23 17:36 ` Eric W. Biederman
2007-04-23 19:03 ` Russ Anderson
1 sibling, 0 replies; 3+ messages in thread
From: Eric W. Biederman @ 2007-04-23 17:36 UTC (permalink / raw)
To: Jes Sorensen
Cc: Christoph Hellwig, <Andrew Morton, containers, Oleg Nesterov,
linux-kernel, Tony Luck, rja, holt, dcn, linux-ia64
Jes Sorensen <jes@sgi.com> writes:
>
> Like with the previous patch from Eric, I'm CC'ing the correct people
> for this patch (forwarded it in a seperate email). CC'ing irrelevant
> lists such as containers@ and not linux-ia64@ makes it somewhat
> difficult to get proper reviews of these things.
containers is actually relevant because everything not being converted
to a kthread API is actually show stopper issue for the development of
the pid namespace because of the usage of pids by kernel_thread, and
the apparent impossibility to fix daemonize to sort this out.
Now I do agree linux-ia64 is also relevant.
> Russ/Dean/Robin - could one of you provide some feedback to this one
> please.
Eric
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ia64 sn xpc: Convert to use kthread API.
2007-04-23 17:11 ` [PATCH] ia64 sn xpc: Convert to use kthread API Jes Sorensen
2007-04-23 17:36 ` Eric W. Biederman
@ 2007-04-23 19:03 ` Russ Anderson
1 sibling, 0 replies; 3+ messages in thread
From: Russ Anderson @ 2007-04-23 19:03 UTC (permalink / raw)
To: Jes Sorensen
Cc: Christoph Hellwig, Eric W. Biederman, <Andrew Morton,
containers, Oleg Nesterov, linux-kernel, Jes Sorensen, Tony Luck,
rja, holt, dcn, linux-ia64
Jes Sorensen wrote:
>
> Russ/Dean/Robin - could one of you provide some feedback to this one
> please.
Dean's on vacation for a couple days and will test it when he gets back.
--
Russ Anderson, OS RAS/Partitioning Project Lead
SGI - Silicon Graphics Inc rja@sgi.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-23 19:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <m1slawn9eb.fsf@ebiederm.dsl.xmission.com>
[not found] ` <1176969574439-git-send-email-ebiederm@xmission.com>
[not found] ` <20070422203647.GC23015@infradead.org>
2007-04-23 17:11 ` [PATCH] ia64 sn xpc: Convert to use kthread API Jes Sorensen
2007-04-23 17:36 ` Eric W. Biederman
2007-04-23 19:03 ` Russ Anderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox