Re: [PATCH v11 00/30] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl

From: James Morse
Date: Fri May 16 2025 - 06:25:54 EST


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 <hongyu.ning@xxxxxxxxxxxxxxx>

Ah - just missed the v12. Thanks for taking it for a spin though!

James