feat: update Linux to 6.18.50 - #1684
Merged
Merged
Conversation
The latest LTS. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
frezbo
approved these changes
Sep 8, 2026
There was a problem hiding this comment.
🔵 Needs a closer look
Kernel version bumps and checksum updates are high-impact changes that require human verification of provenance/compatibility beyond what can be confirmed from the diff alone.
Pull request overview
Updates the packaged Linux kernel to 6.18.50 (including matching source checksums) and refreshes the generated kernel configuration files so the build remains consistent with the new kernel release.
Changes:
- Bump
linux_versionto6.18.50and update the corresponding SHA-256/SHA-512 values. - Regenerate/refresh kernel configs for
arm64andamd64to reflect 6.18.50 (including removal of now-nonexistent/obsolete config symbols).
File summaries
| File | Description |
|---|---|
Pkgfile |
Updates the Linux version and source integrity hashes used by the packaging/build pipeline. |
kernel/build/config-arm64 |
Updates the generated arm64 kernel configuration for 6.18.50 and drops obsolete options. |
kernel/build/config-amd64 |
Updates the generated amd64 kernel configuration header for 6.18.50. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
Author
|
/m |
Merged
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.
The latest LTS.