Bug 1758567
| Summary: | [rhel-7.2.z] Update Intel microcode version to microcode-20190918 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | RAD team bot copy to z-stream <autobot-eus-copy> |
| Component: | microcode_ctl | Assignee: | Eugene Syromiatnikov <esyr> |
| Status: | CLOSED ERRATA | QA Contact: | Jeff Bastian <jbastian> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.7 | CC: | esyr, mthacker, skozina |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | microcode_ctl-2.1-12.22.el7_2 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1753541 | Environment: | |
| Last Closed: | 2019-10-16 09:29:56 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1753541 | ||
| Bug Blocks: | |||
|
Description
RAD team bot copy to z-stream
2019-10-04 14:16:16 UTC
Verified with microcode_ctl-2.1-12.23.el7_2 First do a comparison with rpmdiff against the RHEL-7.8 version (see bug 1753541 for test results) and verify the microcode data are the same (excluding timestamp and documentation differences): $ rpmdiff microcode_ctl-2.1-12.23.el7_2.x86_64.rpm \ microcode_ctl-2.1-55.el7.x86_64.rpm | grep -v -F -e '..........T' -e '/usr/share/man' added REQUIRES(posttrans) kernel added REQUIRES /bin/bash removed PROVIDES microcode_ctl(x86-64) = 2:2.1-12.23.el7_2 added PROVIDES microcode_ctl(x86-64) = 2:2.1-55.el7 S.5.......T /usr/sbin/intel-microcode2ucode Next run a sanity check on a system: https://beaker.engineering.redhat.com/recipes/7451754#tasks [root@hpe-z210-02 ~]# rpm -q microcode_ctl microcode_ctl-2.1-12.23.el7_2.x86_64 [root@hpe-z210-02 ~]# lscpu | egrep -i -e family -e model -e stepping CPU family: 6 Model: 42 Model name: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz Stepping: 7 [root@hpe-z210-02 ~]# uname -r 3.10.0-327.82.1.el7.x86_64 [root@hpe-z210-02 ~]# cat /sys/devices/system/cpu/cpu0/microcode/version 0x2f [root@hpe-z210-02 ~]# journalctl -b0 -o short-monotonic | sed "s/$(hostname) //" | grep -i microcode | grep -v dracut [ 0.000000] kernel: CPU0 microcode updated early to revision 0x2f, date = 2019-02-17 [ 0.409316] kernel: CPU1 microcode updated early to revision 0x2f, date = 2019-02-17 [ 0.439160] kernel: CPU2 microcode updated early to revision 0x2f, date = 2019-02-17 [ 0.460913] kernel: CPU3 microcode updated early to revision 0x2f, date = 2019-02-17 [ 1.973791] kernel: microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x2f [ 1.980008] kernel: microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x2f [ 1.986217] kernel: microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x2f [ 1.992432] kernel: microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x2f [ 1.998669] kernel: microcode: Microcode Update Driver: v2.00 <tigran.co.uk>, Peter Oruba [ 12.344173] systemd[1]: Starting Load CPU microcode update... [ 13.118606] systemd[1]: Started Load CPU microcode update. [root@hpe-z210-02 ~]# cd /sys/devices/system/cpu/vulnerabilities [root@hpe-z210-02 vulnerabilities]# grep . * | sed 's/:/^/' | column -t -s^ l1tf Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled mds Mitigation: Clear CPU buffers; SMT disabled meltdown Mitigation: PTI spec_store_bypass Mitigation: Speculative Store Bypass disabled via prctl and seccomp spectre_v1 Mitigation: Load fences, usercopy/swapgs barriers and __user pointer sanitization spectre_v2 Mitigation: Full retpoline, IBPB Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:3120 |