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 262B623506F for ; Fri, 16 May 2025 10:24:47 +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=1747391089; cv=none; b=Sszaj+Hmkx60MzkPmBdGlCOsMbrKzZKGT1QUZac8dUG1Kqowk7aUYeYrSozRsxtiAOONWSHdH0JB0jGGx9kAoe3SxYth9pq9fTLTYRN0aneRGPssef2phIUN4mMZ7GMF16WxugsDIMm6gVKjCkQaSMDOY9JdUJuEcs8vqcpuGzA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747391089; c=relaxed/simple; bh=Bw32PDHXnB+2CNuAnwl3ItcKSKPni2nSxasFeawTr7E=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=rjJneMnqX8jsW9HvBnlnWQ9RkZbrm0ifS45DzsCUe0pJqK6nAYmOQaZCsW5ot2qB1dmzFRJbz1Gj2DmagjWxWb5SGGxjTCTO19rZ5k2Cd375RMH1pUZgl7RLFmBXqr3bj/0x8497REKE14gqTL93WhA1t0ws012CNSHcdMKYdxI= 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 6D5371C01; Fri, 16 May 2025 03:24:35 -0700 (PDT) Received: from [10.1.197.43] (eglon.cambridge.arm.com [10.1.197.43]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AE8E93F673; Fri, 16 May 2025 03:24:42 -0700 (PDT) Message-ID: Date: Fri, 16 May 2025 11:24:33 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v11 00/30] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl To: "Ning, Hongyu" , x86@kernel.org, linux-kernel@vger.kernel.org Cc: Reinette Chatre , 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, tan.shaopeng@fujitsu.com, baolin.wang@linux.alibaba.com, Jamie Iles , Xin Hao , peternewman@google.com, dfustini@baylibre.com, amitsinght@marvell.com, David Hildenbrand , Rex Nie , Dave Martin , Koba Ko , Shanker Donthineni , fenghuay@nvidia.com References: <20250513171547.15194-1-james.morse@arm.com> <2eda498e-e314-4fdd-a647-3748333e5a09@linux.intel.com> Content-Language: en-GB From: James Morse In-Reply-To: <2eda498e-e314-4fdd-a647-3748333e5a09@linux.intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello! On 16/05/2025 06:53, Ning, Hongyu wrote: > On 5/14/2025 1:15 AM, James Morse wrote: >> Changes since v10: >>   * Changes the online domains check in patch 7 to walk control and monitor domains >>     separately. >> >> --- >> >> Patches 24-29 should be squashed together when merged, taking the commit message >> of patch 25. It probably makes sense to drop the tags at that point as patch 25 is >> generated by a script, and impossible to review. They are posted like this to allow >> folk to re-generate patch 25, then review the differences on top. Not squashing them >> together would expose a ftrace build warning during bisect. (but who does that!) >> >> The result  should look like this: >> git://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git mpam/move_to_fs/v11_final >> >> I can also post the 'final' version to be picked up if that is less work. >> >> >> This series is based on rc5, and can be retrieved from: >> git://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git mpam/move_to_fs/v11 >> > > Hi James, > > sorry for late jumping in. > > I've tested this v11 patch series (also v10 from last week) based on Intel 5th Gen Xeon > server platform, all basic resctrl functions work fine. > > Tested-by: Hongyu Ning Ah - just missed the v12. Thanks for taking it for a spin though! James