Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762261AbYBHLfY (ORCPT ); Fri, 8 Feb 2008 06:35:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754761AbYBHLfH (ORCPT ); Fri, 8 Feb 2008 06:35:07 -0500 Received: from one.firstfloor.org ([213.235.205.2]:46493 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752372AbYBHLfF (ORCPT ); Fri, 8 Feb 2008 06:35:05 -0500 Date: Fri, 8 Feb 2008 13:10:12 +0100 From: Andi Kleen To: Pekka Enberg Cc: Andi Kleen , Vegard Nossum , Linux Kernel Mailing List , Ingo Molnar , Richard Knutsson , Christoph Lameter Subject: Re: [PATCH 1/2] kmemcheck v3 Message-ID: <20080208121012.GF4745@one.firstfloor.org> References: <47AB79D4.2070605@gmail.com> <20080208115542.GD4745@one.firstfloor.org> <84144f020802080331j5bc01bc6naf1fe0192aadf70b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <84144f020802080331j5bc01bc6naf1fe0192aadf70b@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 961 Lines: 26 On Fri, Feb 08, 2008 at 01:31:44PM +0200, Pekka Enberg wrote: > Hi Andi, > > On Feb 8, 2008 1:55 PM, Andi Kleen wrote: > > Impressive patch! On the other hand a lot of the interesting > > data isn't it kmalloc anymore, but in slab. Does it really track > > all that much? > > It tracks all slab caches. What we're not tracking is pages from the I see. > page allocator that are directly used by callers. We had some > discussion of this already and we definitely want to extend it to > cover that too later on. It's probably tricky; there are all kinds of hidden page faults on x86 on data structures allocated as pages (e.g. GDT, LDT [which is sometimes kmalloc too], stack etc.) -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/