From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751142AbdFANrY (ORCPT ); Thu, 1 Jun 2017 09:47:24 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:47440 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751058AbdFANrX (ORCPT ); Thu, 1 Jun 2017 09:47:23 -0400 Subject: Re: [PATCH] perf/annotate: Fix branch instruction with multiple operands To: Arnaldo Carvalho de Melo References: <20170525055957.7779-1-ravi.bangoria@linux.vnet.ibm.com> <20170526182310.6e253240645df02342fe24c3@arm.com> <20170601130956.GC2899@kernel.org> Cc: Kim Phillips , anton@samba.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, treeze.taeung@gmail.com, borntraeger@de.ibm.com, linux-kernel@vger.kernel.org, Robin Murphy , Mark Rutland , Ravi Bangoria From: Ravi Bangoria Date: Thu, 1 Jun 2017 19:17:03 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20170601130956.GC2899@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17060113-2213-0000-0000-000001CC363B X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007153; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000212; SDB=6.00868696; UDB=6.00431736; IPR=6.00648571; BA=6.00005392; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00015666; XFM=3.00000015; UTC=2017-06-01 13:47:20 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17060113-2214-0000-0000-000056553A85 Message-Id: <59301AD7.5090802@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-06-01_03:,, 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-1703280000 definitions=main-1706010254 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks Arnaldo, On Thursday 01 June 2017 06:39 PM, Arnaldo Carvalho de Melo wrote: > Humm, authorship info really gests confusing, can't you just have one > commit log, combining the original one with what you did, and attribute > the patch to you and have a: > > [acme@jouet linux]$ git log | grep -i originally-by: | wc -l > 58 > [acme@jouet linux]$ > > Originally-by: Ravi Bangoria > > Ravi? > > I'm trying to catch up on my patch queue, so haven't read this > thoroughly to have an idea if this is fair or OK, can you guys comment > on it? Yes, I've tested Kim's patch on powerpc and it works for me. -Ravi