From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.mail.elte.hu (mx2.mail.elte.hu [157.181.151.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 84A1CDDDFB for ; Wed, 19 Nov 2008 20:27:45 +1100 (EST) Date: Wed, 19 Nov 2008 10:27:23 +0100 From: Ingo Molnar To: Steven Rostedt Subject: Re: [PATCH 0/7] Porting dynmaic ftrace to PowerPC Message-ID: <20081119092723.GC22309@elte.hu> References: <20081116212428.938752312@goodmis.org> <18720.42209.880409.297291@cargo.ozlabs.ibm.com> <18723.31762.522696.647294@cargo.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: Andrew Morton , Paul Mackerras , LKML , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Steven Rostedt wrote: > On Wed, 19 Nov 2008, Paul Mackerras wrote: > > > Steven Rostedt writes: > > > > > Can I add your Acked-by: to all these patches that I submitted? I'm going > > > to recommit them with a consistent subject (all lower case ppc), but I'm > > > not going to change the patches themselves. > > > > > > Would you two be fine with that? Or at least one of you? > > > > My preference would be for the patches to go through the powerpc tree > > unless there is a good reason for them to go via another tree. > > I have no problem with that. The only thing is that we have a lot of > pending work still in the linux-tip tree, which you may need to pull > in to get these patches working. Well, there's two or three commits > in the generic code that I know the PPC code is dependent on. > > I could give you a list of commits in tip that need to go mainline > first before we can pull in the PPC changes. Then you could wait > till those changes make it into 29 and then you could push the PPC > modifications in from your tree. note that this inserts a lot of (unnecessary) serialization and a window of non-testing - by all likelyhood this will delay ppc ftrace to v2.6.30 or later kernels. Ingo