On 11/12/18 11:16 AM, Borislav Petkov wrote: > > Subject: [PATCH v7 01/13] arch/x86: Start renaming the rdt files to more generic names > > I guess the subject prefix for all those should be "arch/resctrl:" or so now. Ok. Will change it. > > On Fri, Nov 09, 2018 at 08:52:25PM +0000, Moger, Babu wrote: >> New generation of AMD processors start supporting RDT(or QOS) features. >> With more than one vendors supporting these features, it seems more >> appropriate to rename these files. >> >> Changed intel_rdt to resctrl where applicable. >> >> Signed-off-by: Babu Moger <babu.moger@xxxxxxx> >> --- >> arch/x86/include/asm/{intel_rdt_sched.h => resctrl_sched.h} | 0 >> arch/x86/kernel/cpu/Makefile | 6 +++--- >> arch/x86/kernel/cpu/{intel_rdt.c => resctrl.c} | 4 ++-- >> arch/x86/kernel/cpu/{intel_rdt.h => resctrl.h} | 6 +++--- >> .../cpu/{intel_rdt_ctrlmondata.c => resctrl_ctrlmondata.c} | 2 +- >> .../kernel/cpu/{intel_rdt_monitor.c => resctrl_monitor.c} | 2 +- >> .../cpu/{intel_rdt_pseudo_lock.c => resctrl_pseudo_lock.c} | 6 +++--- >> ..._rdt_pseudo_lock_event.h => resctrl_pseudo_lock_event.h} | 2 +- >> .../kernel/cpu/{intel_rdt_rdtgroup.c => resctrl_rdtgroup.c} | 4 ++-- >> arch/x86/kernel/process_32.c | 2 +- >> arch/x86/kernel/process_64.c | 2 +- >> 11 files changed, 18 insertions(+), 18 deletions(-) >> rename arch/x86/include/asm/{intel_rdt_sched.h => resctrl_sched.h} (100%) >> rename arch/x86/kernel/cpu/{intel_rdt.c => resctrl.c} (99%) >> rename arch/x86/kernel/cpu/{intel_rdt.h => resctrl.h} (99%) >> rename arch/x86/kernel/cpu/{intel_rdt_ctrlmondata.c => resctrl_ctrlmondata.c} (99%) >> rename arch/x86/kernel/cpu/{intel_rdt_monitor.c => resctrl_monitor.c} (99%) >> rename arch/x86/kernel/cpu/{intel_rdt_pseudo_lock.c => resctrl_pseudo_lock.c} (99%) >> rename arch/x86/kernel/cpu/{intel_rdt_pseudo_lock_event.h => resctrl_pseudo_lock_event.h} (95%) >> rename arch/x86/kernel/cpu/{intel_rdt_rdtgroup.c => resctrl_rdtgroup.c} (99%) > > Other than that and FWIW: > > Reviewed-by: Borislav Petkov <bp@xxxxxxx> > Thanks