On 3/22/2022 3:41 PM, Borislav Petkov wrote: > On Sat, Mar 19, 2022 at 12:28:29AM -0600, Jane Chu wrote: >> Relocate the twin mce functions to arch/x86/mm/pat/set_memory.c >> file where they belong. >> >> Signed-off-by: Jane Chu <jane.chu@xxxxxxxxxx> >> --- >> arch/x86/include/asm/set_memory.h | 52 ------------------------------- >> arch/x86/mm/pat/set_memory.c | 48 ++++++++++++++++++++++++++++ >> include/linux/set_memory.h | 9 +++--- >> 3 files changed, 53 insertions(+), 56 deletions(-) > > For the future, please use get_maintainers.pl so that you know who to Cc > on patches. In this particular case, patches touching arch/x86/ should > Cc x86@xxxxxxxxxx Sure, thank you! -jane > > Thx. >