From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752010AbZHXLgs (ORCPT ); Mon, 24 Aug 2009 07:36:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751182AbZHXLgq (ORCPT ); Mon, 24 Aug 2009 07:36:46 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:58868 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbZHXLgp (ORCPT ); Mon, 24 Aug 2009 07:36:45 -0400 Date: Mon, 24 Aug 2009 13:36:23 +0200 From: Ingo Molnar To: Paul Mundt , Frederic Weisbecker , Josh Stone , linux-kernel@vger.kernel.org, Jason Baron , Li Zefan , Steven Rostedt , Peter Zijlstra , Mathieu Desnoyers , Jiaying Zhang , Martin Bligh , Lai Jiangshan Subject: Re: [PATCH v3 1/4] tracing: Rename TIF_SYSCALL_FTRACE->_TRACEPOINT Message-ID: <20090824113623.GC10215@elte.hu> References: <1250795373-32363-1-git-send-email-jistone@redhat.com> <1250917125-6174-1-git-send-email-jistone@redhat.com> <1250917125-6174-2-git-send-email-jistone@redhat.com> <20090823211625.GH6256@nowhere> <20090824084245.GF2424@elte.hu> <20090824111148.GA6130@nowhere> <20090824112426.GA10215@elte.hu> <20090824112910.GA18752@linux-sh.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090824112910.GA18752@linux-sh.org> User-Agent: Mutt/1.5.18 (2008-05-17) 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.5 -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 * Paul Mundt wrote: > On Mon, Aug 24, 2009 at 01:24:26PM +0200, Ingo Molnar wrote: > > * Frederic Weisbecker wrote: > > > On Mon, Aug 24, 2009 at 10:42:45AM +0200, Ingo Molnar wrote: > > > > > > > > * Frederic Weisbecker wrote: > > > > > > > > > On Fri, Aug 21, 2009 at 09:58:42PM -0700, Josh Stone wrote: > > > > > > > > > > > This thread flag is no longer specific to just ftrace, so > > > > > > TIF_SYSCALL_TRACEPOINT may be a more apt name. > > > > > > > > > > Adding Paul Mundt in Cc, the sh tree also > > > > > has the syscalls tracing support (in a seperate branch). > > > > > > > > Btw., is there an URI for that separate branch? > > > > > > > > Ingo > > > > > > I guess it's: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git \ > > > sh/ftrace > > > > ok, i checked - this is not a pure topical tree, it's intermingled > > with other SH changes, so it cannot be pulled into the tracing tree. > > > > Obviously only such trees can be pulled into the tracing tree that > > limit their role to tracing and are non-rebasing. > > Yes, post-2.6.32 merge window I'll keep the sh/ftrace branch > isolated from the rest of the sh changes, at which point it should > be possible to pull in to -tip directly. I generally do not rebase > topic branches. Next time we can accelerate it all and push it into linux-next as well and not limit anyone's workflow, by using the tracing tree as the point to merge tracing related changes. If it's acked by you then we can do tracing related SH changes too just fine. Ingo