|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen stable-4.17] x86/ucode: Fix missing printk() newline in ucode_probe_amd()
commit f8724eb81d85184020c8cff4a2e5a799a7d0619e
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Thu Oct 16 12:17:29 2025 +0100
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Tue Oct 28 18:18:42 2025 +0000
x86/ucode: Fix missing printk() newline in ucode_probe_amd()
Fixes: 630e8875ab36 ("x86/ucode: Perform extra SHA2 checks on AMD
Fam17h/19h microcode")
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
(cherry picked from commit dc645cdf7d374933052fb933748a7502e06b007e)
---
xen/arch/x86/cpu/microcode/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/arch/x86/cpu/microcode/core.c
b/xen/arch/x86/cpu/microcode/core.c
index e2975afa54..ac28ef0c8c 100644
--- a/xen/arch/x86/cpu/microcode/core.c
+++ b/xen/arch/x86/cpu/microcode/core.c
@@ -808,7 +808,7 @@ int __init early_microcode_init(void)
boot_cpu_data.x86 >= 0x17 )
{
printk(XENLOG_WARNING
- "Microcode patch additional digest checks disabled");
+ "Microcode patch additional digest checks disabled\n");
add_taint(TAINT_CPU_OUT_OF_SPEC);
}
--
generated by git-patchbot for /home/xen/git/xen.git#stable-4.17
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |