Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756943Ab1CaHor (ORCPT ); Thu, 31 Mar 2011 03:44:47 -0400 Received: from mail-qy0-f181.google.com ([209.85.216.181]:59531 "EHLO mail-qy0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752793Ab1CaHoq (ORCPT ); Thu, 31 Mar 2011 03:44:46 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=wN0JS6alrHO3t/DVxmLCKMr7DMwY+vzZNdCtQPupNHj3KfPQOT4i3Z5q/n8YP9h5Ha 52cbh3MKBF5J17ThMTrJxxmKNGyzeR30wuPSiuZF5+1aKdter8fb2nTvstHvAIaUJQLU RAEXRzu7Z+zowUSjK893pexYfgfhcJwNXFMUc= MIME-Version: 1.0 In-Reply-To: <20110330082419.b782fa94.rdunlap@xenotime.net> References: <1300299394-20844-1-git-send-email-dbaluta@ixiacom.com> <1300879469.23962.40.camel@e102109-lin.cambridge.arm.com> <20110330082419.b782fa94.rdunlap@xenotime.net> Date: Thu, 31 Mar 2011 10:44:45 +0300 Message-ID: Subject: Re: [PATCH] kmemleak: build kmemleak-test.c as a module-only From: Daniel Baluta To: Randy Dunlap Cc: Catalin Marinas , paulmck@linux.vnet.ibm.com, akpm@linux-foundation.org, mingo@elte.hu, fweisbec@gmail.com, Linux Kernel Mailing List , penberg@kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1752 Lines: 42 On Wed, Mar 30, 2011 at 6:24 PM, Randy Dunlap wrote: > On Wed, 30 Mar 2011 18:02:02 +0300 Daniel Baluta wrote: > >> On Fri, Mar 25, 2011 at 4:05 PM, Daniel Baluta wrote: >> > On Wed, Mar 23, 2011 at 1:24 PM, Catalin Marinas >> > wrote: >> >> On Wed, 2011-03-16 at 18:16 +0000, Daniel Baluta wrote: >> >>> mm/kmemleak-test.c is used to provide an example of how kmemleak >> >>> tool works. >> >>> >> >>> Memory is leaked at module unload-time, so building the test >> >>> in kernel (Y) makes the leaks impossible and the test useless. >> >>> >> >>> Qualify DEBUG_KMEMLEAK_TEST config symbol with "depends on m", >> >>> to restrict module-only building. >> >>> >> >>> Signed-off-by: Daniel Baluta >> >> >> >> Sorry for the delay. >> >> >> >> Acked-by: Catalin Marinas >> > >> > Who should pick this up? >> > >> > $ scripts/get_maintainer.pl lib/this.patch says: >> > Andrew Morton (commit_signer:8/56=14%) >> > "Paul E. McKenney" (commit_signer:7/56=12%) >> > Ingo Molnar (commit_signer:5/56=9%) >> > Frederic Weisbecker (commit_signer:5/56=9%) >> > Randy Dunlap (commit_signer:3/56=5%) >> >> Catalin, Randy since lib/Kconfig.debug has no official maintainer >> I think this should go up through your trees. > > I hadn't seen it until now, but I can merge it. OK. thanks. -- 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/