Bugzilla – Full Text Bug Listing |
Summary: | (Enhancement) Support ZSTD compressed kernel, ramdisk, initramfs and firmware on kernel 5.10 or greater | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Ryan Bach <romulasry> |
Component: | Kernel | Assignee: | openSUSE Kernel Bugs <kernel-bugs> |
Status: | RESOLVED MOVED | QA Contact: | E-mail List <qa-bugs> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | jslaby, mkubecek, tiwai |
Version: | Current | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | openSUSE Tumbleweed | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Ryan Bach
2020-12-19 23:06:56 UTC
The firmware supports only XZ compression, and openSUSE stable/master branch already enabled the ZSTD initrd support. The rest is rather the change in dracut. The kernel compression itself has been kept in GZ for simplicity. The module compression is done in another way than the kernel config, and it's very unlikely we switch to zstd for now, as it needs to touch quite many other places (obs-pesign, rpm-config, dracut and suse-module-tools, as well as other user-space stuff like yast2-sound and such checking the module files). So, at most, a possible low-hanging fruit is the kernel compression itself, but I'm not sure whether it's 100% safe or it's worth. BTW, for the initrd, you can simply override the dracut set up locally. The TW kernel already supports the zstd initrd. If we want to switch the default setup of initrd, it should be discussed rather with wider audience. Please post to opensuse-kernel ML. |