Comment 1 for bug 2048853

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

Commit 318c64abf touches PNVM as well:

$ git log --oneline --stat 318c64abf
318c64abf (tag: iwlwifi-fw-2023-12-21, korg-iwlwifi/for-upstream) iwlwifi: update gl FW for core80-165 release
 WHENCE | 2 +-
 iwlwifi-gl-c0-fm-c0-83.ucode | Bin 1799504 -> 1797996 bytes
 iwlwifi-gl-c0-fm-c0.pnvm | Bin 226668 -> 246228 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)

Which then pulls two more commits due the the modification chain of the PNVM file:

$ git log --oneline --stat f27dec616
f27dec616 (tag: iwlwifi-fw-2023-11-16-fixed) iwlwifi: fix for the new FWs from core83-55 release
 iwlwifi-gl-c0-fm-c0-86.ucode | Bin 1840116 -> 1840116 bytes
 iwlwifi-gl-c0-fm-c0.pnvm | Bin 226668 -> 226668 bytes
 iwlwifi-ma-b0-gf-a0-86.ucode | Bin 1695788 -> 1695788 bytes
 iwlwifi-ma-b0-gf-a0.pnvm | Bin 55092 -> 55092 bytes
 iwlwifi-ma-b0-gf4-a0-86.ucode | Bin 1670940 -> 1670940 bytes
 iwlwifi-ma-b0-gf4-a0.pnvm | Bin 27820 -> 27820 bytes
 iwlwifi-ma-b0-hr-b0-86.ucode | Bin 1520636 -> 1520636 bytes
 iwlwifi-so-a0-gf-a0-86.ucode | Bin 1679788 -> 1679788 bytes
 iwlwifi-so-a0-gf-a0.pnvm | Bin 55172 -> 55172 bytes
 iwlwifi-so-a0-gf4-a0-86.ucode | Bin 1653836 -> 1653836 bytes
 iwlwifi-so-a0-gf4-a0.pnvm | Bin 27860 -> 27860 bytes
 iwlwifi-so-a0-hr-b0-86.ucode | Bin 1507388 -> 1507388 bytes
 iwlwifi-ty-a0-gf-a0-86.ucode | Bin 1632464 -> 1632464 bytes
 iwlwifi-ty-a0-gf-a0.pnvm | Bin 55020 -> 55020 bytes
 14 files changed, 0 insertions(+), 0 deletions(-)

$ git log --oneline --stat a07fd0b96
a07fd0b96 (tag: iwlwifi-fw-2023-11-15) iwlwifi: add new FWs from core83-55 release
 WHENCE | 24 ++++++++++++++++++++++++
 iwlwifi-gl-c0-fm-c0-86.ucode | Bin 0 -> 1840116 bytes
 iwlwifi-gl-c0-fm-c0.pnvm | Bin 246228 -> 226668 bytes
 iwlwifi-ma-b0-gf-a0-86.ucode | Bin 0 -> 1695788 bytes
 iwlwifi-ma-b0-gf-a0.pnvm | Bin 55500 -> 55092 bytes
 iwlwifi-ma-b0-gf4-a0-86.ucode | Bin 0 -> 1670940 bytes
 iwlwifi-ma-b0-gf4-a0.pnvm | Bin 28024 -> 27820 bytes
 iwlwifi-ma-b0-hr-b0-86.ucode | Bin 0 -> 1520636 bytes
 iwlwifi-so-a0-gf-a0-86.ucode | Bin 0 -> 1679788 bytes
 iwlwifi-so-a0-gf-a0.pnvm | Bin 55580 -> 55172 bytes
 iwlwifi-so-a0-gf4-a0-86.ucode | Bin 0 -> 1653836 bytes
 iwlwifi-so-a0-gf4-a0.pnvm | Bin 28064 -> 27860 bytes
 iwlwifi-so-a0-hr-b0-86.ucode | Bin 0 -> 1507388 bytes
 iwlwifi-ty-a0-gf-a0-86.ucode | Bin 0 -> 1632464 bytes
 iwlwifi-ty-a0-gf-a0.pnvm | Bin 55484 -> 55020 bytes
 15 files changed, 24 insertions(+)

While the two commits are for ucode 86 releases that is currently not supported by all available kernels in Jammy, there is not hard/effect that may be introduced by pulling both of them.