From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CBFFB189; Mon, 4 Dec 2023 01:48:13 -0800 (PST) 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 D4B65FEC; Mon, 4 Dec 2023 01:49:00 -0800 (PST) Received: from FVFF77S0Q05N (unknown [10.57.44.129]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7DF633F6C4; Mon, 4 Dec 2023 01:48:12 -0800 (PST) Date: Mon, 4 Dec 2023 09:48:09 +0000 From: Mark Rutland To: Anshuman Khandual , Will Deacon Cc: linux-arm-kernel@lists.infradead.org, Russell King , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events' Message-ID: References: <20231115092805.737822-1-anshuman.khandual@arm.com> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Nov 28, 2023 at 10:59:49AM +0530, Anshuman Khandual wrote: > > > On 11/15/23 14:58, Anshuman Khandual wrote: > > This series drops 'pmu_lock' usage from all arm platforms which had already > > been dropped from arm64 platforms earlier via the following commit. > > > > commit 2a0e2a02e4b7 ("arm64: perf: Remove PMU locking"). > > > > Afterwards, drop unused 'pmu_lock' element from 'struct pmu_hw_events'. The > > series applies on 6.7-rc1 and has been tested on arm64. Although just build > > tested for arm platform. > > > > Cc: Mark Rutland > > Cc: Will Deacon > > Cc: Russell King > > Cc: linux-perf-users@vger.kernel.org > > Cc: linux-kernel@vger.kernel.org > > Cc: linux-arm-kernel@lists.infradead.org > > > > Changes in V1: > > > > - Added some build warning fixes > > Hello Will/Mark, > > Any updates or concerns on this series ? The changes themselves look good to me. I'd like to tweak the commit message for the first patch (and I've given specific wording that we can use). Will, are you happy to fold that in when applying, or would you prefer that Anshuman sends a v2? Mark.