From: Jes Sorensen <jes@sgi.com>
To: Christoph Hellwig <hch@infradead.org>,
"Eric W. Biederman" <ebiederm@xmission.com>,
"<Andrew Morton" <akpm@osdl.org>,
containers@lists.osdl.org, Oleg Nesterov <oleg@tv-sign.ru>,
linux-kernel@vger.kernel.org, Jes Sorensen <jes@sgi.com>,
Tony Luck <tony.luck@intel.com>,
rja@sgi.com, holt@sgi.com, dcn@sgi.com,
linux-ia64@vger.kernel.org
Subject: Re: [PATCH] ia64 sn xpc: Convert to use kthread API.
Date: Mon, 23 Apr 2007 17:11:49 +0000 [thread overview]
Message-ID: <462CE8D5.8040300@sgi.com> (raw)
In-Reply-To: <20070422203647.GC23015@infradead.org>
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
next parent reply other threads:[~2007-04-23 17:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[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 ` Jes Sorensen [this message]
2007-04-23 17:36 ` [PATCH] ia64 sn xpc: Convert to use kthread API Eric W. Biederman
2007-04-23 19:03 ` Russ Anderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=462CE8D5.8040300@sgi.com \
--to=jes@sgi.com \
--cc=akpm@osdl.org \
--cc=containers@lists.osdl.org \
--cc=dcn@sgi.com \
--cc=ebiederm@xmission.com \
--cc=hch@infradead.org \
--cc=holt@sgi.com \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oleg@tv-sign.ru \
--cc=rja@sgi.com \
--cc=tony.luck@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox