kernel plugin: iterate over modules to add to initrd
Metadata
Current evaluation
Merged updates to the kernel plugin that iterate over modules for initrd inclusion. Approved by @kyrofa following successful tests. Resolves LP #1572118 with 36 additions and 6 deletions across two files.
Suggested action: —
No scores available.
Issue body
LP: #1572118
Signed-off-by: Sergio Schvezov sergio.schvezov@ubuntu.com
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged updates to the kernel plugin that iterate over modules for initrd inclusion. Approved by @kyrofa following successful tests. Resolves LP #1572118 with 36 additions and 6 deletions across two files. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged changes to the kernel plugin for iterating over modules during initrd generation. Approved by @kyrofa and verified via successful test runs. Resolves LP: #1572118. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Updates the kernel plugin to iterate over modules for initrd inclusion. Approved by @kyrofa and verified via successful tests. Resolves LP: #1572118. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1572118 kernel plugin _make_initrd fails to add given modules | snapcraft (launchpad) | closed | Closed. Fixed by updating the kernel plugin to call modprobe individually for each kernel-initrd-module rather than passing them all at once, ensuring all specified drivers are correctly included in the initrd. | |
| #1839 kernel plugin: update initrd.img-core path to boot/initrd.img | snapcraft | merged | Merged an update to the kernel plugin that changes the initrd.img-core path to boot/initrd.img. Resolves Launchpad bug 1740882 across two files. | |
| #3998 Kernel plugin: multiple fixes | snapcraft | merged | Merged multiple kernel plugin fixes addressing a regression, a crash when no kernel modules are defined, documentation updates, and initramfs overlay warnings. Approved by one reviewer and passed CI checks. | |
| #1223 kernel plugin: check_config() and check_initrd() support | snapcraft | merged | Merged implementation of check_config() and check_initrd() for the kernel plugin. The update parses .config and initrd files to verify mandatory kernel options and boot code are present. Minor test coverage decrease was accepted. | |
| #6254 feat(kernel,initrd): extend plugins with new options, stabilize | snapcraft | merged | Merged after approval. Extended the kernel plugin with new options, stabilized the initrd plugin, improved documentation, and added tests. Resolved a temporary Resolute tarball naming divergence. Core CI checks passed. | |
| #6255 Feature/kernel initrd plugin merge | snapcraft | merged | Merged after resolving conflicts and aligning with HEAD. Integrates kernel initrd plugin support, requires PR #6254, approved by two reviewers, and passed CI checks. | |
| #5814 feat(plugins): add kernel and initrd plugins | snapcraft | merged | Merged into a feature branch after simplifying kernel and initrd plugin logic and addressing review feedback. Unrelated spread test failures prompted a temporary merge to prevent staleness, with full integration pending upstream fixes. | |
| #463 Kernel plugin: Support lzma/xz-compressed initrd. | snapcraft | merged | Merged to add lzma/xz-compressed initrd support to the kernel plugin. Replaces the file command with the magic library and includes tests. Resolves Launchpad bug 1569337. Approved with minor concerns and merged despite six unresolved review comments. | |
| #837 kernel plugin: allow collecting the same mod deps | snapcraft | merged | Merged kernel plugin fix eliminating duplicate module dependencies via set conversion. Approved by one reviewer. Modifies two files: +36/-1 lines. | |
| #4081 Kernel plugin improvements 1 | snapcraft | merged | Merged after approval. The update reorganizes kernel plugin code by moving implementations to a common module and improves readability with textwrap.dedent. Changes affect 5 files, resulting in a net reduction of 259 lines. |