From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752904AbdCATJr (ORCPT ); Wed, 1 Mar 2017 14:09:47 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:56384 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752001AbdCATJp (ORCPT ); Wed, 1 Mar 2017 14:09:45 -0500 Date: Wed, 1 Mar 2017 20:44:33 +0530 From: "Naveen N. Rao" To: Masami Hiramatsu Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Steven Rostedt , linuxppc-dev@lists.ozlabs.org, Ingo Molnar Subject: Re: [PATCH v2 4/5] perf: kretprobes: offset from reloc_sym if kernel supports it References: <75bafc91e9d381636f68ab9923ce3d52f9157a09.1487770934.git.naveen.n.rao@linux.vnet.ibm.com> <20170223181022.7d4427714cabbb7ccd6d6673@kernel.org> <20170223191608.GC4212@naverao1-tp.localdomain> <20170225022917.cfb45d0ea41c22fcb5d61ebb@kernel.org> <20170224201103.GO3595@kernel.org> <20170225085535.765ed62f30a7408fd0ddc043@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170225085535.765ed62f30a7408fd0ddc043@kernel.org> User-Agent: Mutt/1.6.2 (2016-07-01) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17030115-0008-0000-0000-00000535C96D X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17030115-0009-0000-0000-0000133EE096 Message-Id: <20170301151433.GN4212@naverao1-tp.localdomain> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-01_10:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1703010141 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017/02/25 08:55AM, Masami Hiramatsu wrote: > On Fri, 24 Feb 2017 17:11:03 -0300 > 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". Thanks Arnaldo! Sorry, couldn't get to this sooner as I was off for a day... I see that you've picked up 3 of the patches and Ananth/Michael have acked the powerpc patch. I will post the remaining ones tonight/tomorrow. > > Thanks Arnaldo!! > > Naveen, please update your ppc and perf patches and send it to Arnaldo. > I'm happy to review it. Sure thanks, I'll work on those tonight/tomorrow. - Naveen