Skip to content

Commit dc737a6

Browse files
committed
chore: update kernel
Update the following dependencies * linux 6.18.6 -> 6.18.8 Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
1 parent 9b118b3 commit dc737a6

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Pkgfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ vars:
9797
kspp_sha512: 47b2f7408622ba0e78f1c123aad1776ca4b15f97406dde5928e6e1ece555c3fc335df9854e7d36a0a7a6d0953c78150ddcf3e57e72306861dc6676515d2b18f5
9898

9999
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
100-
linux_version: 6.18.6
101-
linux_sha256: 472497197b2f68d4dbf1bc32cc6dc669ca220ff4c0eb0dc39a9cff9a88f9a31b
102-
linux_sha512: fea9b711ee7754f43d9227aa9de954d8d73d13f6851fef996a44be7b125d0cc0912b01ee170fcac5e28e936868000557f2cf50c82a2721a887f4b602a7acb096
100+
linux_version: 6.18.8
101+
linux_sha256: 37f0c5d5c242c1d604e87d48f08795e861a5a85f725b4ca11d0a538f12ff8cff
102+
linux_sha512: 368b7d7c4513932baa7acfddea515025ce5f2e2c89bff25c4dc3a8ec9ecdd8e2a153439d8912989dab9d233e5b616995ba11b153a9dea1277bc0c579081719ad
103103

104104
# renovate: datasource=git-tags extractVersion=^libaio-(?<version>.*)$ depName=https://pagure.io/libaio.git
105105
libaio_version: 0.3.113

kernel/build/config-amd64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.18.6 Kernel Configuration
3+
# Linux/x86 6.18.8 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.2.0"
66
CONFIG_CC_IS_GCC=y
@@ -1210,6 +1210,7 @@ CONFIG_THP_SWAP=y
12101210
CONFIG_PAGE_MAPCOUNT=y
12111211
CONFIG_PGTABLE_HAS_HUGE_LEAVES=y
12121212
CONFIG_HAVE_GIGANTIC_FOLIOS=y
1213+
CONFIG_ASYNC_KERNEL_PGTABLE_FREE=y
12131214
CONFIG_ARCH_SUPPORTS_HUGE_PFNMAP=y
12141215
CONFIG_ARCH_SUPPORTS_PMD_PFNMAP=y
12151216
CONFIG_ARCH_SUPPORTS_PUD_PFNMAP=y

kernel/build/config-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.18.6 Kernel Configuration
3+
# Linux/arm64 6.18.8 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.2.0"
66
CONFIG_CC_IS_GCC=y

0 commit comments

Comments
 (0)