Skip to content

Commit 55fa19d

Browse files
suryasaimadhuKAGA-KOKO
authored andcommitted
x86/bugs: Drop one "mitigation" from dmesg
Make [ 0.031118] Spectre V2 mitigation: Mitigation: Full generic retpoline into [ 0.031118] Spectre V2: Mitigation: Full generic retpoline to reduce the mitigation mitigations strings. Signed-off-by: Borislav Petkov <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: David Woodhouse <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Josh Poimboeuf <[email protected]> Cc: [email protected] Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected]
1 parent 7a32fc5 commit 55fa19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/cpu/bugs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static const char *spectre_v2_strings[] = {
9191
};
9292

9393
#undef pr_fmt
94-
#define pr_fmt(fmt) "Spectre V2 mitigation: " fmt
94+
#define pr_fmt(fmt) "Spectre V2 : " fmt
9595

9696
static enum spectre_v2_mitigation spectre_v2_enabled = SPECTRE_V2_NONE;
9797
static bool spectre_v2_bad_module;

0 commit comments

Comments
 (0)