Re: [PATCH v10 25/30] x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl

From: Yury Norov
Date: Thu May 08 2025 - 14:19:07 EST


On Thu, May 08, 2025 at 05:18:53PM +0000, James Morse wrote:
> Resctrl is a filesystem interface to hardware that provides cache
> allocation policy and bandwidth control for groups of tasks or CPUs.
>
> To support more than one architecture, resctrl needs to live in /fs/.
>
> Move the code that is concerned with the filesystem interface to
> /fs/resctrl.
>
> Signed-off-by: James Morse <james.morse@xxxxxxx>
> ---
> Changes since *:
> * This patch is generated by a script.
> ---
> arch/x86/kernel/cpu/resctrl/ctrlmondata.c | 637 ---
> arch/x86/kernel/cpu/resctrl/internal.h | 366 +-
> arch/x86/kernel/cpu/resctrl/monitor.c | 902 +---
> arch/x86/kernel/cpu/resctrl/monitor_trace.h | 18 +-
> arch/x86/kernel/cpu/resctrl/pseudo_lock.c | 1080 +---
> .../kernel/cpu/resctrl/pseudo_lock_trace.h | 2 +
> arch/x86/kernel/cpu/resctrl/rdtgroup.c | 4311 +---------------
> fs/resctrl/ctrlmondata.c | 661 +++
> fs/resctrl/internal.h | 428 ++
> fs/resctrl/monitor.c | 932 ++++
> fs/resctrl/monitor_trace.h | 33 +
> fs/resctrl/pseudo_lock.c | 1115 +++++
> fs/resctrl/pseudo_lock_trace.h | 17 +
> fs/resctrl/rdtgroup.c | 4346 +++++++++++++++++
> 14 files changed, 7549 insertions(+), 7299 deletions(-)

There's no MAINTAINERS record for the new files. Did I miss
something?