From: Paul Jackson <pj@sgi.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Simon.Derr@bull.net, linux-kernel@vger.kernel.org, clameter@sgi.com
Subject: Re: [PATCH] Cpuset: oops in exit on null cpuset fix
Date: Wed, 15 Feb 2006 00:13:39 -0800 [thread overview]
Message-ID: <20060215001339.4a4d9810.pj@sgi.com> (raw)
In-Reply-To: <20060214224710.35887069.akpm@osdl.org>
Andrew wrote:
> Seems strange to patch the kernel for this. Can't the add-on patch do it?
> Or can we just move the cpuset_exit()s to later in the exit() paths?
Sure, the add-on could have handled it, or had its exit routine
called earlier, or had cpuset_exit called later, ...
But it would still have been an accident waiting to happen again,
when someone adds another hook, or gets the order in cpuset_exit
wrong, or some such.
Heck, for all I know, your *-mm kernel might even have such a
bug now (before you took this patch). Perhaps there was some
code path that would try to allocate memory after the cpuset_exit
call, and no one has hit on that path yet.
This patch was a zero runtime cost way to reduce the risks. With
this patch, a task doesn't have a blackout period, shortly before
exit, when memory allocations will oops the kernel.
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.925.600.0401
prev parent reply other threads:[~2006-02-15 8:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-15 6:30 Paul Jackson
2006-02-15 6:47 ` Andrew Morton
2006-02-15 8:13 ` Paul Jackson [this message]
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=20060215001339.4a4d9810.pj@sgi.com \
--to=pj@sgi.com \
--cc=Simon.Derr@bull.net \
--cc=akpm@osdl.org \
--cc=clameter@sgi.com \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®