microcode should perform update after suspend to disk

From: Sven Köhler
Date: Sun Jan 01 2012 - 11:37:48 EST


Hi,

at startup I load the microcode module and it correctly loads the
microcode from /lib/firmware/intel-ucode/. In dmesg, I can see that the
microcode has been updated from 0xc to 0xd.
After suspend to ram, dmesg shows new messages from the microcode
module, telling me that the microcode is still at revision 0xd. Hence,
no update is performed.
However, after suspend to disk, dmesg shows no new messages from the
microcode module. After rmmod microcode; modprobe microcode dmesg tells
me that the microcode had to be updated from 0xc to 0xd.

Somethings wrong here. My interpretation of the messages in dmesg is,
that microcode is trying to update the microcode after suspend to ram
but not after suspend to disk. It should try in both cases. Note that I
don't unload the microcode module.


Regards,
Sven

--
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/