Re: [RFC v2] arm,x86,fs/resctrl: Generic schema description Proof of Concept
From: Reinette Chatre
Date: Mon Aug 17 2026 - 12:30:26 EST
Hi Fenghua,
On 8/10/26 8:53 AM, Reinette Chatre wrote:
> Hi Fenghua,
>
> On 8/9/26 7:55 PM, Fenghua Yu wrote:
>> On 8/3/26 22:26, Reinette Chatre wrote:
>> With minor MPAM changes, I can do simple tests on MPAM:
>> - INIT_LIST_HEAD(&hw_ctrl->r_ctrl.emulated_by);
>> + INIT_LIST_HEAD(&mpam_ctrl->r_ctrl.emulated_by);
>>
>> - INIT_LIST_HEAD(&hw_ctrl->r_ctrl.emulated_by);
>> + INIT_LIST_HEAD(&mpam_ctrl->r_ctrl.emulated_by);
>>
>> There is a branch resctrl/controls_rfc_v2.1. Seems no diff from controls_rfc_v2. Is either branch OK for base code?
>
> hmmm ... branch resctrl/controls_rfc_v2.1 should have the change you note above
> and would be the right branch for you to use.
> That is the only difference with resctrl/controls_rfc_v2.
I did not apply the original fix correctly and then I misread your message
about it. My apologies. This should be fixed on resctrl/controls_rfc_v2.3 now.
Reinette