]> Git Repo - linux.git/commitdiff
x86/microcode: Announce reload operation's completion
authorBorislav Petkov <[email protected]>
Wed, 13 Mar 2019 11:00:22 +0000 (12:00 +0100)
committerThomas Gleixner <[email protected]>
Thu, 21 Mar 2019 11:24:39 +0000 (12:24 +0100)
By popular demand, issue a single line to dmesg after the reload
operation completes to let the user know that a reload has at least been
attempted.

Signed-off-by: Borislav Petkov <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/kernel/cpu/microcode/core.c

index 97f9ada9cedaf4e7cde47e819f7b4a0d6ac39d77..5260185cbf7ba1a77ecc30bdd61a99a2338b159b 100644 (file)
@@ -608,6 +608,8 @@ static int microcode_reload_late(void)
        if (ret > 0)
                microcode_check();
 
+       pr_info("Reload completed, microcode revision: 0x%x\n", boot_cpu_data.microcode);
+
        return ret;
 }
 
This page took 0.045176 seconds and 4 git commands to generate.