Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755253Ab1C3PCH (ORCPT ); Wed, 30 Mar 2011 11:02:07 -0400 Received: from mail-qy0-f174.google.com ([209.85.216.174]:51933 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751483Ab1C3PCF (ORCPT ); Wed, 30 Mar 2011 11:02:05 -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=HAfreNAPdYZ5IUfK1YUNwbzvH215V9PiyM3S/er4eXaf0Vee67z7sPbWQH2RH4aad2 7CjWY4BH0B6IRH1tM8071+cnmhmaIse0lxdoKIhE/kP9Z8WeC1Hi1KNa8blXqAXGPdnN xH5Uqa6RFIjamImD4OdZdh5DP6ZoCYqc3g7+c= MIME-Version: 1.0 In-Reply-To: References: <1300299394-20844-1-git-send-email-dbaluta@ixiacom.com> <1300879469.23962.40.camel@e102109-lin.cambridge.arm.com> Date: Wed, 30 Mar 2011 18:02:02 +0300 Message-ID: Subject: Re: [PATCH] kmemleak: build kmemleak-test.c as a module-only From: Daniel Baluta To: Catalin Marinas , rdunlap@xenotime.net Cc: 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: 1479 Lines: 38 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. thanks, Daniel. -- 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/