You are not logged in.

#1 2024-01-18 19:32:15

xyrgug
Member
Registered: 2023-12-15
Posts: 34

[solved] microcode confusion

I have an Intel i7-6700.
Help me figure this microcode thing out please.

Wiki says here that there are some processor updates that need to be installed. Okay.
https://wiki.archlinux.org/title/microcode

The intel-ucode package is already installed and GRUB has the same entry as on the wiki

echo 'Loading initial ramdisk ...'
initrd /intel-ucode.img /initramfs-linux.img

What I don't understand is whether or not it's even working.

Wiki says after this

journalctl -k --grep=microcode

I should see this

microcode: microcode updated early to revision 0xde, date = 2020-05-18
microcode: sig=0x806ec, pf=0x80, revision=0xde
microcode: Microcode Update Driver: v2.2.

Instead I got this

Jan 18 21:49:05 dragon kernel: SRBDS: Mitigation: Microcode
Jan 18 21:49:05 dragon kernel: GDS: Vulnerable: No microcode
Jan 18 21:49:05 dragon kernel: microcode: Current revision: 0x000000f0
Jan 18 21:49:05 dragon kernel: microcode: Updated early from: 0x000000c6

I have a suspicion that something is wrong but I'm not sure so please tell me.

Last edited by xyrgug (2024-01-19 06:16:58)

Offline

#2 2024-01-18 20:10:03

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: [solved] microcode confusion

xyrgug wrote:
Jan 18 21:49:05 dragon kernel: GDS: Vulnerable: No microcode

That's in fact proving microcode has been loaded:

no microcode
   

Processor is vulnerable and microcode is missing mitigation. AVX disabled as mitigation.


[[ https://www.kernel.org/doc/html/next/ad … pling.html ]]


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#3 2024-01-18 20:25:22

xyrgug
Member
Registered: 2023-12-15
Posts: 34

Re: [solved] microcode confusion

d.ALT wrote:
xyrgug wrote:
Jan 18 21:49:05 dragon kernel: GDS: Vulnerable: No microcode

That's in fact proving microcode has been loaded:

no microcode
   

Processor is vulnerable and microcode is missing mitigation. AVX disabled as mitigation.


[[ https://www.kernel.org/doc/html/next/ad … pling.html ]]

neutral

So does this mean that intel just didn't make this microcode for my processor?

Offline

#4 2024-01-18 20:35:15

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,232

Re: [solved] microcode confusion

6700 should have microcode updates, unless you kept on top with your UEFI updates.

Ungrepped journalctl -k ?

Just checked, it's likely the microcode update message simply changed (... not sure when) but I also see the shorter form here, so things look correct.

Last edited by V1del (2024-01-18 20:37:01)

Offline

#5 2024-01-18 21:19:25

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,731
Website

Re: [solved] microcode confusion

Offline

Board footer

Powered by FluxBB