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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9D0AC433EF for ; Wed, 13 Oct 2021 17:32:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 95A1E610EA for ; Wed, 13 Oct 2021 17:32:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237477AbhJMRei (ORCPT ); Wed, 13 Oct 2021 13:34:38 -0400 Received: from foss.arm.com ([217.140.110.172]:42940 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230232AbhJMRef (ORCPT ); Wed, 13 Oct 2021 13:34:35 -0400 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 85CDE1063; Wed, 13 Oct 2021 10:32:31 -0700 (PDT) Received: from C02TD0UTHF1T.local (unknown [10.57.73.189]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B44BF3F694; Wed, 13 Oct 2021 10:32:27 -0700 (PDT) Date: Wed, 13 Oct 2021 18:32:24 +0100 From: Mark Rutland To: Rob Herring Cc: Will Deacon , Peter Zijlstra , Ingo Molnar , Catalin Marinas , Arnaldo Carvalho de Melo , Jiri Olsa , Kan Liang , Ian Rogers , Alexander Shishkin , Honnappa Nagarahalli , Zachary.Leaf@arm.com, Raphael Gault , Jonathan Cameron , Namhyung Kim , Itaru Kitayama , Vince Weaver , linux-arm-kernel , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v10 0/5] arm64 userspace counter support Message-ID: <20211013173224.GD5400@C02TD0UTHF1T.local> References: <20210914204800.3945732-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, On Mon, Sep 27, 2021 at 03:46:15PM -0500, Rob Herring wrote: > On Tue, Sep 14, 2021 at 3:48 PM Rob Herring wrote: > > > > Another version of arm64 userspace counter access support. > > Any chance someone can review this... Ideally before the end of the > cycle this time so there's time for me to respin if needed. Sorry for the long delay on this. I've given some comments on patches 1-3 (which are trivial, and I think we can fix up when applying if necessary), and I've started reviewing/testing patch 4; I'll try to follow up with more comments tomorrow. Thanks, Mark.