Skip to content

Commit 5c84b05

Browse files
bp3tk0vtorvalds
authored andcommitted
x86/CPU/AMD: Update the Zenbleed microcode revisions
Update them to the correct revision numbers. Fixes: 522b1d6 ("x86/cpu/amd: Add a Zenbleed fix") Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Cc: <stable@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 66a27ab commit 5c84b05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/x86/kernel/cpu/amd.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -864,11 +864,11 @@ static bool cpu_has_zenbleed_microcode(void)
864864
u32 good_rev = 0;
865865

866866
switch (boot_cpu_data.x86_model) {
867-
case 0x30 ... 0x3f: good_rev = 0x0830107a; break;
868-
case 0x60 ... 0x67: good_rev = 0x0860010b; break;
869-
case 0x68 ... 0x6f: good_rev = 0x08608105; break;
870-
case 0x70 ... 0x7f: good_rev = 0x08701032; break;
871-
case 0xa0 ... 0xaf: good_rev = 0x08a00008; break;
867+
case 0x30 ... 0x3f: good_rev = 0x0830107b; break;
868+
case 0x60 ... 0x67: good_rev = 0x0860010c; break;
869+
case 0x68 ... 0x6f: good_rev = 0x08608107; break;
870+
case 0x70 ... 0x7f: good_rev = 0x08701033; break;
871+
case 0xa0 ... 0xaf: good_rev = 0x08a00009; break;
872872

873873
default:
874874
return false;

0 commit comments

Comments
 (0)