| 
    
 [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen stable-4.18] x86/ucode: Fix missing printk() newline in ucode_probe_amd()
 commit d04a36f2e4c4141dd79e4f5b6518120a83e75ccb
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:20 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 fce38404d5..c0cafb29a0 100644
--- a/xen/arch/x86/cpu/microcode/core.c
+++ b/xen/arch/x86/cpu/microcode/core.c
@@ -874,7 +874,7 @@ int __init early_microcode_init(unsigned long *module_map,
              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.18
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |