Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756216Ab3GKRMs (ORCPT ); Thu, 11 Jul 2013 13:12:48 -0400 Received: from merlin.infradead.org ([205.233.59.134]:48610 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750915Ab3GKRMr (ORCPT ); Thu, 11 Jul 2013 13:12:47 -0400 Date: Thu, 11 Jul 2013 19:11:57 +0200 From: Peter Zijlstra To: Steven Rostedt Cc: Sasha Levin , Dave Jones , Tejun Heo , tglx@linutronix.de, LKML , trinity@vger.kernel.org Subject: Re: timer: lockup in run_timer_softirq() Message-ID: <20130711171157.GL25631@dyad.programming.kicks-ass.net> References: <51DC9379.9050408@oracle.com> <20130709230316.GB13855@redhat.com> <51DC983F.2010409@oracle.com> <20130710095210.GD17211@twins.programming.kicks-ass.net> <1373459254.7458.49.camel@gandalf.local.home> <20130710124245.GT25631@dyad.programming.kicks-ass.net> <1373461091.7458.55.camel@gandalf.local.home> <20130711164204.GK25631@dyad.programming.kicks-ass.net> <1373561726.17876.48.camel@gandalf.local.home> <1373561972.17876.51.camel@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1373561972.17876.51.camel@gandalf.local.home> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1444 Lines: 34 On Thu, Jul 11, 2013 at 12:59:32PM -0400, Steven Rostedt wrote: > On Thu, 2013-07-11 at 12:55 -0400, Steven Rostedt wrote: > > > > > > > Other than that, a function tracer environment that is safer to use might be > > > useful for other people as well. > > > > Not sure how to make the environment safe, as the main purpose of the > > function trace is to debug those hard to debug locations, like NMIs, > > RCU, dynamic ticks, etc. To ensure a "safe" environment, it would > > cripple the tracer. > > > > Hmm, what would you state as a safe environment? How can we detect if > > the environment is safe to trace or not? > > Maybe I misunderstood you. You mean to have this environment be > something for not just perf, and have the macro be: > > NONSAFE_TRACE(__local_bh_enable); > > ? > > Then, any ftrace user could set a flag in the registering of its ops to > 'safe_only_functions'. And it will ignore all of these locations. > There's really not many of them, so it may not be too hard to weed out. Yah, like that. But that doesn't invalidate your question as to what 'safe' would encompass. I think RCU/lockdep would be the big thing for perf, not sure it should be wider than that. -- 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/