Hi Tony, On 6/9/25 11:21, Tony Luck wrote: > Babu, > > Here's my latest version of those four patches (build on top of Qinyun's > patch that I believe should go upstream via tip/urgent). Wonderful. Thank you. Will rebase my patches. > > I believe I addressed all the comments[1] in these four patches > > [1] https://lore.kernel.org/lkml/20250521225049.132551-1-tony.luck@xxxxxxxxx/ > > -Tony > > Qinyun Tan (1): > x86,fs/resctrl: Remove unappropriate references to cacheinfo in the > resctrl subsystem. > > Tony Luck (4): > x86,fs/resctrl: Consolidate monitor event descriptions > x86,fs/resctrl: Replace architecture event enabled checks > x86/resctrl: Remove 'rdt_mon_features' global variable > x86,fs/resctrl: Prepare for more monitor events > > include/linux/resctrl.h | 28 +++++--- > include/linux/resctrl_types.h | 15 ++-- > arch/x86/include/asm/resctrl.h | 16 ----- > arch/x86/kernel/cpu/resctrl/internal.h | 9 +-- > fs/resctrl/internal.h | 17 +++-- > arch/x86/kernel/cpu/resctrl/core.c | 65 +++++++++-------- > arch/x86/kernel/cpu/resctrl/monitor.c | 41 +++++------ > fs/resctrl/ctrlmondata.c | 17 +++-- > fs/resctrl/monitor.c | 96 ++++++++++++++------------ > fs/resctrl/rdtgroup.c | 79 +++++++++++---------- > 10 files changed, 204 insertions(+), 179 deletions(-) > -- Thanks Babu Moger