Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757086Ab0FOLcU (ORCPT ); Tue, 15 Jun 2010 07:32:20 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:58753 "EHLO e23smtp01.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755857Ab0FOLcT (ORCPT ); Tue, 15 Jun 2010 07:32:19 -0400 Date: Tue, 15 Jun 2010 17:00:15 +0530 From: Srikar Dronamraju To: Randy Dunlap Cc: Peter Zijlstra , Ingo Molnar , Masami Hiramatsu , Mel Gorman , Arnaldo Carvalho de Melo , Steven Rostedt , Roland McGrath , "H. Peter Anvin" , Christoph Hellwig , Ananth N Mavinakayanahalli , Oleg Nesterov , Mark Wielaard , Mathieu Desnoyers , LKML , Linus Torvalds , Frederic Weisbecker , Jim Keniston , "Rafael J. Wysocki" , "Frank Ch. Eigler" , Andrew Morton , "Paul E. McKenney" Subject: Re: [PATCH v5 6/14] Uprobes Implementation Message-ID: <20100615113015.GL13800@linux.vnet.ibm.com> Reply-To: Srikar Dronamraju References: <20100614082748.29068.21995.sendpatchset@localhost6.localdomain6> <20100614082903.29068.62439.sendpatchset@localhost6.localdomain6> <20100614072706.d29f3cbd.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20100614072706.d29f3cbd.randy.dunlap@oracle.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 907 Lines: 27 * Randy Dunlap [2010-06-14 07:27:06]: > On Mon, 14 Jun 2010 13:59:03 +0530 Srikar Dronamraju wrote: > > > diff --git a/arch/Kconfig b/arch/Kconfig > > index 16541af..995f7f2 100644 > > --- a/arch/Kconfig > > +++ b/arch/Kconfig > > @@ -58,6 +58,16 @@ config USER_BKPT > > This service is used by components such as uprobes. > > If in doubt, say "N". > > > > +config UPROBES > > + bool "User-space probes (EXPERIMENTAL)" > > + depends on MODULES && USER_BKPT_XOL > > depends on having CONFIG_MODULES enabled. Please explain. > As Christoph suggested, I will remove the samples and hence the dependency on CONFIG_MODULES. -- 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/