RE: [PATCH v2] arch/x86: Fix boot_cpu_data.microcode version output

From: Luck, Tony
Date: Wed Aug 01 2018 - 11:59:48 EST


> There's no reliable way to get the old microcode revision which was
> overwritten during the upgrade. If dmesg gets overwritten you lose, like
> in all the other gazillion cases where you lose information due to that.

The primary requirement here is that we report the version of the microcode
in use at the time of a crash. Keeping history of all updates seems to me to
beyond the scope of the kernel's responsibilities.

It's not like these updates appear out of the ether. You have to go out and
grab a new package and install it. User land can keep track of this much
more easily than the kernel.

-Tony