chore(deps): pin i915-sriov-dkms to 2026.03.05.2 - #96
Merged
Conversation
2026.03.05.2 is the last release supporting kernels v6.12-v6.19. Debian 13.5 (this golden image's base) still ships kernel 6.12, so newer releases (2026.05.03+) that require kernel 6.17.x-7.0.x cannot build. Keep this pinned to the 6.12-compatible line until a future Debian release ships a >=6.17 kernel. The Renovate PR to 2026.05.06 is left open as a standing reminder for that future upgrade. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Why
2026.03.05.2is the last i915-sriov-dkms release supporting kernels v6.12–v6.19. The golden image is built fromdebian-13.5.0-amd64-netinst.iso, which ships kernel 6.12 (point releases don't bump the kernel major/minor). Newer releases (2026.05.03+) require kernel 6.17.x–7.0.x and therefore fail to build inscripts/bootstrap.sh.This bumps from
2026.03.05.1→2026.03.05.2(same supported-kernel line, plus the "Fix conftest on gcc 13" change).Relationship to #94
Renovate PR #94 (bump to
2026.05.06) is intentionally left open as a standing reminder. Once a future Debian release ships a ≥6.17 kernel, that PR can be merged to move forward.