From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753499AbYJ2IgO (ORCPT ); Wed, 29 Oct 2008 04:36:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752724AbYJ2If6 (ORCPT ); Wed, 29 Oct 2008 04:35:58 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:41135 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752668AbYJ2If5 (ORCPT ); Wed, 29 Oct 2008 04:35:57 -0400 Date: Wed, 29 Oct 2008 09:35:41 +0100 From: Ingo Molnar To: Steven Rostedt Cc: =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , Linux Kernel , Andrew Morton , Linus Torvalds Subject: Re: [PATCH] ftrace: fix current_tracer error return Message-ID: <20081029083541.GD6364@elte.hu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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,DNS_FROM_SECURITYSAGE autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.0 DNS_FROM_SECURITYSAGE RBL: Envelope sender in blackholes.securitysage.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt wrote: > > On Wed, 29 Oct 2008, Fr?d?ric Weisbecker wrote: > > >> Thanks. I guess this bug was there for several days. But since I > > > > > > But this was not a bug :-/ > > > > > > I believe I purposely set it that way. The bug was that you did not know > > > that you could enable it with /proc/sys/kernel/ftrace_enabled ;-) > > > > Ah ok. I better understand now. > > But IMHO I guess that would better for developpers who will use > > it to have something directly enabled whithout touching this file at each start. > > Yep, and that's why I have no objections with the patch ;-) it's in tracing/urgent now, so all should be well now. Ingo