From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx105.postini.com [74.125.245.105]) by kanga.kvack.org (Postfix) with SMTP id 34BD06B004F for ; Wed, 4 Jan 2012 11:50:31 -0500 (EST) Message-ID: <1325695788.2697.3.camel@twins> Subject: Re: [PATCH v8 3.2.0-rc5 1/9] uprobes: Install and remove breakpoints. From: Peter Zijlstra Date: Wed, 04 Jan 2012 17:49:48 +0100 In-Reply-To: <20111216122808.2085.76986.sendpatchset@srdronam.in.ibm.com> References: <20111216122756.2085.95791.sendpatchset@srdronam.in.ibm.com> <20111216122808.2085.76986.sendpatchset@srdronam.in.ibm.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Sender: owner-linux-mm@kvack.org List-ID: To: Srikar Dronamraju Cc: Linus Torvalds , Oleg Nesterov , Ingo Molnar , Andrew Morton , LKML , Linux-mm , Andi Kleen , Christoph Hellwig , Steven Rostedt , Roland McGrath , Thomas Gleixner , Masami Hiramatsu , Arnaldo Carvalho de Melo , Anton Arapov , Ananth N Mavinakayanahalli , Jim Keniston , Stephen Rothwell On Fri, 2011-12-16 at 17:58 +0530, Srikar Dronamraju wrote: > +static void __unregister_uprobe(struct uprobe *uprobe) > +{ > + if (!register_for_each_vma(uprobe, false)) > + delete_uprobe(uprobe); > + > + /* TODO : cant unregister? schedule a worker thread */ > +}=20 I was about to suggest we merge it, but we really can't with a hole that size.. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org