Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756183Ab1CNP3O (ORCPT ); Mon, 14 Mar 2011 11:29:14 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:47792 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752966Ab1CNP3K (ORCPT ); Mon, 14 Mar 2011 11:29:10 -0400 X-Authority-Analysis: v=1.1 cv=3uSaImBeuprzHBlOOPjkqgu+7PcxSRW0m2Aphm9Zmck= c=1 sm=0 a=NhuigFM5MhYA:10 a=Q9fys5e9bTEA:10 a=OPBmh+XkhLl+Enan7BmTLg==:17 a=gHhx2tW0LaDl3lk1CoEA:9 a=2qVoUX2Bhxc_E71021c06H6PzCUA:4 a=PUjeQqilurYA:10 a=OPBmh+XkhLl+Enan7BmTLg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 67.242.120.143 Subject: Re: [PATCH v2 2.6.38-rc8-tip 3/20] 3: uprobes: Breakground page replacement. From: Steven Rostedt To: Srikar Dronamraju Cc: Peter Zijlstra , Ingo Molnar , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Ananth N Mavinakayanahalli , Christoph Hellwig , Andi Kleen , Masami Hiramatsu , Oleg Nesterov , LKML , Jim Keniston , Roland McGrath , SystemTap , Andrew Morton , "Paul E. McKenney" In-Reply-To: <20110314133433.27435.49566.sendpatchset@localhost6.localdomain6> References: <20110314133403.27435.7901.sendpatchset@localhost6.localdomain6> <20110314133433.27435.49566.sendpatchset@localhost6.localdomain6> Content-Type: text/plain; charset="ISO-8859-15" Date: Mon, 14 Mar 2011 11:29:06 -0400 Message-ID: <1300116546.9910.107.camel@gandalf.stny.rr.com> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1076 Lines: 29 On Mon, 2011-03-14 at 19:04 +0530, Srikar Dronamraju wrote: > +/* > + * Most architectures can use the default versions of @read_opcode(), > + * @set_bkpt(), @set_orig_insn(), and @is_bkpt_insn(); > + * > + * @set_ip: > + * Set the instruction pointer in @regs to @vaddr. > + * @analyze_insn: > + * Analyze @user_bkpt->insn. Return 0 if @user_bkpt->insn is an > + * instruction you can probe, or a negative errno (typically -%EPERM) > + * otherwise. Determine what sort of sort of ... what? -- Steve > + * @pre_xol: > + * @post_xol: > + * XOL-related fixups @post_xol() (and possibly @pre_xol()) will need > + * to do for this instruction, and annotate @user_bkpt accordingly. > + * You may modify @user_bkpt->insn (e.g., the x86_64 port does this > + * for rip-relative instructions). > + */ -- 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/