Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754431Ab0FNOaB (ORCPT ); Mon, 14 Jun 2010 10:30:01 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:29826 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751538Ab0FNOaA (ORCPT ); Mon, 14 Jun 2010 10:30:00 -0400 Date: Mon, 14 Jun 2010 07:27:06 -0700 From: Randy Dunlap To: Srikar Dronamraju 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: <20100614072706.d29f3cbd.randy.dunlap@oracle.com> In-Reply-To: <20100614082903.29068.62439.sendpatchset@localhost6.localdomain6> References: <20100614082748.29068.21995.sendpatchset@localhost6.localdomain6> <20100614082903.29068.62439.sendpatchset@localhost6.localdomain6> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Type: Internal IP X-Source-IP: rcsinet15.oracle.com [148.87.113.117] X-CT-RefId: str=0001.0A090205.4C163C5E.00A8:SCFMA4539811,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1147 Lines: 37 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. > + depends on HAVE_UPROBES > + help > + Uprobes enables kernel modules to establish probepoints > + in user applications and execute handler functions when > + the probepoints are hit. For more information, refer to > + Documentation/uprobes.txt. If in doubt, say "N". > + > config HAVE_EFFICIENT_UNALIGNED_ACCESS > bool > help --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- 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/