Skip to content

Commit

Permalink
feat: go 1.22.2, Linux 6.6.24
Browse files Browse the repository at this point in the history
Update to the latest versions.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit 1b28e2c)
  • Loading branch information
smira committed Apr 3, 2024
1 parent d57b0ad commit 6101299
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 24 deletions.
8 changes: 4 additions & 4 deletions Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.7.0
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.7.0-1-g10b2a69

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

# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
linux_version: 6.6.23
linux_sha256: 200fd119cb9ef06bcedcdb52be00ba443163eab154295c5831fed9a12211a8b9
linux_sha512: 63ecf84a6598378a8a49e0711128d4f6ec24dc641a0faa5ffdb8c16f6dfa31e6a208d4259e15fda991ff82ac2ce9db68358cfac1a80ebec4161fe2fc719eda85
linux_version: 6.6.24
linux_sha256: 3e9ef879dae8319338eb0dc2d2c2025c13257fdeddf6245c000cb5a85a8af6f5
linux_sha512: 3e77e73ce9b2d108f35aaaef43b4d38c5758382eebe80d33baa75e7337e62d369cad5e37f8fec0faee31efe6b8cbbdd353883d44343f426dcef0056dffb55283

# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
kmod_version: 32
Expand Down
4 changes: 2 additions & 2 deletions kernel/build/config-amd64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.6.23 Kernel Configuration
# Linux/x86 6.6.24 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -179,7 +179,7 @@ CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_CC_HAS_INT128=y
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
CONFIG_GCC10_NO_ARRAY_BOUNDS=y
CONFIG_CC_NO_ARRAY_BOUNDS=y
CONFIG_ARCH_SUPPORTS_INT128=y
# CONFIG_NUMA_BALANCING is not set
Expand Down
4 changes: 2 additions & 2 deletions kernel/build/config-arm64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.6.23 Kernel Configuration
# Linux/arm64 6.6.24 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -161,7 +161,7 @@ CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_CC_HAS_INT128=y
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
CONFIG_GCC10_NO_ARRAY_BOUNDS=y
CONFIG_CC_NO_ARRAY_BOUNDS=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_NUMA_BALANCING=y
Expand Down
13 changes: 0 additions & 13 deletions kernel/build/patches/btf_ids.patch

This file was deleted.

3 changes: 0 additions & 3 deletions kernel/build/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ steps:
cd /src
cp -v /pkg/config-${CARCH} .config
cp -v /pkg/certs/* certs/
# https://bugzilla.kernel.org/show_bug.cgi?id=218647
patch -p1 < /pkg/patches/btf_ids.patch
build:
{{ if .BUILD_ARG_KERNEL_TARGET }}
- |
Expand Down

0 comments on commit 6101299

Please sign in to comment.