ci(kernel): add stable update safeguards - #21
Merged
Conversation
Build all supported kernel configurations on pull requests and reject stale stable-series pins before expensive builds begin. Add a daily monitor that opens one tracking issue for an available update, require exact patch application, and declare the complete release build dependencies.
Allow the shifted hunks required by the existing patch stack while still stopping immediately on rejected or reversed patches. Move the official checkout and artifact actions to their current Node 24-compatible major versions after the first run warned about Node 20 deprecation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DR
Add pull request builds and a daily stable-kernel monitor so outdated kernel pins or incompatible patches are caught before release.
Description
krunfwpull request for Linux x86_64, Windows x86_64, SEV, TDX, Linux aarch64, and Linux riscv64 configurations.cpioandxz-utilsexplicitly in CI and release builds instead of relying on runner defaults.Test Plan
scripts/check-kernel-version.shreports both current and latest as6.12.95against the live stable repositoryscripts/check-kernel-version.shexit 1 for a6.12.95pin when6.12.96is availablescripts/apply-kernel-patches.shapplies all 37 common and TEE patches to a fresh Linux 6.12.95 treeactionlintpasses forkernel-ci.yml,kernel-version-monitor.yml, andrelease.yml