Bug 1741356
| Summary: | devel exit update to latest upstream release | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jan Stancek <jstancek> |
| Component: | linux-firmware | Assignee: | Jan Stancek <jstancek> |
| Status: | CLOSED ERRATA | QA Contact: | Rachel Sibley <rasibley> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.8 | CC: | dhoward, kazen, rvr, tumeya |
| Target Milestone: | alpha | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | linux-firmware-20190815-73.git07b925b.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-31 20:00:30 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1691060, 1713124, 1720445 | ||
|
Description
Jan Stancek
2019-08-14 21:48:52 UTC
Before: ~~~~~~~~~~~~~~~~~~~~ [root@ci-vm-10-0-137-74 intel]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.7 (Maipo) [root@ci-vm-10-0-137-74 ~]# cd /usr/lib/firmware [root@ci-vm-10-0-137-74 firmware]# ll iwlwifi-Qu* ls: cannot access ../iwlwifi-Qu*: No such file or directory [root@ci-vm-10-0-137-74 firmware]# cd intel [root@ci-vm-10-0-137-74 intel]# ll | grep 'ibt-20.*3' [root@ci-vm-10-0-137-74 intel]# After: ~~~~~~~~~~~~~~~~~~~~ [root@ci-vm-10-0-136-212 firmware]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.8 Beta (Maipo) [root@ci-vm-10-0-136-212 firmware]# rpm -q linux-firmware linux-firmware-20191203-76.gite8a0f4c.el7.noarch [root@ci-vm-10-0-136-212 firmware]# yum info linux-firmware Loaded plugins: product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Installed Packages Name : linux-firmware Arch : noarch Version : 20191203 Release : 76.gite8a0f4c.el7 Size : 362 M Repo : installed From repo : anaconda Summary : Firmware files used by the Linux kernel URL : https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/ License : GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted Description : Kernel-firmware includes firmware files required for some devices to : operate. [root@ci-vm-10-0-136-212 firmware]# ll iwlwifi-Qu* -rw-r--r--. 1 root root 1106228 Dec 17 07:39 iwlwifi-Qu-b0-hr-b0-48.ucode -rw-r--r--. 1 root root 1052796 Dec 17 07:39 iwlwifi-Qu-b0-jf-b0-48.ucode -rw-r--r--. 1 root root 1106248 Dec 17 07:39 iwlwifi-Qu-c0-hr-b0-48.ucode -rw-r--r--. 1 root root 1052816 Dec 17 07:39 iwlwifi-Qu-c0-jf-b0-48.ucode -rw-r--r--. 1 root root 1105668 Dec 17 07:39 iwlwifi-QuZ-a0-hr-b0-48.ucode -rw-r--r--. 1 root root 1052608 Dec 17 07:39 iwlwifi-QuZ-a0-jf-b0-48.ucode [root@ci-vm-10-0-136-212 intel]# ll | grep 'ibt-20.*3' -rw-r--r--. 1 root root 70 Dec 17 07:40 ibt-20-0-3.ddc -rw-r--r--. 1 root root 722372 Dec 17 07:40 ibt-20-0-3.sfi -rw-r--r--. 1 root root 70 Dec 17 07:40 ibt-20-1-3.ddc -rw-r--r--. 1 root root 722372 Dec 17 07:40 ibt-20-1-3.sfi 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/RHBA-2020:1104 |