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=-10.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 4DD7EC433DB 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 E517B64E0F for ; Thu, 18 Feb 2021 20:00:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232310AbhBRT7p (ORCPT ); Thu, 18 Feb 2021 14:59:45 -0500 Received: from mail.codeweavers.com ([50.203.203.244]:60692 "EHLO mail.codeweavers.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232905AbhBRTnT (ORCPT ); Thu, 18 Feb 2021 14:43:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=codeweavers.com; s=6377696661; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Vz9cGALEpUjlZMbPF4dKWkZ7j9oxemuoQgOU6IaGSyY=; b=KCgTfPaBHLmISVroGNOkvDyNA8 +dPONVhYW00N+cK2i1P2h9XpJYq5diP3E7I/oeHGW0eadCuWlnPer0RJBSlh7xYJ86OV0zjVGl/s3 sSMkbR10DJu6x5GJbgvI1eO0XACotyHEYPyGlE/34cgnA5GcVZiYBDDtf3KdHqsXQALM=; Received: from [10.69.141.136] by mail.codeweavers.com with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lCpC4-0003x5-1Q; Thu, 18 Feb 2021 13:42:32 -0600 Subject: Re: [PATCH 1/2] perf report: Remove redundant libbfd checks To: Arnaldo Carvalho de Melo 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 References: <94758ca1-0031-d7c6-6c6a-900fd77ef695@codeweavers.com> From: Nicholas Fraser Message-ID: <59cd6ab8-52d8-f19f-669c-afef5c9ac8e9@codeweavers.com> Date: Thu, 18 Feb 2021 14:42:17 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Nick