From 5abbc4ff262c4b9f51a503a712a53d5fd6090f66 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 27 Aug 2024 16:49:29 +0200 Subject: [PATCH] linux-firmware update 20240827 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - AMD SEV: IOMMU improperly handles certain special address leading to a loss of guest integrity (RHEL-54256) - AMD SEV: Incomplete system memory cleanup in SEV firmware corrupt guest private memory (RHEL-54237)   Changes since the last update are noted on items below, copied from   the git changelog of upstream linux-firmware repository. - amdgpu: DMCUB updates forvarious AMDGPU ASICs - rtw89: 8922a: add fw format-1 v0.35.41.0 - linux-firmware: update firmware for MT7925 WiFi device - linux-firmware: update firmware for mediatek bluetooth chip (MT7925) - rtl_bt: Add firmware and config files for RTL8922A - rtl_bt: Add firmware file for the the RTL8723CS Bluetooth part - rtl_bt: de-dupe identical config.bin files - rename rtl8723bs_config-OBDA8723.bin -> rtl_bt/rtl8723bs_config.bin - linux-firmware: Update AMD SEV firmware - linux-firmware: update firmware for MT7996 - Revert "i915: Update MTL DMC v2.22" - Merge tag 'amd-2024-08-12' of https://gitlab.freedesktop.org/drm/firmware into amd-2024-08-12 - ath12k: WCN7850 hw2.0: update board-2.bin - ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.41 - ath11k: WCN6855 hw2.0: update board-2.bin - ath11k: QCA2066 hw2.1: add to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.3 - ath11k: QCA2066 hw2.1: add board-2.bin - ath11k: IPQ5018 hw1.0: update to WLAN.HK.2.6.0.1-01291-QCAHKSWPL_SILICONZ-1 - qcom: vpu: add video firmware for sa8775p - amdgpu: DMCUB updates for various AMDGPU ASICs - qcom: update path for video firmware for vpu-1/2/3.0 - Merge https://github.com/zijun-hu/qca_btfw into qca_btfw - Merge tag 'rtw-fw-2024-08-08' of https://github.com/pkshih/linux-firmware into rtw89 - QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642 - rtw89: 8852c: add fw format-1 v0.27.97.0 - rtw89: 8852bt: add firmware 0.29.91.0 - amdgpu: Update ISP FW for isp v4.1.1 - Merge tag 'intel-2024-08-02' of https://gitlab.freedesktop.org/drm/firmware into intel-20240805 - Merge https://github.com/zijun-hu/qca_btfw into list-20240802 - mediatek: Update mt8195 SOF firmware - Merge tag 'amd-2024-08-02' of https://gitlab.freedesktop.org/drm/firmware into amd-20240802 - amdgpu: DMCUB updates for DCN314 - xe: First GuC release v70.29.2 for BMG - xe: Add GuC v70.29.2 for LNL - i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL - i915: Update MTL DMC v2.22 - i915: update MTL GSC to v102.0.10.1878 - xe: Add BMG HuC 8.2.10 - xe: Add GSC 104.0.0.1161 for LNL - xe: Add LNL HuC 9.4.13 - i915: update DG2 HuC to v7.10.16 - amdgpu: Update ISP FW for isp v4.1.1 - amdgpu: Update ISP FW for isp v4.1.1 - amdgpu: add new ISP 4.1.1 firmware - QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641 - amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351 - Merge tag 'iwlwifi-fw-2024-07-25' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware into iwlfifi-fw-2024-07 - Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release" - linux-firmware: update firmware for MT7922 WiFi device - linux-firmware: update firmware for MT7921 WiFi device - linux-firmware: update firmware for mediatek bluetooth chip (MT7922) - linux-firmware: update firmware for mediatek bluetooth chip (MT7921) - iwlwifi: add gl FW for core89-58 release - iwlwifi: update ty/So/Ma firmwares for core89-58 release - iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release - mediatek: Update mt8195 SOF firmware and sof-tplg - ASoC: tas2781: fix the license issue for tas781 firmware - rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008 - .gitignore: Ignore intermediate files - i915: Update Xe2LPD DMC to v2.21 Resolves: RHEL-54256, RHEL-54237 Signed-off-by: Denys Vlasenko --- linux-firmware.spec | 73 +++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 2 files changed, 71 insertions(+), 4 deletions(-) diff --git a/linux-firmware.spec b/linux-firmware.spec index c21e8fc..a708963 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -1,12 +1,12 @@ -%global checkout 4c8fb21e +%global checkout 3cff7109 -%global firmware_release 123 +%global firmware_release 124 %global _firmwarepath /usr/lib/firmware %define _binaries_in_noarch_packages_terminate_build 0 Name: linux-firmware -Version: 20240715 +Version: 20240827 Release: %{firmware_release}.git%{checkout}%{?dist} Summary: Firmware files used by the Linux kernel License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted @@ -439,6 +439,73 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files %config(noreplace) %{_firmwarepath}/netronome/nic_AMDA* %changelog +* Tue Aug 27 2024 Denys Vlasenko - 20240827-124.git3cff7109 +- AMD SEV: IOMMU improperly handles certain special address leading to a loss of guest integrity (RHEL-54256) +- AMD SEV: Incomplete system memory cleanup in SEV firmware corrupt guest private memory (RHEL-54237) +  Changes since the last update are noted on items below, copied from +  the git changelog of upstream linux-firmware repository. +- amdgpu: DMCUB updates forvarious AMDGPU ASICs +- rtw89: 8922a: add fw format-1 v0.35.41.0 +- linux-firmware: update firmware for MT7925 WiFi device +- linux-firmware: update firmware for mediatek bluetooth chip (MT7925) +- rtl_bt: Add firmware and config files for RTL8922A +- rtl_bt: Add firmware file for the the RTL8723CS Bluetooth part +- rtl_bt: de-dupe identical config.bin files +- rename rtl8723bs_config-OBDA8723.bin -> rtl_bt/rtl8723bs_config.bin +- linux-firmware: Update AMD SEV firmware +- linux-firmware: update firmware for MT7996 +- Revert "i915: Update MTL DMC v2.22" +- Merge tag 'amd-2024-08-12' of https://gitlab.freedesktop.org/drm/firmware into amd-2024-08-12 +- ath12k: WCN7850 hw2.0: update board-2.bin +- ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.41 +- ath11k: WCN6855 hw2.0: update board-2.bin +- ath11k: QCA2066 hw2.1: add to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.3 +- ath11k: QCA2066 hw2.1: add board-2.bin +- ath11k: IPQ5018 hw1.0: update to WLAN.HK.2.6.0.1-01291-QCAHKSWPL_SILICONZ-1 +- qcom: vpu: add video firmware for sa8775p +- amdgpu: DMCUB updates for various AMDGPU ASICs +- qcom: update path for video firmware for vpu-1/2/3.0 +- Merge https://github.com/zijun-hu/qca_btfw into qca_btfw +- Merge tag 'rtw-fw-2024-08-08' of https://github.com/pkshih/linux-firmware into rtw89 +- QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642 +- rtw89: 8852c: add fw format-1 v0.27.97.0 +- rtw89: 8852bt: add firmware 0.29.91.0 +- amdgpu: Update ISP FW for isp v4.1.1 +- Merge tag 'intel-2024-08-02' of https://gitlab.freedesktop.org/drm/firmware into intel-20240805 +- Merge https://github.com/zijun-hu/qca_btfw into list-20240802 +- mediatek: Update mt8195 SOF firmware +- Merge tag 'amd-2024-08-02' of https://gitlab.freedesktop.org/drm/firmware into amd-20240802 +- amdgpu: DMCUB updates for DCN314 +- xe: First GuC release v70.29.2 for BMG +- xe: Add GuC v70.29.2 for LNL +- i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL +- i915: Update MTL DMC v2.22 +- i915: update MTL GSC to v102.0.10.1878 +- xe: Add BMG HuC 8.2.10 +- xe: Add GSC 104.0.0.1161 for LNL +- xe: Add LNL HuC 9.4.13 +- i915: update DG2 HuC to v7.10.16 +- amdgpu: Update ISP FW for isp v4.1.1 +- amdgpu: Update ISP FW for isp v4.1.1 +- amdgpu: add new ISP 4.1.1 firmware +- QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641 +- amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351 +- Merge tag 'iwlwifi-fw-2024-07-25' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware into iwlfifi-fw-2024-07 +- Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release" +- linux-firmware: update firmware for MT7922 WiFi device +- linux-firmware: update firmware for MT7921 WiFi device +- linux-firmware: update firmware for mediatek bluetooth chip (MT7922) +- linux-firmware: update firmware for mediatek bluetooth chip (MT7921) +- iwlwifi: add gl FW for core89-58 release +- iwlwifi: update ty/So/Ma firmwares for core89-58 release +- iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release +- mediatek: Update mt8195 SOF firmware and sof-tplg +- ASoC: tas2781: fix the license issue for tas781 firmware +- rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008 +- .gitignore: Ignore intermediate files +- i915: Update Xe2LPD DMC to v2.21 +Resolves: RHEL-54256, RHEL-54237 + * Tue Jul 16 2024 Denys Vlasenko - 20240715-123.git4c8fb21e - [Intel 8.10 FEAT] [SRF] QAT_402XX firmware update (RHEL-47353)   Changes since the last update are noted on items below, copied from diff --git a/sources b/sources index 095cff4..fc246c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-firmware-20240715.tar.xz) = 5be0a03f4ff97b1cae8eff5cf9cd39ad42b05ea6b7bd4b386656df834f9451cf6500d38b946e7cfa9cab79cfa1592931e25104c817c3d51a3ff82711b0b80459 +SHA512 (linux-firmware-20240827.tar.xz) = 65acbb2ac03680dc2fac92b6c51402238ed9eeecb4efc76f96e89207da0eab967dd83b04b946ead5d27aa959470a27f45052d31829323c9c1816676b89dad074