]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain
authorTony Luck <tony.luck@intel.com>
Wed, 17 Dec 2025 17:20:55 +0000 (09:20 -0800)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 5 Jan 2026 10:17:25 +0000 (11:17 +0100)
commit4bc3ef46ff41d5e7ba557e56e9cd2031527cd7f8
tree69dd90e814004faf938c036c71556a01e0948c97
parent6b10cf7b6ea857cdf9570e21c077a05803f60575
x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain

The upcoming telemetry event monitoring is not tied to the L3 resource and
will have a new domain structure.

Rename the L3 resource specific domain data structures to include "l3_"
in their names to avoid confusion between the different resource specific
domain structures:
rdt_mon_domain -> rdt_l3_mon_domain
rdt_hw_mon_domain -> rdt_hw_l3_mon_domain

No functional change.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Link: https://lore.kernel.org/20251217172121.12030-1-tony.luck@intel.com
arch/x86/kernel/cpu/resctrl/core.c
arch/x86/kernel/cpu/resctrl/internal.h
arch/x86/kernel/cpu/resctrl/monitor.c
fs/resctrl/ctrlmondata.c
fs/resctrl/internal.h
fs/resctrl/monitor.c
fs/resctrl/rdtgroup.c
include/linux/resctrl.h