lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aBz1iiug5KBnumck@yury>
Date: Thu, 8 May 2025 14:18:50 -0400
From: Yury Norov <yury.norov@...il.com>
To: James Morse <james.morse@....com>
Cc: x86@...nel.org, linux-kernel@...r.kernel.org,
	Reinette Chatre <reinette.chatre@...el.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
	H Peter Anvin <hpa@...or.com>, Babu Moger <Babu.Moger@....com>,
	shameerali.kolothum.thodi@...wei.com,
	D Scott Phillips OS <scott@...amperecomputing.com>,
	carl@...amperecomputing.com, lcherian@...vell.com,
	bobo.shaobowang@...wei.com, tan.shaopeng@...itsu.com,
	baolin.wang@...ux.alibaba.com, Jamie Iles <quic_jiles@...cinc.com>,
	Xin Hao <xhao@...ux.alibaba.com>, peternewman@...gle.com,
	dfustini@...libre.com, amitsinght@...vell.com,
	David Hildenbrand <david@...hat.com>,
	Rex Nie <rex.nie@...uarmicro.com>,
	Dave Martin <dave.martin@....com>, Koba Ko <kobak@...dia.com>,
	Shanker Donthineni <sdonthineni@...dia.com>, fenghuay@...dia.com
Subject: Re: [PATCH v10 25/30] x86,fs/resctrl: Move the resctrl filesystem
 code to live in /fs/resctrl

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@....com>
> ---
> 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?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