x86/microcode/intel: Set new revision only after a successful update
authorBorislav Petkov (AMD) <bp@alien8.de>
Fri, 1 Dec 2023 13:35:06 +0000 (14:35 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Sun, 3 Dec 2023 10:49:53 +0000 (11:49 +0100)
commit9c21ea53e6bd1104c637b80a0688040f184cc761
tree891c7e0f9d5b22c52d2b2b79078cf9cb66579767
parent1f693ef550f051ef6a95dbfadfa4fbd600769a81
x86/microcode/intel: Set new revision only after a successful update

This was meant to be done only when early microcode got updated
successfully. Move it into the if-branch.

Also, make sure the current revision is read unconditionally and only
once.

Fixes: 080990aa3344 ("x86/microcode: Rework early revisions reporting")
Reported-by: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Tested-by: Ashok Raj <ashok.raj@intel.com>
Link: https://lore.kernel.org/r/ZWjVt5dNRjbcvlzR@a4bf019067fa.jf.intel.com
arch/x86/kernel/cpu/microcode/intel.c