Update your CPU microcode on Arch Linux
Meltdown & spectre
With Meldown https://nvd.nist.gov/vuln/detail/CVE-2017-5754, Spectre Variant 1 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5753 and Spectre Variant 2 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5753 out in the wild there is a lot of confusing going about updating microcode.
There is a “Spectre & Meltdown Checker” available at https://github.com/speed47/spectre-meltdown-checker
Usage is very easy just clone the git repository and run the script.
Microcode
Microcode isn’t uploaded to the CPU but loaded during the boot strap of the CPU. Normally the BIOS upload the microcode to the CPU but this can also be done by the by the bootloader, or the operating system kernel.
Read more...