Commit 06afd4f0 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Kleber Sacilotto de Souza

UBUNTU: SAUCE: x86/microcode: Extend post microcode reload to support IBPB...

UBUNTU: SAUCE: x86/microcode: Extend post microcode reload to support IBPB feature -- repair missmerge

CVE-2017-5753
CVE-2017-5715

Fix missmerge leading to removal of late_initcall().
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 3021d628
...@@ -718,4 +718,4 @@ int __init microcode_init(void) ...@@ -718,4 +718,4 @@ int __init microcode_init(void)
return error; return error;
} }
fs_initcall(save_microcode_in_initrd); late_initcall(microcode_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment