From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753259AbdCBTbX (ORCPT ); Thu, 2 Mar 2017 14:31:23 -0500 Received: from mail.kernel.org ([198.145.29.136]:50232 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753032AbdCBTbT (ORCPT ); Thu, 2 Mar 2017 14:31:19 -0500 Date: Thu, 2 Mar 2017 16:06:25 -0300 From: Arnaldo Carvalho de Melo To: "Naveen N. Rao" Cc: Masami Hiramatsu , Steven Rostedt , Ingo Molnar , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Ananth N Mavinakayanahalli , Michael Ellerman Subject: Re: [PATCH v2 4/5] perf: kretprobes: offset from reloc_sym if kernel supports it Message-ID: <20170302190625.GB12788@kernel.org> References: <20170224201103.GO3595@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Mar 02, 2017 at 11:25:04PM +0530, Naveen N. Rao escreveu: > On 2017/02/24 05:11PM, Arnaldo Carvalho de Melo wrote: > > Em Sat, Feb 25, 2017 at 02:29:17AM +0900, Masami Hiramatsu escreveu: > > > On Fri, 24 Feb 2017 00:46:08 +0530 > > > "Naveen N. Rao" wrote: > > > > Thanks. I hope that's an Ack for this patchset? > > > > > > OK, for 1/5, 2/5, 3/5, and 5/5; > > > > > > Acked-by: Masami Hiramatsu > > > > > > And could you make v4 series including all patches? (Not only updates) > > > > So, to make progress I processed these: > > > > [acme@jouet linux]$ git log --oneline -3 > > eb55608340b7 perf probe: Generalize probe event file open routine > > 859d718fac06 trace/kprobes: Allow return probes with offsets and absolute addresses > > a10489121c81 kretprobes: Ensure probe location is at function entry > > [acme@jouet linux]$ > > > > Waiting for Naveen to react to these last minute considerations from > > Masami and for the Ack from the PPC guys about "[PATCH v2 2/5] powerpc: > > kretprobes: override default function entry offset". > > Arnaldo, > I am posting the remaining three patches in this series. These three > patches are on top of the above 3 patches you have processed and the > other powerpc kretprobes patch (v2 2/5). > > Masami, > Kindly review and let me know if this is fine. Will process after Masami-san has time to review it, Thanks, - Arnaldo