Re: [PATCH v2 13/18] x86/resctrl: Make rdt_enable_key the arch's decision to switch
From: Reinette Chatre
Date: Thu Feb 02 2023 - 18:48:34 EST
Hi James,
On 1/13/2023 9:54 AM, James Morse wrote:
> rdt_enable_key is switched when resctrl is mounted. It was also previously
> used to prevent a second mount of the filesystem.
>
> Any other architecture that wants to support resctrl has to provide
> identical static keys.
>
> Now that we have helpers for enablign and disabling the alloc/mon keys,
Please remove all usage of "we" in changelog and code comments.
enablign -> enabling
Reinette