Re: [PATCH v9 00/27] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl

From: Reinette Chatre
Date: Thu May 01 2025 - 13:52:23 EST


Hi James,

On 4/25/25 10:37 AM, James Morse wrote:
> Changes since v8:
> * Added check for closid_init() on monitor only platforms.
> * Moved end-marker into array and added default cases.
> * Additional patches to move prototpyes between header files.
>
> Changes otherwise noted on each patch.
>
> ---
>
> Patches 20-26 should be squashed together when merged, taking the commit message

To make things as simple as possible this needs to be as detailed as possible. For
example, drop patch 21, *then* squash patches 20, 22 - 26. Having your repo as
reference is a great help.

> of patch 21. They are posted like this to allow folk to re-generate patch 21, then

"patch 21" -> "patch 22"

> review the differences on top. Not squashing them together would expose a ftrace
> build warning during bisect. (but who does that!)
> That would look like this:
> git://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git mpam/move_to_fs/v9_final
>
> This series is based on rc3, and can be retrieved from:
> git://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git mpam/move_to_fs/v9
>
> This series renames functions and moves code around. With the

This series evolved to do more than this ;)

Reinette