From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 80F436D1A7 for ; Tue, 14 May 2024 15:17:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715699857; cv=none; b=kdvAlP329dhCwwVbZEqeL1JozF/L9RavcNTTdNHerj9abhNYoHt0ODbE+0acsN/bKSEeGyGXeIx+D1NlAXZs3lQ6YHZUADk9eSAKD3atfU6+nYX3rZIy3EqQBi2QIK8fmvm4O4wgxih9gUaZw3mDThKxVuSNfyFEIFIVVQY4FF4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715699857; c=relaxed/simple; bh=KnsAs9/lv327qs9VzboT0D+iuFfRuAfwdFLVnlhisPw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cs7hjPydi2oXRupLncBdGP9U+kepwh0/n+Inh8FSCGpuN+01DOZkMG8KR7+4WkeucMVRPjHq70/ExDFK+5qb85hoG0BjzB3c4rcfI29lDRGK1wE3IYFXFAXLNYWDxpI5R5Ou+MyZ4p8yFVxcT20xUg/nVL/sC8BP/zU/QRbGo8M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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 97BCD1007; Tue, 14 May 2024 08:17:58 -0700 (PDT) Received: from e133380.arm.com (e133380.arm.com [10.1.197.52]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E29B03F7A6; Tue, 14 May 2024 08:17:30 -0700 (PDT) Date: Tue, 14 May 2024 16:17:24 +0100 From: Dave Martin To: Reinette Chatre Cc: x86@kernel.org, linux-kernel@vger.kernel.org, James Morse , Fenghua Yu , Thomas Gleixner , Ingo Molnar , Borislav Petkov , H Peter Anvin , Babu Moger , shameerali.kolothum.thodi@huawei.com, D Scott Phillips OS , carl@os.amperecomputing.com, lcherian@marvell.com, bobo.shaobowang@huawei.com, "Shaopeng Tan (Fujitsu)" , baolin.wang@linux.alibaba.com, Jamie Iles , Xin Hao , Peter Newman , dfustini@baylibre.com, amitsinght@marvell.com, David Hildenbrand , Rex Nie Subject: Re: [PATCH v2 00/35] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl Message-ID: References: <20240426150537.8094-1-Dave.Martin@arm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi Reinette, On Wed, May 08, 2024 at 08:41:37AM -0700, Reinette Chatre wrote: > Hi Dave, > > On 4/26/2024 8:05 AM, Dave Martin wrote: > > This is a respin of the resctrl refactoring series described below, > > addressing review feedback. Many thanks to those to responded with > > feedback on the v1 series [2]. > > > > See Notes and FYIs in the individual patches for details on the changes > > and outstanding issues. > > What are your expectations regarding this series while considering [1] and [2]? > > Reinette > > [1] https://lore.kernel.org/lkml/ZiE8%2foXyjBef2qTy@e133380.arm.com/ > [2] https://lore.kernel.org/lkml/acce93e6-4c8e-472d-a2bc-5cbad2950661@intel.com/ > I plan to propose a reworked version of the fflags and string parser stuff, and take a look at the other more minor outstanding issues. The series does need rebasing, but otherwise I don't anticipate much change to the code from the Arm side unless there are further review comments. Do you have a preference on how this series should proceed? Cheers ---Dave