From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vjFg96y8MzDvTs for ; Wed, 15 Mar 2017 00:18:45 +1100 (AEDT) Date: Tue, 14 Mar 2017 10:18:39 -0300 From: Arnaldo Carvalho de Melo To: Michael Ellerman Cc: "Naveen N. Rao" , Masami Hiramatsu , Steven Rostedt , Ingo Molnar , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Ananth N Mavinakayanahalli Subject: Re: [PATCH v5 2/5] powerpc: kretprobes: override default function entry offset Message-ID: <20170314131839.GD3089@kernel.org> References: <53bcae5a711eab803c9c3210110e8a464df34202.1488961018.git.naveen.n.rao@linux.vnet.ibm.com> <87o9xcujzi.fsf@concordia.ellerman.id.au> <20170308142412.GI11046@naverao1-tp.localdomain> <20170308142916.GA3035@kernel.org> <20170308164644.GK11046@naverao1-tp.localdomain> <87a88vuf9p.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <87a88vuf9p.fsf@concordia.ellerman.id.au> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Em Thu, Mar 09, 2017 at 05:37:38PM +1100, Michael Ellerman escreveu: > "Naveen N. Rao" writes: > > On 2017/03/08 11:29AM, Arnaldo Carvalho de Melo wrote: > >> > I wasn't sure if you were planning on picking up KPROBES_ON_FTRACE for > >> > v4.11. If so, it would be good to take this patch through the powerpc > >> > tree. Otherwise, this can go via Ingo's tree. > >> > >> If you guys convince Ingo that this should go _now_, then just cherry > >> pick what was merged into tip/perf/core that is needed for the arch > >> specific stuff and go from there. > > > > Ok, in hindsight, I think Michael's concern was actually for v4.12 > > Yes I was talking about 4.12, sorry I thought that was implied :) > > > itself, in which case this particular patch can go via powerpc tree, > > while the rest of the patches in this series can go via your tree. > > > > Michael? > > Yeah I think that's the easiest option. The function will be temporarily > unused until the two trees are merged, but I think that's fine. Ok, done that, now compile testing building it in my multi-distro/x-build containers. - Arnaldo