public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] arch/x86: mshyperv: Remove duplicate asm/msr.h header
@ 2025-10-15  1:50 Jiapeng Chong
  2025-10-17 22:11 ` Wei Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2025-10-15  1:50 UTC (permalink / raw)
  To: kys
  Cc: haiyangz, wei.liu, decui, tglx, mingo, bp, dave.hansen, x86, hpa,
	linux-hyperv, linux-kernel, Jiapeng Chong, Abaci Robot

./arch/x86/kernel/cpu/mshyperv.c: asm/msr.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26164
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 arch/x86/kernel/cpu/mshyperv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c
index 80a641a6ac48..6802d89ca790 100644
--- a/arch/x86/kernel/cpu/mshyperv.c
+++ b/arch/x86/kernel/cpu/mshyperv.c
@@ -31,7 +31,6 @@
 #include <asm/msr.h>
 #include <asm/nmi.h>
 #include <clocksource/hyperv_timer.h>
-#include <asm/msr.h>
 #include <asm/numa.h>
 #include <asm/svm.h>
 
-- 
2.43.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] arch/x86: mshyperv: Remove duplicate asm/msr.h header
  2025-10-15  1:50 [PATCH -next] arch/x86: mshyperv: Remove duplicate asm/msr.h header Jiapeng Chong
@ 2025-10-17 22:11 ` Wei Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2025-10-17 22:11 UTC (permalink / raw)
  To: Jiapeng Chong
  Cc: kys, haiyangz, wei.liu, decui, tglx, mingo, bp, dave.hansen, x86,
	hpa, linux-hyperv, linux-kernel, Abaci Robot

On Wed, Oct 15, 2025 at 09:50:14AM +0800, Jiapeng Chong wrote:
> ./arch/x86/kernel/cpu/mshyperv.c: asm/msr.h is included more than once.
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26164
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>

Applied to hyperv-next. Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-17 22:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15  1:50 [PATCH -next] arch/x86: mshyperv: Remove duplicate asm/msr.h header Jiapeng Chong
2025-10-17 22:11 ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox