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 CC679C636CC for ; Tue, 7 Feb 2023 12:43:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231879AbjBGMnC (ORCPT ); Tue, 7 Feb 2023 07:43:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231387AbjBGMnB (ORCPT ); Tue, 7 Feb 2023 07:43:01 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C29EE35BD; Tue, 7 Feb 2023 04:42:59 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4F70661380; Tue, 7 Feb 2023 12:42:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0853DC433EF; Tue, 7 Feb 2023 12:42:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675773778; bh=JVybZG/af25FtT5MIn8vwGANiFyx3YmRZsIluskfyi4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V5/W1xnxs1ZmPu/CLYT6v+6ppZS1ZtONnX/OGJjnqE4/ATQoY0qPJbGFg7Duc7WWa ZriJFVwo95o/jKuBCYdlQt+NMWPyjjUanDvOMTktIZQnf1AMQwQb0Uy7z4DxG3YzmV PdVFpHQFo3yAhpHwE65VfOZ1Eq86VVGFdAQ8dBSjjL3VIbEns1jlxEloRZiyJyLoOY ESZl8hXM3PTViqlwBKSS6uL/iWdFWh1BuSXDLaTp9oqUqs97+1cqqVsrkHXV9Yd80s IKyGKdyWwitqfIes/7M7H9sbwfdN7PUJDI5q4/CsJWhWnExFtsGEN+zvX5NXW0BS+Z Kb8lxOzKop6Iw== Date: Tue, 7 Feb 2023 12:42:51 +0000 From: Will Deacon To: Ingo Molnar , James Morse , Arnaldo Carvalho de Melo , Alexander Shishkin , Jiri Olsa , Catalin Marinas , Suzuki K Poulose , Peter Zijlstra , Oliver Upton , Namhyung Kim , Alexandru Elisei , Rob Herring , Mark Rutland , Marc Zyngier Cc: kernel-team@android.com, Mark Brown , linux-kernel@vger.kernel.org, James Clark , kvmarm@lists.linux.dev, linux-perf-users@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 0/8] perf: Arm SPEv1.2 support Message-ID: <20230207124250.GA12385@willie-the-truck> References: <20220825-arm-spe-v8-7-v4-0-327f860daf28@kernel.org> <167577072188.364892.17496441030141801452.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <167577072188.364892.17496441030141801452.b4-ty@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 07, 2023 at 12:39:43PM +0000, Will Deacon wrote: > On Mon, 09 Jan 2023 13:26:17 -0600, Rob Herring wrote: > > Peter, this series is blocked on an ack from you on patch 7. There was > > some discussion on validation of the 'config3' attr. The options where > > laid out by Mark here[0]. Please chime in on your preference. > > > > Will, can you pick up patches 1-6 at least if there's no progress on > > 'config3'. > > > > [...] > > Applied to will (for-next/perf), thanks! > > [1/8] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines > (no commit info) > [2/8] arm64: Drop SYS_ from SPE register defines > (no commit info) > [3/8] arm64/sysreg: Convert SPE registers to automatic generation > (no commit info) > [4/8] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors > (no commit info) > [5/8] perf: arm_spe: Use new PMSIDR_EL1 register enums > (no commit info) > [6/8] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event > (no commit info) > [7/8] perf: Add perf_event_attr::config3 > https://git.kernel.org/will/c/09519ec3b19e > [8/8] perf: arm_spe: Add support for SPEv1.2 inverted event filtering > https://git.kernel.org/will/c/8d9190f00a97 I should've trimmed this, but just in case of confusion: I'd already picked up 1-6 prior to Peter's ack on the UAPI change. So now the whole series should be in tomorrow's -next with any luck. Thanks! Will