kernel plugin: if kernel's target == NULL, use per-arch default target
Metadata
Current evaluation
Abandoned after reviewer requested signing the CLA, using a canonical email, and filing a bug report first. No merge occurred.
Suggested action: —
No scores available.
Issue body
Linux's per-arch default targets are:
i386/amd64: bzImage
arm: zImage
arm64: Image.gz
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Abandoned after reviewer requested signing the CLA, using a canonical email, and filing a bug report first. No merge occurred. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed without merging due to missing CLA and failure to file a required bug report. The change proposing per-arch default kernel targets when target is NULL was rejected. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed without merging. Maintainer requested CLA signing, proper commit authoring, and prior bug logging. The contribution was not accepted and appears abandoned due to unmet project requirements. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1149 kernel plugin: if kernel's target == NULL, use per-arch default target | snapcraft | closed | Superseded by pull request #1209, which implements the per-arch default target logic, resolves related issues, and includes required unit tests. | |
| #1209 kernel plugin: use default per arch targets. | snapcraft | merged | Merged kernel plugin updates to use default per-architecture targets. The change modifies two files (+48/-5 lines) and addresses Launchpad bug #1665659. | |
| #1135 kernel plugin: if dtb target == NULL and arch == (arm||arm64), build and install all dtbs | snapcraft | closed | Closed without merging. Reviewer @kyrofa requested CLA signing or canonical email attribution, and asked to log a bug first. The submission was abandoned due to unmet contribution guidelines and procedural requirements. | |
| #1665659 kernel plugin: if kernel's target == NULL, use per-arch default target | snapcraft (launchpad) | closed | Fixed by implementing automatic fallback to per-architecture default kernel targets when unspecified. The plugin now selects bzImage for i386/amd64, zImage for arm, and Image.gz for arm64. | |
| #1604801 kernel plugin: pick the correct kernel-image-target per architecture | snapcraft (launchpad) | closed | Closed without resolution or implementation. The request for dynamic architecture-based kernel-image-target selection in the snapcraft kernel plugin was abandoned. |