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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59AEEC433F5 for ; Mon, 18 Apr 2022 15:35:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244334AbiDRPiE (ORCPT ); Mon, 18 Apr 2022 11:38:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47256 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241410AbiDRPhX (ORCPT ); Mon, 18 Apr 2022 11:37:23 -0400 Received: from mail-pg1-x52f.google.com (mail-pg1-x52f.google.com [IPv6:2607:f8b0:4864:20::52f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4484E43ACB for ; Mon, 18 Apr 2022 07:58:07 -0700 (PDT) Received: by mail-pg1-x52f.google.com with SMTP id t13so19310860pgn.8 for ; Mon, 18 Apr 2022 07:58:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=2IKsl0r2BSuorLp4M44A7ST1Ma8D5KyyvedUZ4XIDP4=; b=nAvXz/5vORInmD8gjILRyeA01D2ped7B3MaCvkrKcAM2HslwTxLQlwRowLWTKLSaDA foLe27T9bpBKHGQ90b7xoo9wALRH4OLNJMhWw2c2L/LMLntQfooddnUGazfH9mvm6faz d0D/xaLx84ifR7J7O2o+mtjqkEjKMSPCYyTBFbS0VcyXFZoeoXuMI3cPdFE5kZLPf8JB uaTe1alkz90T3k/my0iyiMxF+EH7p5qITa+jk8jmGriLBYKokuyYFyiF8539Hr9Nb0NZ /ICKzrzOFUtphPbYOKrIW4+Ao4ijZzIf81SqcN2ZNjt3MpIJ5ltPK1LlMzhpZd6yk6FI zXFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=2IKsl0r2BSuorLp4M44A7ST1Ma8D5KyyvedUZ4XIDP4=; b=QGVI8Cl3M8e0ORcmGDvnBu45p33+AG3DLc570MHBzsCJWf8dnLHhLUhL/h/7rZROa3 xM0YW8CtMW2UNWBcBOzS1535T+g6c9WjK1kyAX3RdfK95Srp3AqBBtOJx/zAaBBx4x1b m1S0z97PpQuUi0IQ43Zv/nXf1IrKp5fme9d5JMduyAp9Ywyw+SG6kS94FDbSv1QwjvYP PuQ+of+4mWvgaiCab47/SAw3qDh8rOhUJ2qtq9XMcV/Uz7ESpODW/p6lQcTz9kA0GsJ4 4cP/AmzFR9GlBM1DtqAEzwHp/JE9F7I9EXxW2aH0iK+KRS1XRuAh81gNUcakiYF6F83F IdfQ== X-Gm-Message-State: AOAM531lGJcL+eClRvlQFAKszG9DBPrgbmhm50tpWwiBZXl+XG4fVyXY mn5caHxPHJL3Zkds6809so5cjg== X-Google-Smtp-Source: ABdhPJyqS6rtXiFf9c/R+wkdcJPFqHiNgaYyNUnrEcjUMn332HCtNJDa8mRmnb5EpDgz9gniv+rx8w== X-Received: by 2002:a05:6a00:22cd:b0:50a:69c9:1806 with SMTP id f13-20020a056a0022cd00b0050a69c91806mr7445509pfj.51.1650293886623; Mon, 18 Apr 2022 07:58:06 -0700 (PDT) Received: from leoy-ThinkPad-X240s ([134.195.101.46]) by smtp.gmail.com with ESMTPSA id e1-20020a056a00162100b0050a40f75a82sm11771560pfc.113.2022.04.18.07.57.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Apr 2022 07:58:06 -0700 (PDT) Date: Mon, 18 Apr 2022 22:57:51 +0800 From: Leo Yan To: Ali Saidi Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, linux-arm-kernel@lists.infradead.org, german.gomez@arm.com, acme@kernel.org, benh@kernel.crashing.org, Nick.Forrington@arm.com, alexander.shishkin@linux.intel.com, andrew.kilroy@arm.com, james.clark@arm.com, john.garry@huawei.com, jolsa@kernel.org, kjain@linux.ibm.com, lihuafei1@huawei.com, mark.rutland@arm.com, mathieu.poirier@linaro.org, mingo@redhat.com, namhyung@kernel.org, peterz@infradead.org, will@kernel.org Subject: Re: [PATCH v5 1/5] tools: arm64: Import cputype.h Message-ID: <20220418145751.GC166256@leoy-ThinkPad-X240s> References: <20220408195344.32764-1-alisaidi@amazon.com> <20220408195344.32764-2-alisaidi@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220408195344.32764-2-alisaidi@amazon.com> Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org On Fri, Apr 08, 2022 at 07:53:40PM +0000, Ali Saidi wrote: > Bring-in the kernel's arch/arm64/include/asm/cputype.h into tools/ > for arm64 to make use of all the core-type definitions in perf. > > Replace sysreg.h with the version already imported into tools/. > > Signed-off-by: Ali Saidi Please drop this patch in next spin, it has been merged in the mainline kernel. Thanks, Leo