Bug 1835555
Summary: | [RHEL 6] Narrow down the SKX (SKL-SP/X/W/D) microcode blacklist | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Eugene Syromiatnikov <esyr> |
Component: | microcode_ctl | Assignee: | Eugene Syromiatnikov <esyr> |
Status: | CLOSED ERRATA | QA Contact: | Jeff Bastian <jbastian> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.10 | CC: | skozina, toneata |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | microcode_ctl-1.17-33.24.el6_10 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: |
https://bugzilla.redhat.com/show_bug.cgi?id=1835555
|
|
Last Closed: | 2020-06-09 19:23:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Eugene Syromiatnikov
2020-05-14 03:36:21 UTC
Verified with microcode_ctl-1.17-33.24.el6_10 I tested on two Skylake systems (06-55-04). The first had a Xeon W-2133 which is blacklisted, the second had a Xeon Gold 6152 which is ok for microcode updates. The W-2133 CPU was restricted to microcode version 0x2000064 so the job reported a failed result (which is expected), and the Gold 6152 was able to update to microcode version 0x2000065 so it passed. (Neither system had a "force" file in place, so the defaults worked correctly.) https://beaker.engineering.redhat.com/jobs/4270090 Also note that the microcode data itself does not change with this update. This is just an update to the check_caveats script and associated configs and documentation: ~]# rpmdiff microcode_ctl-1.17-33.23.el6_10.x86_64.rpm \ microcode_ctl-1.17-33.24.el6_10.x86_64.rpm | grep -v -F '..........T' removed PROVIDES microcode_ctl(x86-64) = 2:1.17-33.23.el6_10 added PROVIDES microcode_ctl(x86-64) = 2:1.17-33.24.el6_10 S.5.......T /usr/libexec/microcode_ctl/check_caveats S.5.......T /usr/share/doc/microcode_ctl-1.17/README.caveats S.5.......T /usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07/config S.5.......T /usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07/readme S.5.......T /usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04/config S.5.......T /usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04/readme 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/RHSA-2020:2433 |