Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751300AbeACGuj (ORCPT + 1 other); Wed, 3 Jan 2018 01:50:39 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:48702 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751152AbeACGuh (ORCPT ); Wed, 3 Jan 2018 01:50:37 -0500 Subject: Re: [PATCH 0/2] perf-probe: Improve warning message for buildid mismatch To: Masami Hiramatsu , Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Ravi Bangoria References: <151358211494.25261.16134489192749792799.stgit@devbox> From: Ravi Bangoria Date: Wed, 3 Jan 2018 12:21:41 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <151358211494.25261.16134489192749792799.stgit@devbox> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-TM-AS-GCONF: 00 x-cbid: 18010306-0040-0000-0000-0000042022E2 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18010306-0041-0000-0000-000020C36617 Message-Id: <305e3f8b-b669-af3c-98cb-1a4694149b6e@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-03_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1801030096 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 12/18/2017 12:58 PM, Masami Hiramatsu wrote: > Hello, > > This series ensure the build-ids for target binary and debuginfo > are matched. If there is a mismatch, it warns user to check the > package versions. For the series, Reviewed-by: Ravi Bangoria