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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EC80C433FE for ; Thu, 28 Oct 2021 11:40:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8177060FC4 for ; Thu, 28 Oct 2021 11:40:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230214AbhJ1LnT (ORCPT ); Thu, 28 Oct 2021 07:43:19 -0400 Received: from frasgout.his.huawei.com ([185.176.79.56]:4037 "EHLO frasgout.his.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230122AbhJ1LnR (ORCPT ); Thu, 28 Oct 2021 07:43:17 -0400 Received: from fraeml708-chm.china.huawei.com (unknown [172.18.147.200]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4Hg3Ss1wDfz67n0f; Thu, 28 Oct 2021 19:37:33 +0800 (CST) Received: from lhreml724-chm.china.huawei.com (10.201.108.75) by fraeml708-chm.china.huawei.com (10.206.15.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.15; Thu, 28 Oct 2021 13:40:48 +0200 Received: from [10.202.227.179] (10.202.227.179) by lhreml724-chm.china.huawei.com (10.201.108.75) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.15; Thu, 28 Oct 2021 12:40:48 +0100 Subject: Re: [PATCH v2 2/2] perf jevents: Enable warnings through HOSTCFLAGS To: Arnaldo Carvalho de Melo CC: Jiri Olsa , "peterz@infradead.org" , "mark.rutland@arm.com" , "alexander.shishkin@linux.intel.com" , "namhyung@kernel.org" , "mingo@redhat.com" , "irogers@google.com" , "linux-perf-users@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "kjain@linux.ibm.com" , "james.clark@arm.com" References: <1634807805-40093-1-git-send-email-john.garry@huawei.com> <1634807805-40093-3-git-send-email-john.garry@huawei.com> <86aee893-0b6b-bce3-d1aa-3b66365592d1@huawei.com> <32d98804-7e56-e73b-4c66-8776dbf58ddf@huawei.com> From: John Garry Message-ID: <013643b0-a20f-eaa0-498b-44ba323a3209@huawei.com> Date: Thu, 28 Oct 2021 12:40:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.227.179] X-ClientProxiedBy: lhreml734-chm.china.huawei.com (10.201.108.85) To lhreml724-chm.china.huawei.com (10.201.108.75) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/10/2021 12:17, Arnaldo Carvalho de Melo wrote: >> Maybe, but then renaming back from KBUILD_HOSTCFLAGS -> HOSTCFLAGS seems odd >> as a fix > >> Anyway, now that this original series is in perf/core, > Nope, just this one landed: > > commit 342cb7ebf5e29fff4dc09ab2c8f37d710f8f5206 > Author: John Garry > Date: Thu Oct 21 17:16:44 2021 +0800 > > perf jevents: Fix some would-be warnings > > --- > > The one you asked to wait for further discussion wasn't merged. ah, at I glance I saw my name and this patch and assumed both were in. OK, so I'll put together a new series soon and post that. Thanks