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 44543C38159 for ; Fri, 20 Jan 2023 04:51:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230446AbjATEvZ (ORCPT ); Thu, 19 Jan 2023 23:51:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230405AbjATEut (ORCPT ); Thu, 19 Jan 2023 23:50:49 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E0F5DA11D; Thu, 19 Jan 2023 20:43:55 -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 ams.source.kernel.org (Postfix) with ESMTPS id 9088AB8270C; Thu, 19 Jan 2023 19:09:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E06EC43392; Thu, 19 Jan 2023 19:09:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674155368; bh=iqElF+5KvmM//jBrqlLXQndx5m+4yQtolDOFBeaA/wk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jh3PlJZ2XOmkkoQ3OVuoYo3JF6T0PRCK+Fk4Obs3I7zpaHJLpXznnDuDin/T9IJix Sc+7K3ZG6nU/6XDpoCZxfxsZH9tZkLmtOb5RT85uUnGjpBh/wHjwPGT1N/phVyzuIC ROaM+o6JqoMcAaoVgwsnmlW4iHATXxGDvpJBOhcAZ8FTNG4xSzyH3Rslno6+MvGq8u NHf+hYe93tgZVPIs0FDdAZqf7DIzRIEd9e2Q++qTmhnjLoWsB2dIuRJntvumGOej5v /afTUvIK5WOfMWi+FJwsEJrm8W3oihsiTV/G6WW/JpxMG2GxhghPV+Q5Fp+3T6blwf bzblWWGT6fMZw== From: Will Deacon To: Rob Herring , Mark Rutland , Alexander Shishkin , Jiri Olsa , Alexandru Elisei , Catalin Marinas , James Morse , Oliver Upton , Peter Zijlstra , Marc Zyngier , Ingo Molnar , Arnaldo Carvalho de Melo , Suzuki K Poulose , Namhyung Kim Cc: kernel-team@android.com, Will Deacon , James Clark , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mark Brown , kvmarm@lists.linux.dev, linux-perf-users@vger.kernel.org Subject: Re: [PATCH v4 0/8] perf: Arm SPEv1.2 support Date: Thu, 19 Jan 2023 19:08:42 +0000 Message-Id: <167415232681.3429847.16616826041230061721.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220825-arm-spe-v8-7-v4-0-327f860daf28@kernel.org> References: <20220825-arm-spe-v8-7-v4-0-327f860daf28@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org 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 first six driver changes to will (for-next/perf), thanks! [1/8] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines https://git.kernel.org/will/c/e080477a050c [2/8] arm64: Drop SYS_ from SPE register defines https://git.kernel.org/will/c/c759ec850df8 [3/8] arm64/sysreg: Convert SPE registers to automatic generation https://git.kernel.org/will/c/956936041a56 [4/8] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors https://git.kernel.org/will/c/2d347ac23362 [5/8] perf: arm_spe: Use new PMSIDR_EL1 register enums https://git.kernel.org/will/c/05e4c88e2b5c [6/8] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event https://git.kernel.org/will/c/4998897b1e96 UAPI change needs feedback from perf core maintainers. Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev