RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1758571 - [rhel-7.6.z] Update Intel microcode version to microcode-20190918
Summary: [rhel-7.6.z] Update Intel microcode version to microcode-20190918
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: microcode_ctl
Version: 7.7
Hardware: x86_64
OS: Linux
high
medium
Target Milestone: rc
: ---
Assignee: Eugene Syromiatnikov
QA Contact: Jeff Bastian
URL:
Whiteboard:
Depends On: 1753541
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-04 14:17 UTC by RAD team bot copy to z-stream
Modified: 2019-10-16 09:48 UTC (History)
3 users (show)

Fixed In Version: microcode_ctl-2.1-47.6.el7_6
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1753541
Environment:
Last Closed: 2019-10-16 09:48:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2019:3111 0 None None None 2019-10-16 09:48:07 UTC

Description RAD team bot copy to z-stream 2019-10-04 14:17:08 UTC
This bug has been copied from bug #1753541 and has been proposed to be backported to 7.6 z-stream (EUS).

Comment 3 Jeff Bastian 2019-10-09 16:08:19 UTC
Verified with microcode_ctl-2.1-47.7.el7_6

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-47.7.el7_6.x86_64.rpm \
          microcode_ctl-2.1-55.el7.x86_64.rpm |
    grep -v -F -e '..........T' -e '/usr/share/man'
removed     PROVIDES microcode_ctl(x86-64) = 2:2.1-47.7.el7_6
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:

[root@dell-pet3420-01 ~]# rpm -q microcode_ctl
microcode_ctl-2.1-47.7.el7_6.x86_64

[root@dell-pet3420-01 ~]# lscpu | egrep -i -e family -e model -e stepping
CPU family:            6
Model:                 158
Model name:            Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
Stepping:              9

[root@dell-pet3420-01 ~]# uname -r
3.10.0-957.35.2.el7.x86_64

[root@dell-pet3420-01 ~]# cat /sys/devices/system/cpu/cpu0/microcode/version
0xb4

[root@dell-pet3420-01 ~]# journalctl -b0 -o short-monotonic | sed "s/$(hostname) //" | grep -i microcode | grep -v dracut
[    0.000000] kernel: microcode: microcode updated early to revision 0xb4, date = 2019-04-01
[    7.499867] kernel: microcode: sig=0x906e9, pf=0x2, revision=0xb4
[    7.503614] kernel: microcode: Microcode Update Driver: v2.01 <tigran.co.uk>, Peter Oruba
[    7.581069] kernel: mce: [Hardware Error]: PROCESSOR 0:906e9 TIME 1570634920 SOCKET 0 APIC 0 microcode b4
[    7.581072] kernel: mce: [Hardware Error]: PROCESSOR 0:906e9 TIME 1570634920 SOCKET 0 APIC 0 microcode b4
[   16.869728] systemd[1]: Starting Load CPU microcode update...
[   18.083539] systemd[1]: Started Load CPU microcode update.

[root@dell-pet3420-01 ~]# cd /sys/devices/system/cpu/vulnerabilities

[root@dell-pet3420-01 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, __user pointer sanitization
spectre_v2         Mitigation: IBRS (kernel), IBPB

Comment 4 Jeff Bastian 2019-10-09 16:09:40 UTC
(In reply to Jeff Bastian from comment #3)
> Next run a sanity check on a system:

Oops, forgot the Beaker job for the sanity check:
https://beaker.engineering.redhat.com/recipes/7451750#tasks

Comment 6 errata-xmlrpc 2019-10-16 09:48:06 UTC
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:3111


Note You need to log in before you can comment on or make changes to this bug.