Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755036Ab1DSNM1 (ORCPT ); Tue, 19 Apr 2011 09:12:27 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.124]:64886 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752497Ab1DSNM0 (ORCPT ); Tue, 19 Apr 2011 09:12:26 -0400 X-Authority-Analysis: v=1.1 cv=aqMe+0lCtaYvy4h0jyaoPGyq+DPF+P6rPG2xbekoY9Q= c=1 sm=0 a=ivMq54vb1cIA:10 a=5SG0PmZfjMsA:10 a=Q9fys5e9bTEA:10 a=OPBmh+XkhLl+Enan7BmTLg==:17 a=AvZSfK5FebFRBBOED8oA:9 a=PUjeQqilurYA:10 a=OPBmh+XkhLl+Enan7BmTLg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 67.242.120.143 Subject: Re: [PATCH v3 2.6.39-rc1-tip 15/26] 15: uprobes: Handing int3 and singlestep exception. From: Steven Rostedt To: Peter Zijlstra Cc: Srikar Dronamraju , Ingo Molnar , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Jonathan Corbet , Christoph Hellwig , Masami Hiramatsu , Thomas Gleixner , Ananth N Mavinakayanahalli , Oleg Nesterov , LKML , SystemTap , Jim Keniston , Roland McGrath , Andi Kleen , Andrew Morton In-Reply-To: <1303218185.8345.0.camel@twins> References: <20110401143223.15455.19844.sendpatchset@localhost6.localdomain6> <20110401143527.15455.32854.sendpatchset@localhost6.localdomain6> <1303218185.8345.0.camel@twins> Content-Type: text/plain; charset="ISO-8859-15" Date: Tue, 19 Apr 2011 09:12:21 -0400 Message-ID: <1303218742.7181.96.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: 837 Lines: 28 On Tue, 2011-04-19 at 15:03 +0200, Peter Zijlstra wrote: > On Fri, 2011-04-01 at 20:05 +0530, Srikar Dronamraju wrote: > > + if (unlikely(!utask)) { > > + utask = add_utask(); > > + > > + /* Failed to allocate utask for the current task. */ > > + BUG_ON(!utask); > > That's not really nice is it ;-) means I can make the kernel go BUG by > simply applying memory pressure. Agreed, None of these patches should have a single BUG_ON(). They all must fail nicely. -- Steve > > > + utask->state = UTASK_BP_HIT; > > + } -- 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/