[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47ABF7D5.7040406@cs.helsinki.fi>
Date: Fri, 08 Feb 2008 08:33:57 +0200
From: Pekka Enberg <penberg@...helsinki.fi>
To: Christoph Lameter <clameter@....com>
CC: Vegard Nossum <vegard.nossum@...il.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...e.hu>, Andi Kleen <andi@...stfloor.org>,
Richard Knutsson <ricknu-0@...dent.ltu.se>
Subject: Re: [PATCH 1/2] kmemcheck v3
Pekka Enberg wrote:
> No. We need to not track the whole page to avoid recursive faults. So
> for kmemcheck we absolutely do need cache_cache but we can, of course,
> hide that under a alloc_cache() function that only uses the extra cache
> when CONFIG_KMEMCHECK is enabled?
Btw, one option is to have a new _page flag_ so that we no longer need
to look inside struct kmem_cache in the page fault handler.
Pekka
--
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