Skip to content

Commit 830e95a

Browse files
committed
feat: update Linux to 6.12.4
Update to the latest 6.12.x, fixes kexec reboot in QEMU. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit d946cca)
1 parent c715695 commit 830e95a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TOOLS ?= ghcr.io/siderolabs/tools:v1.9.0-1-geaad82f
2222
DEBUG_TOOLS_SOURCE := scratch
2323

2424
PKGS_PREFIX ?= ghcr.io/siderolabs
25-
PKGS ?= v1.9.0-5-g5d559d0
25+
PKGS ?= v1.9.0-6-gabba1d8
2626
EXTRAS ?= v1.9.0
2727

2828
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ preface = """
1818
[notes.updates]
1919
title = "Component Updates"
2020
description = """\
21-
* Linux: 6.12.3
21+
* Linux: 6.12.4
2222
* containerd: 2.0.0
2323
* Flannel: 0.26.1
2424
* Kubernetes: 1.32.0-rc.1

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
// DefaultKernelVersion is the default Linux kernel version.
17-
DefaultKernelVersion = "6.12.3-talos"
17+
DefaultKernelVersion = "6.12.4-talos"
1818

1919
// KernelModulesPath is the default path to the kernel modules without the kernel version.
2020
KernelModulesPath = "/lib/modules"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.9.0-5-g5d559d0
1+
v1.9.0-6-gabba1d8

0 commit comments

Comments
 (0)