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 DDCCFC4332F for ; Fri, 7 Oct 2022 09:53:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229722AbiJGJxQ (ORCPT ); Fri, 7 Oct 2022 05:53:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229714AbiJGJxQ (ORCPT ); Fri, 7 Oct 2022 05:53:16 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AAFC4A485A; Fri, 7 Oct 2022 02:53:14 -0700 (PDT) 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 16FC51063; Fri, 7 Oct 2022 02:53:20 -0700 (PDT) Received: from [10.1.30.24] (FVFF763DQ05P.cambridge.arm.com [10.1.30.24]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 844B63F792; Fri, 7 Oct 2022 02:53:11 -0700 (PDT) Message-ID: <3a78df5d-7d81-1b2f-1e77-fe667e49e488@arm.com> Date: Fri, 7 Oct 2022 10:53:10 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 Subject: Re: [PATCH v5 1/2] perf: arm_cspmu: Add support for ARM CoreSight PMU driver To: Besar Wicaksono , "robin.murphy@arm.com" , "catalin.marinas@arm.com" , "will@kernel.org" , "mark.rutland@arm.com" Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-tegra@vger.kernel.org" , "sudeep.holla@arm.com" , "thanu.rangarajan@arm.com" , "Michael.Williams@arm.com" , Thierry Reding , Jonathan Hunter , Vikram Sethi , "mathieu.poirier@linaro.org" , "mike.leach@linaro.org" , "leo.yan@linaro.org" References: <20220928201830.45637-1-bwicaksono@nvidia.com> <20220928201830.45637-2-bwicaksono@nvidia.com> From: Suzuki K Poulose In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi Besar >> I was expecting the vendor specific impl to be aware and make its own >> copy if it needs to make modifications to the array. But I can return a copy >> to be on the safe side. We can revisit again if it is unnecessary. >> >> I will send the updated patch shortly. > > Here is the link to the latest patch: > https://lore.kernel.org/linux-arm-kernel/20220930023443.9463-2-bwicaksono@nvidia.com/ I have seen the patch, and happy with those changes and my tags. So, no further actions is required. I assume Will can pick up the series after the merge window. Suzuki