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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CB63CC001DB for ; Thu, 10 Aug 2023 11:50:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fDE2lkZlAKakdPAKu430Sx4TaGMyuHdGhHhHa0uKQNs=; b=0Mc5Pm6jv3buM+ B0hHS18H2MEOBXfZY/91iKIS45gqz8sR01zRB8JwOGwCK6/NrfmtV044EL+pMQQbNp497eDUK+lyT VbDEaysr8OjGRMdoTEapa/JNF0VlH37+PPwZHBed2xBpkg5Kdb1n4co82lPR8LMplTuYpZqcms2YU vB0pWCWH4NU7G1ocEQZKL5Hku5DJhnEs94v+qknV6FuVpUsLbMU6gSrcWRFUSY2RBYyBeMIZHiVtv +qxODQc+bO+Xb6reSrXs5zni9EDQMspx0Z3slsmtiDYpQrpBouJvTzeKkcBupWh/uCnbRtHrypc5e WUjIwYU3wHvTm5WBkkmg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qU4Aj-007VVh-0e; Thu, 10 Aug 2023 11:49:45 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qU4Ag-007VUZ-17 for linux-arm-kernel@lists.infradead.org; Thu, 10 Aug 2023 11:49:43 +0000 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230810_044942_455058_97B8DC3C X-CRM114-Status: GOOD ( 14.51 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel