backports: v1.14.1 - #1690
Merged
Merged
backports: v1.14.1#1690
Conversation
Use the latest. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
XFRM interfaces are the only part of the XFRM stack still switched off. XFRM, XFRM_USER, XFRM_ALGO, XFRM_OFFLOAD and XFRM_STATISTICS are all enabled, so this fills the remaining gap for route-based IPsec. Without it only policy-based IPsec is possible. The kernel policy database holds one entry per selector pair, so two tunnels carrying the same subnets to different peers cannot both be installed - the second is refused, and the standby ends up waiting on its userspace daemon's retry timer rather than on the routing layer. An XFRM interface avoids that because routing decides what enters the tunnel, which is also what lets ECMP and BFD work over it. The option is a software netdev with no hardware dependency, and depends only on XFRM and IPV6, both already on. CONFIG_XFRM_STATISTICS was enabled the same way in siderolabs#1052. Signed-off-by: imusmanmalik <usmanmalik@engineer.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit b6b2843)
New modules for amd64: ``` kernel/drivers/net/usb/lan78xx.ko kernel/drivers/net/phy/microchip.ko ``` Signed-off-by: Sacha Weatherstone <sachaw100@hotmail.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 5394321)
Bump kernel to 6.18.49 Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit 381fc2d)
Enable the Intel HD Audio stack as loadable modules on amd64, including: Intel PCI HDA controller support generic HDA codec support Realtek codec families commonly used for onboard audio HDMI/DisplayPort codecs for Intel, AMD, and NVIDIA GPUs Intel graphics audio-component integration the required ALSA jack, ELD, LED, and codec helper functionality Signed-off-by: Dennis Docter <dennis@d23.nl> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit a8b682b)
For 1.14.0, we dropped the lockdown=confidentialy flag from the Linux kernel cmdline to unify installers. The idea was that the Linux should enter integrity on SecureBoot, but it turns out that it's an out-of-tree patch, so bring it in here. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 43e6298)
See https://github.com/containerd/containerd/releases/tag/v2.3.5 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 977b61f)
The latest LTS. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 43e533c)
See https://github.com/cyphar/libpathrs/releases/tag/v0.2.6 This seems to have a bugfix for runc specifically. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 5096469)
The latest LTS. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 69ed550)
majabojarska
approved these changes
Sep 14, 2026
There was a problem hiding this comment.
🔵 Needs a closer look
Both architecture configs set CONFIG_XFRM_INTERFACE as a module instead of the backported y setting.
Pull request overview
Backports v1.14.1 dependency, kernel, driver, audio, and EFI Secure Boot updates.
Changes:
- Updates toolchain, containerd, libpathrs, and Linux versions.
- Refreshes arm64 and amd64 kernel configurations.
- Adds and documents EFI Secure Boot lockdown support.
File summaries
| File | Summary |
|---|---|
Pkgfile |
Updates dependency versions and checksums. |
kernel/build/patches/README.md |
Documents the lockdown patch. |
kernel/build/patches/0017-security-lockdown-lock-down-the-kernel-in-EFI-Secure-.patch |
Adds EFI Secure Boot lockdown. |
kernel/build/config-arm64 |
Updates the arm64 kernel configuration. |
kernel/build/config-amd64 |
Updates the amd64 kernel configuration. |
Review details
Suppressed comments (2)
kernel/build/config-amd64:1306
- This does not reproduce the backported #1663 change: that PR specifies
CONFIG_XFRM_INTERFACE=yfor both architectures, while this snapshot builds it as a module. The resulting kernel therefore has different boot-time availability (and depends on module loading); please useyhere or document why this backport intentionally changes the requested setting.
CONFIG_XFRM_INTERFACE=m
kernel/build/config-arm64:1292
- This does not reproduce the backported #1663 change: that PR specifies
CONFIG_XFRM_INTERFACE=yfor both architectures, while this snapshot builds it as a module. The resulting kernel therefore has different boot-time availability (and depends on module loading); please useyhere or document why this backport intentionally changes the requested setting.
CONFIG_XFRM_INTERFACE=m
- Files reviewed: 5/5 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.
frezbo
approved these changes
Sep 14, 2026
Member
Author
|
/m |
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.
PRs backported: