[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2024-04-10 Thread Dave Jones
This was fixed with version 11 of linux-firmware-raspi in noble; I don't see a great deal of point in expending the effort to backport this to mantic, however, so I'll set that to invalid. ** Changed in: linux-firmware-raspi (Ubuntu) Status: Confirmed => Fix Released ** Changed in:

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-11-10 Thread Jens Glathe
That kernel option was not easy to find, but it's working now. FW_LOADER_COMPRESS=y FW_LOADER_COMPRESS_ZSTD=y -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1942260 Title:

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-10-08 Thread Steve Langasek
** Changed in: linux-firmware-raspi (Ubuntu Mantic) Milestone: ubuntu-23.10 => mantic-updates ** Changed in: linux-firmware-raspi (Ubuntu Mantic) Milestone: mantic-updates => None -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package firmware-sof - 2.2.6-1ubuntu1 --- firmware-sof (2.2.6-1ubuntu1) mantic; urgency=medium * Compress sof firmware with zstd. LP: #1942260 -- Dimitri John Ledkov Tue, 29 Aug 2023 19:00:29 +0100 ** Changed in: firmware-sof (Ubuntu Mantic)

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-08-29 Thread wontfix
** Package changed: linux-firmware-raspi2 (Ubuntu Mantic) => linux- firmware-raspi (Ubuntu Mantic) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1942260 Title: compress

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-08-29 Thread Dimitri John Ledkov
** Also affects: firmware-sof (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1942260 Title: compress firmware in

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-07-27 Thread Benjamin Drung
Then setting ZSTD_CLEVEL in debian/scripts/install-firmware should do the trick (needs testing!): ZSTD_CLEVEL=19 ./copy-firmware.sh --zstd "${staging_dir}" -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-07-27 Thread Adrien Nader
Have you tried environment variables? From the xz manpage: ENVIRONMENT xz parses space-separated lists of options from the environment vari‐ ables XZ_DEFAULTS and XZ_OPT, in this order, before parsing the options from the command line. Note that only options are parsed

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-07-27 Thread Dimitri John Ledkov
** Changed in: linux-firmware (Ubuntu) Milestone: None => ubuntu-23.10-beta ** Changed in: linux-firmware-raspi2 (Ubuntu) Milestone: None => ubuntu-23.10 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-07-26 Thread Benjamin Drung
Both linux-firmware patches were accepted upstream. Upstream currently does not set a compression level and has no way to specify it. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-07-24 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1942260 Title: compress firmware in /lib/firmware Status in initramfs-tools package in Ubuntu: Fix

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-07-24 Thread Benjamin Drung
All kernels need to support reading the compressed firmware files (even after partial upgrades). See bug #2028550 for the kernel side. linux-firmware needs two patches to correctly produce compressed firmware files: *

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-05-10 Thread wontfix
Fedora's individual binary firmware xz compression plans seem to be a success. They kept going and divided the package into many different firmware packages. https://packages.fedoraproject.org/pkgs/linux-firmware/ https://packages.fedoraproject.org/pkgs/linux-firmware/intel-gpu-

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-05-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-firmware (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-05-09 Thread wontfix
** Tags added: bloat firmware -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1942260 Title: compress firmware in /lib/firmware Status in initramfs-tools package in Ubuntu:

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-05-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-firmware-raspi2 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2022-01-28 Thread Dimitri John Ledkov
** Description changed: + -- initramfs-tools + + [Impact] + + * linux supports xz compressed linux-firmware which saves disk space. + In focal, initramfs-tools only knows how to included uncompressed + firmware files (even when kernel supports loading compressed ones). + Newer releases of

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2021-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package initramfs-tools - 0.140ubuntu8 --- initramfs-tools (0.140ubuntu8) jammy; urgency=medium * Cherry-pick merge request !26 to support xz compressed firmware. Uncompressed firmware is preffered, with a fallback to use compressed firmware files.

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2021-10-19 Thread Dimitri John Ledkov
** Also affects: linux-firmware-raspi2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1942260 Title: compress firmware in

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2021-10-19 Thread Dimitri John Ledkov
** Also affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1942260 Title: compress firmware in