Align kernel spec Release tags to satisfy spec entanglement check#17364
Closed
Copilot wants to merge 2 commits into
Closed
Align kernel spec Release tags to satisfy spec entanglement check#17364Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/microsoft/azurelinux/sessions/3248fcc9-0a83-4171-ab2c-16d383ac50e4 Co-authored-by: dethoma <11412958+dethoma@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job Spec Entanglement Mismatch Check
Align kernel spec Release tags to satisfy spec entanglement check
May 19, 2026
dethoma
reviewed
May 19, 2026
dethoma
left a comment
There was a problem hiding this comment.
Closing — the fix from commit 875a8eb has been cherry-picked into #17362
(commit 6f147b7) which is the primary PR for disabling CONFIG_RDS on
aarch64. Thanks Copilot for catching the entangled-specs release
mismatch — that's exactly the kind of cross-spec coupling that's easy
to miss when only one kernel-family spec is touched.
No further action needed on this PR.
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.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
Spec Entanglement Mismatch Checkfailed becauseSPECS/kernel/kernel.specwas atRelease: 2while its entangled kernel spec set remained atRelease: 1.This change synchronizes release metadata across that entangled group so the workflow’s epoch/version/release consistency check passes.
Change Log
Releasefrom1%{?dist}to2%{?dist}in all specs in the kernel entanglement set checked bytoolkit/scripts/check_entangled_specs.py.SPECS/kernel/kernel.specSPECS/kernel-64k/kernel-64k.specSPECS/kernel/kernel-uki.specSPECS/kernel-headers/kernel-headers.specSPECS-SIGNED/kernel-signed/kernel-signed.specSPECS-SIGNED/kernel-64k-signed/kernel-64k-signed.specSPECS-SIGNED/kernel-uki-signed/kernel-uki-signed.specDoes this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology