Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935283AbYBHLcA (ORCPT ); Fri, 8 Feb 2008 06:32:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933324AbYBHLbq (ORCPT ); Fri, 8 Feb 2008 06:31:46 -0500 Received: from rv-out-0910.google.com ([209.85.198.187]:29946 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932924AbYBHLbp (ORCPT ); Fri, 8 Feb 2008 06:31:45 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=JHbcoSX7bXtFInzmOxST2YGS/MIlCE2vtt+q+boC2yATIzpUdL3vRga21rlyxQDYRQoUvSbRGk0rp3dDsToThiBdpB2dxu5SgQPn8/wsZMlfW7Hi8phEUu7PFYG9xOmr9x8ok3JRUIQntlRicHApe2PVaPs4LE0Aiqx92sj4sBI= Message-ID: <84144f020802080331j5bc01bc6naf1fe0192aadf70b@mail.gmail.com> Date: Fri, 8 Feb 2008 13:31:44 +0200 From: "Pekka Enberg" To: "Andi Kleen" Subject: Re: [PATCH 1/2] kmemcheck v3 Cc: "Vegard Nossum" , "Linux Kernel Mailing List" , "Ingo Molnar" , "Richard Knutsson" , "Christoph Lameter" In-Reply-To: <20080208115542.GD4745@one.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47AB79D4.2070605@gmail.com> <20080208115542.GD4745@one.firstfloor.org> X-Google-Sender-Auth: a80b59b917494eea Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 689 Lines: 16 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 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. -- 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/