Missing vendor/product/sku specific ISH firmware for Dell laptops

Bug #2094768 reported by You-Sheng Yang
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
HWE Next
New
Undecided
Unassigned
linux-firmware (Ubuntu)
Fix Released
Undecided
You-Sheng Yang
Noble
Fix Released
High
You-Sheng Yang
Plucky
Fix Released
High
You-Sheng Yang
Questing
Fix Released
High
You-Sheng Yang

Bug Description

[ SRU Justification ]

[ Impact ]

No machine specific ISH fw to be loaded:
```
$ sudo dmesg | grep ish
kernel: intel_ish_ipc 0000:00:12.0: ISH loader: load firmware: intel/ish/ish_lnlm.bin
kernel: intel_ish_ipc 0000:00:12.0: ISH loader: cmd 2 failed 10
kernel: intel_ish_ipc 0000:00:12.0: ISH loader: cmd 2 failed 10
kernel: intel_ish_ipc 0000:00:12.0: ISH loader: wait response of cmd 0 timeout
```

Proposed fix https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=96ed5b3686d0836c33c7141f6deb2c3e555aa5a8 under upstream tag 20251011.

[ Test Plan ]

1. Install linux-firmware from -proposed pocket.
   ```
   $ sudo apt install --no-install-recommends --yes linux-firmware
   ```

2. Make sure you update initramfs. The generic ish fw might have been included in initramfs, and that will become the first choice while searching for ish fw:
   ```
   $ sudo update-initramfs -u -k all
   ```

3. Reboot and check dmesg:
   ```
   $ sudo dmesg | grep ish
   intel_ish_ipc 0000:00:12.0: ISH loader: load firmware: intel/ish/ish_lnlm_39ceeaf8.bin
   intel_ish_ipc 0000:00:12.0: ISH loader: firmware loaded. size:854528
   intel_ish_ipc 0000:00:12.0: ISH loader: FW base version: 5.8.0.7727
   intel_ish_ipc 0000:00:12.0: ISH loader: FW project version: 58.7727.0.12958
   ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=3
   hid-generic 001F:8087:0AC2.0002: hidraw1: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
   hid-generic 001F:8087:0AC2.0003: hidraw2: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
   hid-generic 001F:8087:0AC2.0004: hidraw3: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
   hid-sensor-hub 001F:8087:0AC2.0002: hidraw1: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
   hid-sensor-hub 001F:8087:0AC2.0003: hidraw2: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
   hid-sensor-hub 001F:8087:0AC2.0004: hidraw3: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
   ```

[ Where problems could occur ]

No. This installs the right firmware for selected platforms and only the affects the platforms that need this firmware blob.

[ Other Info ]

Nominate for Noble, Plucky, Questing for support of DELL platforms of Intel Lunar Lake cpus. Resolute will have it after rebased onto tag 20251011.

========== original bug report ==========

Proposed fix https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=96ed5b3686d0836c33c7141f6deb2c3e555aa5a8 under upstream tag 20251011.

You-Sheng Yang (vicamo)
tags: added: oem-priority originate-from-2046123 somerville
Revision history for this message
You-Sheng Yang (vicamo) wrote :

Somehow I feel there is a bug in update-initramfs.

So after install custom blobs:

$ ls -l|awk '/->/ {print $9 " " $10 " " $11}'
ish_lnlm_39ceeaf8_0f095bd1.bin.zst -> ish_lnlm_39ceeaf8_58.7724.2.bin.zst
ish_lnlm_39ceeaf8_27e280ea.bin.zst -> ish_lnlm_39ceeaf8_58.7724.2.bin.zst
ish_lnlm_39ceeaf8_2d924439.bin.zst -> ish_lnlm_39ceeaf8_58.7724.2.bin.zst
ish_lnlm_39ceeaf8_46171bac.bin.zst -> ish_lnlm_39ceeaf8_58.7724.2.bin.zst
ish_lnlm_39ceeaf8_793c79e4.bin.zst -> ish_lnlm_39ceeaf8_58.7724.2.bin.zst
ish_lnlm_39ceeaf8_916dce72.bin.zst -> ish_lnlm_39ceeaf8_58.7724.2.bin.zst
ish_lnlm_39ceeaf8_af74be99.bin.zst -> ish_lnlm_39ceeaf8_58.7724.2.bin.zst
ish_lnlm_39ceeaf8.bin.zst -> ish_lnlm_39ceeaf8_58.7724.2.bin.zst
ish_lnlm_39ceeaf8_d8738e0f.bin.zst -> ish_lnlm_39ceeaf8_58.7724.2.bin.zst
ish_lnlm.bin.zst

