[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <46159987.6090006@redhat.com>
Date: Thu, 05 Apr 2007 20:51:19 -0400
From: Chris Snook <csnook@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: Robin Holt <holt@....com>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
Jack Steiner <steiner@...ricas.sgi.com>
Subject: Re: init's children list is long and slows reaping children.
Linus Torvalds wrote:
>
> On Thu, 5 Apr 2007, Robin Holt wrote:
>> For testing, Jack Steiner create the following patch. All it does
>> is moves tasks which are transitioning to the zombie state from where
>> they are in the children list to the head of the list. In this way,
>> they will be the first found and reaping does speed up. We will still
>> do a full scan of the list once the rearranged tasks are all removed.
>> This does not seem to be a significant problem.
>
> I'd almost prefer to just put the zombie children on a separate list. I
> wonder how painful that would be..
>
> That would still make it expensive for people who use WUNTRACED to get
> stopped children (since they'd have to look at all lists), but maybe
> that's not a big deal.
Shouldn't be any worse than it already is.
> Another thing we could do is to just make sure that kernel threads simply
> don't end up as children of init. That whole thing is silly, they're
> really not children of the user-space init anyway. Comments?
>
> Linus
Does anyone remember why we started doing this in the first place? I'm sure
there are some tools that expect a process tree, rather than a forest, and
making it a forest could make them unhappy.
The support angel on my shoulder says we should just put all the kernel threads
under a kthread subtree to shorten init's child list and minimize impact. The
hacker devil on my other shoulder says that with usermode helpers, containers,
etc. it's about time we treat it as a tree, and any tools that have a problem
with that need to be fixed.
-- Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists