[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250512084552.1586883-1-xin@zytor.com>
Date: Mon, 12 May 2025 01:45:49 -0700
From: "Xin Li (Intel)" <xin@...or.com>
To: linux-kernel@...r.kernel.org, xen-devel@...ts.xenproject.org,
linux-acpi@...r.kernel.org
Cc: tglx@...utronix.de, mingo@...nel.org, bp@...en8.de,
dave.hansen@...ux.intel.com, x86@...nel.org, hpa@...or.com,
peterz@...radead.org, jgross@...e.com, boris.ostrovsky@...cle.com,
rafael@...nel.org, lenb@...nel.org
Subject: [PATCH v1 0/3] MSR fixes and cleanups after last round of MSR cleanups
These patches:
1) remove a superfluous inclusion of <asm/asm.h> accidently added to
drivers/acpi/processor_throttling.c in commit:
efef7f184f2e ("x86/msr: Add explicit includes of <asm/msr.h>").
2) Fix uninitialized symbol 'err' introduced by:
d815da84fdd0 ("x86/msr: Change the function type of native_read_msr_safe()").
3) Convert a native_wrmsr() use to native_wrmsrq() in
arch/x86/coco/sev/core.c.
Xin Li (Intel) (3):
x86/msr: Remove a superfluous inclusion of <asm/asm.h>
x86/xen/msr: Fix uninitialized symbol 'err'
x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
arch/x86/coco/sev/core.c | 7 +------
arch/x86/xen/enlighten_pv.c | 5 ++++-
drivers/acpi/processor_throttling.c | 1 -
3 files changed, 5 insertions(+), 8 deletions(-)
base-commit: 9cf78722003178b09c409df9aafe9d79e5b9a74e
--
2.49.0
Powered by blists - more mailing lists