Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ linux-signed
deployment process. This package works in tandem with the linux-meta package
to deliver signed kernel updates.

respin
A kernel respin is a rebuild of a kernel package in the same kernel SRU cycle
to incorporate fixes or important updates.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @anthonywong , this looks good.
i had a question though.

does this respin have to happen before it gets released to a specific pocket / before it reaches a certain stage?
or a respin is doable anytime before it gets in -updates / -security?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A respin can be done against the package in -proposed or in -updates, as long as the kernel is prepared in the same cycle. If a regression is found in a proposed kernel, we will respin proposed. If there is an urgent fix needed, we may choose to release to updates first and then respin with the urgent fix.
cc @ksacilotto

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I missed your response here @anthonywong .

I think that's fine then; since it applies to either pocket.


OEM kernel
```{include} /reuse/oem-kernels.txt
:start-after: overview-oem-kernel-start
Expand Down
Loading