Skip to content

Commit

Permalink
feat: bring in Linux 5.10.27, support for 32-bit time syscalls
Browse files Browse the repository at this point in the history
This provides binary compatibility for really old binaries using 32-bit
time.

See also: siderolabs/pkgs#259

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Apr 1, 2021
1 parent e2bb597 commit a43acb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.5.0-alpha.0-3-g41b8073
PKGS ?= v0.5.0-alpha.0-3-gfdf4866
PKGS ?= v0.5.0-alpha.0-4-g60ce626
EXTRAS ?= v0.3.0-alpha.0-1-gc0fa0c0
GO_VERSION ?= 1.16
GOFUMPT_VERSION ?= abc0db2c416aca0f60ea33c23c76665f6e7ba0b6
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Expand Up @@ -14,7 +14,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "5.10.23-talos"
DefaultKernelVersion = "5.10.27-talos"

// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.
Expand Down

0 comments on commit a43acb2

Please sign in to comment.