Bug 1349651
| Summary: | [RFE] Enable MODULE_COMPRESS for compressed kernel modules | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christian Kujau <redhat> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, mchehab |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-29 23:03:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Christian Kujau
2016-06-23 21:42:30 UTC
Thanks for the report, but we already know this. We need to evaluate whether or not this will work with the debuginfo mechanism that RPM provides. I actually don't believe it does, because AFAIK we have to leave all of the modules intact in the %install phase so that find-debuginfo can run and extract it properly. Then we sign and compress the modules. This just needs to be confirmed (or proven wrong). Going through old bug reports and stumbled over this...from 2016, wow - I even forgot that I reported this. So, in Fedora 37 we still have CONFIG_MODULE_COMPRESS_NONE=y set and I guess nobody else cares. And I don't really care much about this either: the current mechanism works, and re-working all that package building machinery and find-debuginfo to deal with compressed modules just to be able to say "yes, we do use that kernel feature" may be a waste of time, when there are much more pressing issues. With that, I'm closing this one for now. Feel free to re-open if this really needs to be implemented. Thanks. |