Re: [PATCH v3 00/38] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl

From: Carl Worth
Date: Thu Jul 11 2024 - 18:01:12 EST


James Morse <james.morse@xxxxxxx> writes:
> This is the final series that allows other architectures to implement resctrl.
> The final patch to move the code has been ommited, but can be generated using
> the python script at the end of the series.
> The final move is a bit of a monster. I don't expect that to get merged as part
> of this series - we should wait for it to make less impact on other
> series.

Thanks, again, James.

As with previous versions, I've tested this code (along with additional
MPAM code from you and other code we've written), to test MPAM
functionality on an Ampere implementation.

I replied to the in the series which introduces
CONFIG_RESCTRL_FS_PSEUDO_LOCK to point out how that commit will actually
break compilation if that option is not selected, (and I described the
minor change needed to fix that).

With that fixed, for the series:

Tested-by: Carl Worth <carl@xxxxxxxxxxxxxxxxxxxxxx> # arm64

-Carl