[MIR] Please add support for SIPL
Bug #1829749 reported by
Dimitri John Ledkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Andy Whitcroft | ||
linux (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
linux-signed (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
s390-tools (Ubuntu) |
Fix Released
|
High
|
Dimitri John Ledkov | ||
s390-tools-signed (Ubuntu) |
Fix Released
|
High
|
Dimitri John Ledkov |
Bug Description
Please add support for zipl ("z/ecureBoot") signing.
It should be similar to opal signing, but using the new zipl signing key.
I am expecting to sign s390-tools stage3.bin and kernel images using this key.
s390-tools -> can be signed already
kernels -> should only sign v5.2+
Related branches
lp:~apw/launchpad/signing-sipl
- Colin Watson: Approve
-
Diff: 575 lines (+237/-23)2 files modifiedlib/lp/archivepublisher/signing.py (+39/-17)
lib/lp/archivepublisher/tests/test_signing.py (+198/-6)
description: | updated |
Changed in launchpad: | |
assignee: | nobody → Andy Whitcroft (apw) |
importance: | Undecided → High |
status: | New → Fix Committed |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
Changed in s390-tools (Ubuntu): | |
status: | In Progress → Fix Committed |
summary: |
- Please add support for SIPL + [MIR] Please add support for SIPL |
Changed in linux (Ubuntu): | |
status: | Incomplete → Fix Committed |
Changed in linux-signed (Ubuntu): | |
status: | New → Fix Committed |
Changed in linux (Ubuntu): | |
status: | Fix Committed → Fix Released |
Changed in linux-signed (Ubuntu): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I do wonder, if we can somehow arch-specify opal signing.
Cause it's opal for power, zipl for s390x, yet both just use kmodsign. Just a different key.
Not sure if i want to copy&paste all the methods, and tests.