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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8BAEBC001DE for ; Fri, 28 Jul 2023 14:03:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4uhOnC5stKYZiaYQNttN2i/pgGKBUMRdtkDsslQt6Fs=; b=DHHCMBzvBUR1i+ U7ciE4YAmkIccpSh0lJxmX4t/XxlfN4Dw48NwhmjG6+9xp0GG5/9Ryh8I5mgO8n1O0eqLq/+BaPfW uTzb2CBqrppSy++8LkTAZ9zfrMiRnXtLRlACwuhUTRf4PzbOGhzsI78wH62660O+h1pFDcuGvXSP1 oI2v0fGMuo6v+4HgM3+rtBtdpyVUxvY5BpvDg2iKnXqfKo3GWEJMzE02KAIC+fP7CAb8MtsXgzc72 tGjVOq8DdE8NQRdKgpNuQXeDA5Ptr0DtbyDRKfvOahGartTucm0RyncxTGCWClI8d7v+34ta8tQYq BBsOdwilJXdRcdlRAZBw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qPO3e-003dfy-0w; Fri, 28 Jul 2023 14:03:06 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qPO3a-003dcR-21 for linux-arm-kernel@lists.infradead.org; Fri, 28 Jul 2023 14:03:03 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 11E162F4; Fri, 28 Jul 2023 07:03:43 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.89.82]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C143C3F67D; Fri, 28 Jul 2023 07:02:56 -0700 (PDT) Date: Fri, 28 Jul 2023 15:02:54 +0100 From: Mark Rutland To: Peter Zijlstra Cc: James Clark , linux-perf-users@vger.kernel.org, irogers@google.com, anshuman.khandual@arm.com, will@kernel.org, Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , Thomas Gleixner , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Kan Liang , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/4] arm_pmu: Add PERF_PMU_CAP_EXTENDED_HW_TYPE capability Message-ID: References: <20230724134500.970496-1-james.clark@arm.com> <20230725121023.GH3765278@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230725121023.GH3765278@hirez.programming.kicks-ass.net> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230728_070302_707275_64672A85 X-CRM114-Status: GOOD ( 13.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Jul 25, 2023 at 02:10:23PM +0200, Peter Zijlstra wrote: > On Mon, Jul 24, 2023 at 02:44:55PM +0100, James Clark wrote: > > > James Clark (4): > > arm_pmu: Add PERF_PMU_CAP_EXTENDED_HW_TYPE capability > > perf/x86: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capability > > arm_pmu: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capability > > perf: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capability > > > > arch/x86/events/core.c | 1 - > > drivers/perf/arm_pmu.c | 10 ++++++---- > > include/linux/perf_event.h | 7 +++---- > > 3 files changed, 9 insertions(+), 9 deletions(-) > > Thanks! Ah, I see that you've queued that in your perf/core branch in your queue tree. Given that, I assume you don't need anything from me or from Will, but just in case, for the series: Acked-by: Mark Rutland Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel