Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758562AbZCYH2u (ORCPT ); Wed, 25 Mar 2009 03:28:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758444AbZCYH17 (ORCPT ); Wed, 25 Mar 2009 03:27:59 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:47115 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756598AbZCYH15 (ORCPT ); Wed, 25 Mar 2009 03:27:57 -0400 Date: Wed, 25 Mar 2009 08:27:29 +0100 From: Ingo Molnar To: KOSAKI Motohiro Cc: Nikanth Karthikesan , Steven Rostedt , Steven Rostedt , rusty@rustcorp.com.au, =?utf-8?B?RnLpppjpp7tpYw==?= Weisbecker , linux-kernel@vger.kernel.org Subject: Re: ftrace not working? Message-ID: <20090325072729.GE25833@elte.hu> References: <20090323143226.GA18439@elte.hu> <200903242253.36794.knikanth@suse.de> <20090325121906.D2D6.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090325121906.D2D6.A69D9226@jp.fujitsu.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 933 Lines: 33 * KOSAKI Motohiro wrote: > > Signed-off-by: Nikanth Karthikesan > > > > --- > > > > diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c > > index 17bb88d..98f609d 100644 > > --- a/kernel/trace/trace.c > > +++ b/kernel/trace/trace.c > > @@ -3887,6 +3887,7 @@ __init static int tracer_alloc_buffers(void) > > > > register_die_notifier(&trace_die_notifier); > > ret = 0; > > + goto out; > > > > out_free_cpumask: > > free_cpumask_var(tracing_cpumask); > > Good catch! > > I think this patch should send to 2.6.29.1 :) a fix for that was in the tracing tree already - and will be forwarded to .29.1 or .29.2. Ingo -- 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/