Re: Antw: Re: Q: Seeing the microcode revision in /proc/cpuinfo

From: Borislav Petkov
Date: Tue Aug 14 2012 - 09:31:20 EST


On Tue, Aug 14, 2012 at 03:20:53PM +0200, Ulrich Windl wrote:
> Hi Borislav,
>
> probably my edge is not bleeding that much than yours ;-)
>
> I don't see "microcode" in 3.0.34-0.7-default for an AMD Opteron, and not in 2.6.32.59-0.3-default for the Intel Xeon. Both are kernels of SLES11 xon x86_64. The first one is the latest you can get for SLES11 SP2.
>
> In openSUSE 12.1 (kernel 3.1.10) it's also still missing.
>
> Anyway, it's nice to see that others also thought this feature is useful.

Yep,

those are all before 3.2.

Well, if you still want to find out the microcode revision on those
boxes, on both AMD and Intel you can do as root:

$ rdmsr 0x8b

You need the msr.ko kernel module loaded or built-in (CONFIG_X86_MSR
option enabled) for this and rdmsr is from the msr-tools package.

HTH.

--
Regards/Gruss,
Boris.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/