Skip to content

Commit

Permalink
feat: update Linux to 6.6.13
Browse files Browse the repository at this point in the history
Linux 6.6.x is the new LTS for Talos Linux in 2024.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jan 25, 2024
1 parent dfb5026 commit efbbd23
Show file tree
Hide file tree
Showing 6 changed files with 790 additions and 340 deletions.
6 changes: 4 additions & 2 deletions .kres.yaml
Expand Up @@ -39,10 +39,12 @@ spec:
# - kernel & dependent packages (out of tree kernel modules)
# kernel first, then packages in alphabetical order
- kernel
- drbd-pkg
# disabled with Linux 6.6 - problem with missing spatch/cached patches
# - drbd-pkg
- gasket-driver-pkg
- nvidia-open-gpu-kernel-modules-pkg
- zfs-pkg
# disabled with Linux 6.6, should be fixed in zfs 2.2.3
# - zfs-pkg
additionalTargets:
nonfree:
- nonfree-kmod-nvidia-pkg
Expand Down
4 changes: 1 addition & 3 deletions Makefile
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-01-17T12:14:52Z by kres latest.
# Generated on 2024-01-24T18:38:05Z by kres latest.

# common variables

Expand Down Expand Up @@ -81,10 +81,8 @@ TARGETS += u-boot
TARGETS += util-linux
TARGETS += xfsprogs
TARGETS += kernel
TARGETS += drbd-pkg
TARGETS += gasket-driver-pkg
TARGETS += nvidia-open-gpu-kernel-modules-pkg
TARGETS += zfs-pkg
NONFREE_TARGETS = nonfree-kmod-nvidia-pkg

# help menu
Expand Down
8 changes: 4 additions & 4 deletions Pkgfile
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.7.0-alpha.0-3-gc7076eb
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.7.0-alpha.0-4-g8cc79e6

# renovate: datasource=github-releases depName=containernetworking/plugins
cni_version: v1.4.0
Expand Down Expand Up @@ -68,9 +68,9 @@ vars:
ipxe_sha512: 00dc6f925e3b3f6a92b7b6fc1733a3c022b3af7c11b1c0dd8a36fb383a912fc3f7861fcafbaf385ef8f2bc41da147252ac329faf9c88bdc67d770446fc9bae99

# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
linux_version: 6.1.74
linux_sha256: b7fbd1d79faed2ce3570ef79dc1223e4e19c868b86326b14a435db56ebbb2022
linux_sha512: 470a821e04c3d1c64b22ebd132df869758c9999633d67c89cceee8aa494b0b46d4ba57d260e20367a06f49807bc37f191450134117e7ca924ba4d2a471b8cf4b
linux_version: 6.6.13
linux_sha256: 88b89e7dd41ead4e3ab1e411c8bb8d592575acf815cf1df3c0dc57e2e882c0bc
linux_sha512: c1598bb1116528525004a677e571117d2b5156cf8f60c84f73e11d9010032b1fd5aaf8e5d286679019db55abb699c2f55de2dbb332c0a96f6337eebd56220863

# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
kmod_version: 31
Expand Down

0 comments on commit efbbd23

Please sign in to comment.