Re: [PATCH v1 4/4] x86/mce: Add Zhaoxin LMCE support

2019-09-09 Thread kbuild test robot
Hi Tony, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc8 next-20190904] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v1 4/4] x86/mce: Add Zhaoxin LMCE support

2019-09-09 Thread Tony W Wang-oc
Zhaoxin newer CPUs support LMCE that compatible with Intel's "Machine-Check Architecture", so add support for Zhaoxin LMCE in mce/core.c. Signed-off-by: Tony W Wang-oc --- arch/x86/include/asm/mce.h | 2 ++ arch/x86/kernel/cpu/mce/core.c | 25 +++-- 2 files changed, 25