The custom blob is not loaded unless one symlink it as the default ish_lnlm.bin.zst:

[ 1.508997] intel_ish_ipc 0000:00:12.0: ISH loader: load firmware: intel/ish/ish_lnlm.bin
[ 1.534957] intel_ish_ipc 0000:00:12.0: ISH loader: firmware loaded. size:829952
[ 1.534959] intel_ish_ipc 0000:00:12.0: ISH loader: FW base version: 5.8.0.7724
[ 1.534961] intel_ish_ipc 0000:00:12.0: ISH loader: FW project version: 58.7724.2.12658

And from update-initramefs messages, custom blobs are not included into initramfs and therefore not detected:

$ update-initramefs -v -u -k $(uname -r)
...
dracut-install: Missing firmware intel/ish/ish_*.bin for kernel module intel_ish_ipc
dracut-install: mkdir '/var/tmp/mkinitramfs_9uk7FI/lib/firmware/intel/ish'
dracut-install: cp '/lib/firmware/intel/ish/ish_lnlm_39ceeaf8_58.7724.2.bin.zst' '/var/tmp/mkinitramfs_9uk7FI/lib/firmware/intel/ish/ish_lnlm_39ceeaf8_58.7724.2.bin.zst'
dracut-install: ln -s 'ish_lnlm_39ceeaf8_58.7724.2.bin.zst' '/var/tmp/mkinitramfs_9uk7FI/lib/firmware/intel/ish/ish_lnlm.bin.zst'
...

Revision history for this message
You-Sheng Yang (vicamo) wrote :

