Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R3764:b6f8ae1b59f7: Update intel-microcode to 20201118
Testers wanted
Diff Detail
Diff Detail
- Repository
- R3764 intel-microcode
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Test plan (i5-7200U):
- echo 1 | sudo tee -a /sys/devices/system/cpu/microcode/reload
- reboot
- cat /proc/cpuinfo | grep microcode | head -n 1
Comment Actions
The microcode update isn't actually applying for me, despite being on the list of affected chips. I've tried a few times. The microcode update appears in dmesg, but it's just reporting updating from 0xCA to 0xCA.
Comment Actions
Works for me when manually reloading with echo 1 | sudo tee -a /sys/devices/system/cpu/microcode/reload (this requires no reboot):
[ 1144.388399] microcode: updated to revision 0xde, date = 2020-05-18 [ 1144.388592] microcode: Reload completed, microcode revision: 0xde
The microcode isn't loaded automatically on boot, though.