Re: [PATCH v5 01/16] x86/cpu: create Dhyana init file and register new cpu_dev to system

From: Pu Wen
Date: Thu Aug 30 2018 - 14:03:06 EST


On 2018-08-30 20:35, Borislav Petkov wrote:
+HYGON PROCESSOR SUPPORT
+M: Pu Wen <puwen@xxxxxxxx>
+L: linux-arch@xxxxxxxxxxxxxxx

This is probably the wrong ML. You either have your own or use lkml,
I'd say.

That's all right, I'll use linux-kernel@xxxxxxxxxxxxxxx instead.

+++ b/arch/x86/kernel/cpu/hygon.c
@@ -0,0 +1,408 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Hygon Processor Support for Linux
+ *
+ * Copyright (c) Chengdu Haiguang IC Design Co., Ltd.
+ *
+ * Author: 2018 Pu Wen <puwen@xxxxxxxx>

Year goes with the copyright.

OK, will change it as below: (in next version of patches)
+ * Copyright (c) 2018 Chengdu Haiguang IC Design Co., Ltd.
+ * Author: Pu Wen <puwen@xxxxxxxx>

Thanks,
Pu Wen

Otherwise looks ok.