$ find /lib/modules/$(uname -r) -name \*.ko.zst -exec bash -c "m=\$(basename "{}"); m=\${m%%.*}; modinfo \$m|grep '^firmware:.*\*'" \;
firmware: brcm/brcmbt4388*.ptb
firmware: brcm/brcmbt4388*.bin
firmware: brcm/brcmbt4387*.ptb
firmware: brcm/brcmbt4387*.bin
firmware: brcm/brcmbt4378*.ptb
firmware: brcm/brcmbt4378*.bin
firmware: brcm/brcmbt4377*.ptb
firmware: brcm/brcmbt4377*.bin
firmware: intel/ish/ish_*.bin
firmware: ath11k/WCN6855/hw2.1/*
firmware: ath11k/WCN6855/hw2.0/*
firmware: ath11k/QCN9074/hw1.0/*
firmware: ath11k/QCA6390/hw2.0/*
firmware: brcm/brcmfmac*-sdio.*.bin
firmware: brcm/brcmfmac*-sdio.*.txt
firmware: brcm/brcmfmac*-pcie.*.txcap_blob
firmware: brcm/brcmfmac*-pcie.*.clm_blob
firmware: brcm/brcmfmac*-pcie.*.bin
firmware: brcm/brcmfmac*-pcie.*.txt
firmware: brcm/brcmfmac*-pcie.txt

Revision history for this message
You-Sheng Yang (vicamo) wrote (last edit ):

In source code for /usr/lib/dracut/dracut-install, that is, source package dracut, file src/install/dracut-install.c, function install_firmware:

  _asprintf(&fwpath, "%s/%s", *q, value);

  if (strpbrk(value, "*?[") != NULL
      && access(fwpath, F_OK) != 0) {
          size_t i;
          _cleanup_globfree_ glob_t globbuf;

          glob(fwpath, 0, NULL, &globbuf);
          for (i = 0; i < globbuf.gl_pathc; i++) {
                  ret = install_firmware_fullpath(globbuf.gl_pathv[i]);
                  if (ret == 0)
                          found_this = true;
          }

So when value has "intel/ish/ish_*.bin", it's supposed to go through the glob loop. Yet the test `access(fwpath, F_OK)` will return fail, because now all the bin files are compressed and their filenames do not have ".bin" at the end. And even one fixed that access call, the glob loop is done with ".bin" suffix, too. This means everything in this if-block has to be written.

This still affects the latest Debian release, as well as the upstream (https://github.com/dracut-ng/dracut-ng) main branch.

Revision history for this message
You-Sheng Yang (vicamo) wrote :

Filed dracut upstream bug https://github.com/dracut-ng/dracut-ng/issues/1150 and launchpad bug 2095518.

Revision history for this message
You-Sheng Yang (vicamo) wrote :

dracut fix merged in upstream and landed to Ubuntu noble-proposed/oracular-proposed/plucky. Awaiting for a formal binary release from vendor.

Changed in linux-firmware (Ubuntu):
status: New → Incomplete
Juerg Haefliger (juergh)
tags: added: kernel-daily-bug
Revision history for this message
Etienne CHAMPETIER (champtar) wrote :

@vicamo do you know when Dell plan to release those firmwares ?

Juerg Haefliger (juergh)
Changed in linux-firmware (Ubuntu):
assignee: nobody → You-Sheng Yang (vicamo)
You-Sheng Yang (vicamo)
Changed in linux-firmware (Ubuntu Questing):
status: Incomplete → In Progress
Changed in linux-firmware (Ubuntu Plucky):
status: New → In Progress
Changed in linux-firmware (Ubuntu Noble):
status: New → In Progress
Changed in linux-firmware (Ubuntu):
status: Incomplete → Fix Released
Revision history for this message
You-Sheng Yang (vicamo) wrote (last edit ):
description: updated
description: updated
You-Sheng Yang (vicamo)
description: updated
Changed in linux-firmware (Ubuntu Noble):
assignee: nobody → You-Sheng Yang (vicamo)
Changed in linux-firmware (Ubuntu Plucky):
assignee: nobody → You-Sheng Yang (vicamo)
Changed in linux-firmware (Ubuntu Noble):
importance: Undecided → High
Changed in linux-firmware (Ubuntu Plucky):
importance: Undecided → High
Changed in linux-firmware (Ubuntu Questing):
importance: Undecided → High
Juerg Haefliger (juergh)
Changed in linux-firmware (Ubuntu Questing):
status: In Progress → Fix Committed
Juerg Haefliger (juergh)
Changed in linux-firmware (Ubuntu Plucky):
status: In Progress → Fix Committed
Changed in linux-firmware (Ubuntu Noble):
status: In Progress → Fix Committed
Revision history for this message
Timo Aaltonen (tjaalton) wrote : Please test proposed package

Hello You-Sheng, or anyone else affected,

Accepted linux-firmware into questing-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20250901.git993ff19b-0ubuntu1.3 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-questing to verification-done-questing. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-questing. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello You-Sheng, or anyone else affected,

Accepted linux-firmware into plucky-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20250317.git1d4c88ee-0ubuntu1.10 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-plucky to verification-done-plucky. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-plucky. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello You-Sheng, or anyone else affected,

Accepted linux-firmware into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20240318.git3b128b60-0ubuntu2.20 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-noble. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
You-Sheng Yang (vicamo) wrote :

Verified following versions on Dell LNL platform:
* linux-firmware/noble-proposed version 20240318.git3b128b60-0ubuntu2.20
* linux-firmware/plucky-proposed version 20250317.git1d4c88ee-0ubuntu1.10
* linux-firmware/questing-proposed version 20250901.git993ff19b-0ubuntu1.3

tags: added: verification-done-noble verification-done-plucky verification-done-questing
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello You-Sheng, or anyone else affected,

Accepted linux-firmware into questing-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20250901.git993ff19b-0ubuntu1.4 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-questing to verification-done-questing. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-questing. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello You-Sheng, or anyone else affected,

Accepted linux-firmware into plucky-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20250317.git1d4c88ee-0ubuntu1.11 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-plucky to verification-done-plucky. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-plucky. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello You-Sheng, or anyone else affected,

Accepted linux-firmware into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20240318.git3b128b60-0ubuntu2.21 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-noble. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Timo Aaltonen (tjaalton) wrote : Update Released

The verification of the Stable Release Update for linux-firmware has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package linux-firmware - 20250901.git993ff19b-0ubuntu1.4

---------------
linux-firmware (20250901.git993ff19b-0ubuntu1.4) questing; urgency=medium

  * [SRU] eDP showing garbage on GPT1 platforms (LP: #2129011)
    - amdgpu: update PSP 14.0.0 firmware
  * [SRU] Update GC 11.5.1 firmware to enable MES WA on Strix Halo (LP: #2129150)
    - amdgpu: update GC 11.5.1 firmware
  * [SRU] Fix eDP showing garbage on GPT2 platforms (LP: #2129172)
    - amdgpu: update PSP 14.0.4 firmware
  * [SRU] Fix amdgpu loading errors on Navi3x systems (LP: #2125139)
    - amdgpu: update VCN 4.0.0 firmware
    - amdgpu: update SMU 13.0.0 firmware
    - amdgpu: update SDMA 6.0.0 firmware
    - amdgpu: update PSP 13.0.0 firmware
    - amdgpu: update GC 11.0.0 firmware
    - amdgpu: update PSP 13.0.0 kicker firmware
    - amdgpu: update SMU 13.0.0 kicker firmware
  * Missing vendor/product/sku specific ISH firmware for Dell laptops (LP: #2094768)
    - linux-firmware: Add Dell ISH firmware for Intel Lunar Lake systems

 -- Juerg Haefliger <email address hidden> Mon, 17 Nov 2025 11:46:42 +0100

Changed in linux-firmware (Ubuntu Questing):
status: Fix Committed → Fix Released
Revision history for this message
Juerg Haefliger (juergh) wrote :

The new upload only reverts ath12k firmware so the verification for this bug is still valid.

Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (6.6 KiB)

This bug was fixed in the package linux-firmware - 20240318.git3b128b60-0ubuntu2.21

---------------
linux-firmware (20240318.git3b128b60-0ubuntu2.21) noble; urgency=medium

  * [SRU] eDP showing garbage on GPT1 platforms (LP: #2129011)
    - amdgpu: update PSP 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
    - amdgpu: update psp 14.0.0 firmware
    - amdgpu: update psp 14.0.0 firmware
    - amdgpu: update psp 14.0.0 firmware
    - amdgpu: update psp 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
  * [SRU] Update GC 11.5.1 firmware to enable MES WA on Strix Halo (LP: #2129150)
    - amdgpu: update gc 11.5.1 firmware
    - amdgpu: update GC 11.5.1 firmware
    - amdgpu: update GC 11.5.1 firmware
  * [SRU] Fix eDP showing garbage on GPT2 platforms (LP: #2129172)
    - amdgpu: update PSP 14.0.4 firmware
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update PSP 14.0.4 firmware
    - amdgpu: update PSP 14.0.4 firmware
  * Fix power state transition on navi4x (LP: #2122659)
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update GC 12.0.1 firmware
    - amdgpu: update sdma 7.0.1 firmware
    - amdgpu: update sdma 7.0.1 firmware
    - amdgpu: update SDMA 7.0.1 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update gc 14.0.3 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update PSP 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: DMCUB updates for various AMDGPU ASICs
    - amdgpu: DMCUB updates for various AMDGPU ASICs
    - amdgpu: DMCUB updates forvarious AMDGPU ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB update for DCN401
    - amdgpu: DCUB update for DCN401 and DCN315
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: update dcn 4.01 firmware to 0.1.3.0
    - amdgpu: update dcn 4.01 frmware to 0.1.6.0
    - amdgpu: update dcn 4.01 firmware to 0.1.8.0
    - amdgpu: updates for dcn 3.20 and dcn 4.01 firmware to 0.1.10.0
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: Update DMCUB fw for DCN401 & DCN315
    - amdgpu: update dmcub fw for dcn32 and dcn401
    - amdgpu: update dmcub fw for dcn401
    - amdgpu: DMCUB updates for DCN401
    - amdgpu: update dmcub fw for various DCN version
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
  * Missing vendor/product/sku specific ISH firmware for Dell laptops (LP: #2094768)
    - intel: ish: ...

Read more...

Changed in linux-firmware (Ubuntu Noble):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (3.4 KiB)

This bug was fixed in the package linux-firmware - 20250317.git1d4c88ee-0ubuntu1.11

---------------
linux-firmware (20250317.git1d4c88ee-0ubuntu1.11) plucky; urgency=medium

  * [SRU] eDP showing garbage on GPT1 platforms (LP: #2129011)
    - amdgpu: update psp 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
  * [SRU] Update GC 11.5.1 firmware to enable MES WA on Strix Halo (LP: #2129150)
    - amdgpu: update gc 11.5.1 firmware
    - amdgpu: update GC 11.5.1 firmware
    - amdgpu: update GC 11.5.1 firmware
  * [SRU] Fix eDP showing garbage on GPT2 platforms (LP: #2129172)
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update PSP 14.0.4 firmware
    - amdgpu: update PSP 14.0.4 firmware
  * Fix power state transition on navi4x (LP: #2122659)
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update GC 12.0.1 firmware
    - amdgpu: update sdma 7.0.1 firmware
    - amdgpu: update SDMA 7.0.1 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update PSP 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: update dcn 4.01 firmware to 0.1.3.0
    - amdgpu: update dcn 4.01 frmware to 0.1.6.0
    - amdgpu: update dcn 4.01 firmware to 0.1.8.0
    - amdgpu: updates for dcn 3.20 and dcn 4.01 firmware to 0.1.10.0
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: Update DMCUB fw for DCN401 & DCN315
    - amdgpu: update dmcub fw for dcn32 and dcn401
    - amdgpu: update dmcub fw for dcn401
    - amdgpu: DMCUB updates for DCN401
    - amdgpu: update dmcub fw for various DCN version
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
  * Missing vendor/product/sku specific ISH firmware for Dell laptops (LP: #2094768)
    - intel: ish: Update license file for ISH
    - linux-firmware: Add Dell ISH firmware for Intel Lunar Lake systems
  * [SRU] Fix amdgpu loading errors on Navi3x systems (LP: #2125139)
    - amdgpu: update vcn 4.0.0 firmware
    - amdgpu: update vcn 4.0.0 firmware
    - amdgpu: update VCN 4.0.0 firmware
    - amdgpu: update VCN 4.0.0 firmware
    - amdgpu: update smu 13.0.0 firmware
    - amdgpu: update SMU 13.0.0 firmware
    - amdgpu: update SDMA 6.0.0 firmware
    - amdgpu: update SDMA 6.0.0 firmware
    - amdgpu: update psp 13.0.0 firmware
    - amdgpu: update psp 13.0.0 firmware
    - amdgpu: update PSP 13.0.0 firmware
    - amdgpu: update gc 11.0.0 firmware
    - amdgpu: update gc 11.0.0 firmware
    - amdgpu: update GC 11.0.0 firmware
    - amdgpu: update GC 11.0.0 firmware
    - amdgpu: updates for dcn 3.20 and dcn 4.01 firmware to 0.1.10.0
    - amdgpu: update dmcub fw for dcn32 and dcn401
    - amdgpu: add gc 11.0.0 kicker firmware
    - amdgpu: add psp 13.0.0 kicker firmware
    - amdgpu: update PSP 13.0.0 kicker firmware
    - amdgpu: update PSP 13.0.0 kicker firmware
    - amdgpu: add smu 13.0.0...

Read more...

Changed in linux-firmware (Ubuntu Plucky):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.