533a6a
Intel Sandy Bridge-E/EN/EP CPU models (SNB-EP, family 6, model 45, stepping 7)
533a6a
have issues with MDS-related microcode update that may lead to a system hang
533a6a
after a microcode update. In order to address this, microcode update
1abd92
to the MDS-related revision 0x718 has been disabled, and the previously
1abd92
published microcode revision 0x714 is used by default for the OS-driven
1abd92
microcode update.
1abd92
1abd92
For the reference, SHA1 checksums of 06-2d-07 microcode files containing
1abd92
microcode revisions in question are listed below:
1abd92
 * 06-2d-07, revision 0x714: bcf2173cd3dd499c37defbc2533703cfa6ec2430
1abd92
 * 06-2d-07, revision 0x718: 837cfebbfc09b911151dfd179082ad99cf87e85d
1abd92
1abd92
Please contact your system vendor for a BIOS/firmware update that contains
1abd92
the latest microcode version. For the information regarding microcode versions
1abd92
required for mitigating specific side-channel cache attacks, please refer
1abd92
to the following knowledge base articles:
1abd92
 * CVE-2017-5715 ("Spectre"):
1abd92
   https://access.redhat.com/articles/3436091
1abd92
 * CVE-2018-3639 ("Speculative Store Bypass"):
1abd92
   https://access.redhat.com/articles/3540901
1abd92
 * CVE-2018-3620, CVE-2018-3646 ("L1 Terminal Fault Attack"):
1abd92
   https://access.redhat.com/articles/3562741
1abd92
 * CVE-2018-12130, CVE-2018-12126, CVE-2018-12127, and CVE-2019-11091
1abd92
   ("Microarchitectural Data Sampling"):
1abd92
   https://access.redhat.com/articles/4138151
1abd92
1abd92
The information regarding enforcing microcode load is provided below.
1abd92
533a6a
To enforce usage of the 0x718 microcode revision for a specific kernel version,
533a6a
please create file "force-intel-06-2d-07" inside /lib/firmware/<kernel_version>
533a6a
directory, run "/usr/libexec/microcode_ctl/update_ucode" to add it to firmware
1abd92
directory where microcode will be available for late microcode update,
533a6a
and run "dracut -f --kver <kernel_version>", so initramfs for this kernel
533a6a
version is regenerated and the microcode can be loaded early, for example:
1abd92
1abd92
    touch /lib/firmware/3.10.0-862.9.1/force-intel-06-2d-07
1abd92
    /usr/libexec/microcode_ctl/update_ucode
1abd92
    dracut -f --kver 3.10.0-862.9.1
1abd92
1abd92
After that, it is possible to perform a late microcode update by executing
1abd92
"/usr/libexec/microcode_ctl/reload_microcode" or by writing value "1" to
1abd92
"/sys/devices/system/cpu/microcode/reload" directly.
1abd92
533a6a
To enforce addition of this microcode for all kernels, please create file
1abd92
"/etc/microcode_ctl/ucode_with_caveats/force-intel-06-2d-07", run
1abd92
"/usr/libexec/microcode_ctl/update_ucode" for enabling late microcode updates,
1abd92
and "dracut -f --regenerate-all" for enabling early microcode updates:
1abd92
1abd92
    mkdir -p /etc/microcode_ctl/ucode_with_caveats
1abd92
    touch /etc/microcode_ctl/ucode_with_caveats/force-intel-06-2d-07
1abd92
    /usr/libexec/microcode_ctl/update_ucode
1abd92
    dracut -f --regenerate-all
1abd92
1abd92
Please refer to /usr/share/doc/microcode_ctl/README.caveats for additional
1abd92
information.