Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757285Ab1FIXAR (ORCPT ); Thu, 9 Jun 2011 19:00:17 -0400 Received: from merlin.infradead.org ([205.233.59.134]:35983 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932131Ab1FIXAC (ORCPT ); Thu, 9 Jun 2011 19:00:02 -0400 Subject: Re: [PATCH v4 3.0-rc2-tip 2/22] 2: uprobes: Breakground page replacement. From: Peter Zijlstra To: Srikar Dronamraju Cc: Ingo Molnar , Steven Rostedt , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Masami Hiramatsu , Hugh Dickins , Christoph Hellwig , Andi Kleen , Thomas Gleixner , Jonathan Corbet , Oleg Nesterov , Andrew Morton , Jim Keniston , Roland McGrath , Ananth N Mavinakayanahalli , LKML In-Reply-To: <20110607125835.28590.25476.sendpatchset@localhost6.localdomain6> References: <20110607125804.28590.92092.sendpatchset@localhost6.localdomain6> <20110607125835.28590.25476.sendpatchset@localhost6.localdomain6> Content-Type: text/plain; charset="UTF-8" Date: Fri, 10 Jun 2011 01:03:28 +0200 Message-ID: <1307660608.2497.1772.camel@laptop> 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: 687 Lines: 16 On Tue, 2011-06-07 at 18:28 +0530, Srikar Dronamraju wrote: > +static void print_insert_fail(struct task_struct *tsk, > + unsigned long vaddr, const char *why) > +{ > + pr_warn_once("Can't place breakpoint at pid %d vaddr" " %#lx: %s\n", > + tsk->pid, vaddr, why); > +} Why would we ever want to print this instead of simply failing the operation and returning an error code to userspace? -- 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/