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 64144C001DB for ; Thu, 10 Aug 2023 11:49:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234882AbjHJLtm (ORCPT ); Thu, 10 Aug 2023 07:49:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230205AbjHJLtl (ORCPT ); Thu, 10 Aug 2023 07:49:41 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A8C1583; Thu, 10 Aug 2023 04:49:40 -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 C26B8D75; Thu, 10 Aug 2023 04:50:22 -0700 (PDT) Received: from [10.163.55.44] (unknown [10.163.55.44]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E71C63F64C; Thu, 10 Aug 2023 04:49:35 -0700 (PDT) Message-ID: <8a92c349-8c72-db98-3fff-9a7d8a6b04fb@arm.com> Date: Thu, 10 Aug 2023 17:19:32 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH V13 - RESEND 01/10] drivers: perf: arm_pmu: Add new sched_task() callback Content-Language: en-US To: Will Deacon Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, mark.rutland@arm.com, Mark Brown , James Clark , Rob Herring , Marc Zyngier , Suzuki Poulose , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , linux-perf-users@vger.kernel.org References: <20230711082455.215983-1-anshuman.khandual@arm.com> <20230711082455.215983-2-anshuman.khandual@arm.com> <0ed54ef6-e502-7c33-6e3f-08de76786245@arm.com> <20230810094146.GB5365@willie-the-truck> From: Anshuman Khandual In-Reply-To: <20230810094146.GB5365@willie-the-truck> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/10/23 15:11, Will Deacon wrote: > On Thu, Aug 10, 2023 at 10:35:42AM +0530, Anshuman Khandual wrote: >> I am just wondering - would it be possible for you to take this pre-requisite >> patch stand alone for the upcoming merge window. This has been acked by Mark >> earlier. Besides, I am also working on your other suggestions on the series, >> and will respond soon. Thank you. > > I can if it helps in some way, but I'm not seeing how it does. Can't you > just carry this along with the BRBE changes that use it? How does it benefit > anybody on its own? It might help de-clutter our conversation and focus on BRBE specific implementation stuff next time around in V14. Also this change here is quite harmless for any other thing, hence without much risk.