Skip to content

backports: v1.14.1 - #1690

Merged
talos-bot merged 10 commits into
siderolabs:release-1.14from
smira:backports/v1.14.1
Sep 14, 2026
Merged

talos-bot merged 10 commits into
siderolabs:release-1.14from
smira:backports/v1.14.1

Conversation

smira and others added 10 commits September 14, 2026 13:39
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)
Copilot AI lite review requested due to automatic review settings September 14, 2026 09:47
@github-project-automation github-project-automation Bot moved this to To Do in Planning Sep 14, 2026
@talos-bot talos-bot moved this from To Do to In Review in Planning Sep 14, 2026
@github-project-automation github-project-automation Bot moved this from In Review to Approved in Planning Sep 14, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔵 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=y for 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 use y here 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=y for 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 use y here 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.

@smira

smira commented Sep 14, 2026

Copy link
Copy Markdown
Member Author

/m

@talos-bot
talos-bot merged commit f694e1b into siderolabs:release-1.14 Sep 14, 2026
13 checks passed
@github-project-automation github-project-automation Bot moved this from Approved to Done in Planning Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

7 participants