Skip to content

Commit

Permalink
feat: update Linux to 5.10.75
Browse files Browse the repository at this point in the history
This also brings many drivers added recently via pkgs PRs:

* QLogic QED 25/40/100Gb Ethernet NIC driver
* SuperMicro raid controller
* Intel VMD driver
* smarpqi driver

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Oct 21, 2021
1 parent 38516a5 commit 36b6ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.9.0-alpha.0
PKGS ?= v0.9.0-alpha.0-1-gb88127a
PKGS ?= v0.9.0-alpha.0-7-g80a63d4
EXTRAS ?= v0.7.0-alpha.0
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "5.10.69-talos"
DefaultKernelVersion = "5.10.75-talos"

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

0 comments on commit 36b6ace

Please sign in to comment.