Skip to content

Commit

Permalink
feat: update Linux, enable Broadcom MPI3 driver
Browse files Browse the repository at this point in the history
Linux: 6.6.39

See siderolabs/pkgs#992

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jul 24, 2024
1 parent b333ec0 commit fd01571
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-alpha.0-6-g31ad71b

PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.8.0-alpha.0-36-g25f3a99
PKGS ?= v1.8.0-alpha.0-38-g8cc6455
EXTRAS ?= v1.8.0-alpha.0-3-gcab51d8

KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
Expand Down
1 change: 1 addition & 0 deletions hack/modules-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ kernel/drivers/scsi/aacraid/aacraid.ko
kernel/drivers/scsi/hpsa.ko
kernel/drivers/scsi/isci/isci.ko
kernel/drivers/scsi/megaraid/megaraid_sas.ko
kernel/drivers/scsi/mpi3mr/mpi3mr.ko
kernel/drivers/scsi/mpt3sas/mpt3sas.ko
kernel/drivers/scsi/smartpqi/smartpqi.ko
kernel/drivers/scsi/vmw_pvscsi.ko
Expand Down
1 change: 1 addition & 0 deletions hack/modules-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_spectrum.ko
kernel/drivers/net/ethernet/sfc/sfc.ko
kernel/drivers/net/ethernet/sfc/siena/sfc-siena.ko
kernel/drivers/net/vrf.ko
kernel/drivers/scsi/mpi3mr/mpi3mr.ko
kernel/drivers/vfio/pci/vfio-pci-core.ko
kernel/drivers/vfio/pci/vfio-pci.ko
kernel/drivers/vfio/vfio_iommu_type1.ko
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ preface = """\
title = "Component Updates"
description = """\
Kubernetes: 1.31.0-beta0
Linux: 6.6.36
Linux: 6.6.39
containerd: 2.0.0-rc.3
runc: 1.2.0-rc.2
etcd: 3.5.15
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 @@ -14,7 +14,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.6.36-talos"
DefaultKernelVersion = "6.6.39-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.0-alpha.0-36-g25f3a99
v1.8.0-alpha.0-38-g8cc6455

0 comments on commit fd01571

Please sign in to comment.