From: William Lee Irwin III <wli@holomorphy.com>
To: Andrew Morton <akpm@digeo.com>
Cc: Ingo Oeser <ingo.oeser@informatik.tu-chemnitz.de>, linux-mm@kvack.org
Subject: Re: 2.5.70-bk4+: oops by mc -v /proc/bus/pci/00/00.0
Date: Sun, 1 Jun 2003 14:53:49 -0700 [thread overview]
Message-ID: <20030601215349.GB20413@holomorphy.com> (raw)
In-Reply-To: <20030601125809.4e28453e.akpm@digeo.com>
On Sun, Jun 01, 2003 at 12:58:09PM -0700, Andrew Morton wrote:
> Well not really. Yes, a slab-based ctor would be nice, but it requires that
> all objects be kfreed in a "constructed" state. So a full audit/fixup of
> all users is needed.
> For now I was thinking more along the lines of
> struct vma_struct alloc_vma(gfp_flags)
> {
> vma = kmem_cache_alloc();
> memset(vma);
> return vma;
> }
> And then deleting tons of open-coded init stuff elsewhere...
I'll add vma ctor bits to my TODO list, behind numerous other things..
-- wli
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
prev parent reply other threads:[~2003-06-01 21:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20030531165523.GA18067@steel.home>
[not found] ` <20030531195414.10c957b7.akpm@digeo.com>
2003-06-01 12:34 ` Ingo Oeser
2003-06-01 19:58 ` Andrew Morton
2003-06-01 21:53 ` William Lee Irwin III [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=20030601215349.GB20413@holomorphy.com \
--to=wli@holomorphy.com \
--cc=akpm@digeo.com \
--cc=ingo.oeser@informatik.tu-chemnitz.de \
--cc=linux-mm@kvack.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