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 B6CC4C4167B for ; Mon, 4 Dec 2023 09:48:46 +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=CBO+bwS0pUlArUnSIKqwKwy+cIqDmY/6oHXJN5OuOZM=; b=OROx3LCbsqwOzz SDmpOEKLKL2a9OFLoFUHtnXd1jfyaVf0LHjHqglnouOC9cve1Jop36VxgcPkQXXSF/g+xE9gTtO5t 9LBm9NupMo0pj++PVkx4W5CyF5wqny/H1+mGgqSUX077woisF/YUGO0LkQ/nfdO961eapKOsic2rP vRFK6ZP59mP2f8gwgt0pZFU625GSPp9ysIRTagI7Sb69g18Lo3TqMVUERhDa8oTlbrlZ4GfbcljRr hNFVCcJlV5GGk0g7dnQsjs/I2wdGtvn1JGLm6GD56/js8KrBjjgWovfnKR5OmazWWuUBj3YlfxUbk 6uGHDsIBQw4A64eby10Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rA5Yr-003S1s-12; Mon, 04 Dec 2023 09:48:21 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rA5Ym-003Rzz-1H for linux-arm-kernel@lists.infradead.org; Mon, 04 Dec 2023 09:48:19 +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 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231204_014816_480283_F836901B X-CRM114-Status: GOOD ( 16.06 ) 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, 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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel