From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D74D2C433E6 for ; Thu, 18 Feb 2021 20:00:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 79F2964E28 for ; Thu, 18 Feb 2021 20:00:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229874AbhBRUAU (ORCPT ); Thu, 18 Feb 2021 15:00:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:36062 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232804AbhBRTqG (ORCPT ); Thu, 18 Feb 2021 14:46:06 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 973BD64E76; Thu, 18 Feb 2021 19:45:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613677513; bh=UchEpOi5pKxlvSP/2GAgaxqqfJyyZcIjALoqAp1RjFQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gwhbHkQpCag57Pq9CnvL+jn5ViKr0UmbFLdwiYC6lvnZcrsFmG3vJVKUsKwOurhIX RLvSRChjk5bfl506dZN1rgiRuWZZ8bzHRmHYC/gAMSEVcDfGNcQH1qcfb0cwzO3XLW TmtaJSTW+3jYFOdCkG09jRuzp0DtxRF69cpMm7KcXv4IBay4q+7OXaVVBdi2M49AQm 50kf6xg6QcI1nsnAJqf9NOQnfuwfxSyW5Xgbdith3ir3F4do87Q7B9W+xeYcY3QOQr r02NdFM+Bh+Yf17OdH5G4uLKOR0SWNoC7960kUvI+Popyz4+eRCG8fkGLO56lOQUOV 5oZ2gTiJWD4pA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 7E58140CD9; Thu, 18 Feb 2021 16:45:11 -0300 (-03) Date: Thu, 18 Feb 2021 16:45:11 -0300 From: Arnaldo Carvalho de Melo To: Nicholas Fraser Cc: Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Ian Rogers , "Frank Ch. Eigler" , Song Liu , Adrian Hunter , Kim Phillips , Tommi Rantala , Remi Bernon , linux-kernel@vger.kernel.org, Ulrich Czekalla , Huw Davies Subject: Re: [PATCH 1/2] perf report: Remove redundant libbfd checks Message-ID: References: <94758ca1-0031-d7c6-6c6a-900fd77ef695@codeweavers.com> <59cd6ab8-52d8-f19f-669c-afef5c9ac8e9@codeweavers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <59cd6ab8-52d8-f19f-669c-afef5c9ac8e9@codeweavers.com> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Feb 18, 2021 at 02:42:17PM -0500, Nicholas Fraser escreveu: > > On 2021-02-18 2:39 p.m., Arnaldo Carvalho de Melo wrote: > > you forgot the: > > > > Signed-off-by: Nicholas Fraser > > > > I'm adding it, ok? > > Ah yes sorry about that, to be explicit here it is: > > Signed-off-by: Nicholas Fraser > > > > > I'm also addressing Jiri's remark about spaces surrounding | > > > > Thanks. I included this fix in my follow-up patch though so > you might get a conflict. I'm pushing to tmp.perf/core what I have, I think there are missing patches and the latest test isn't applying. can you please take a look and perhaps refresh patches? I'll start the tests now so that I can move all this to perf/core proper. - Arnaldo