Skip to content

Commit 4469bd7

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> (cherry picked from commit dc737a6)
1 parent 51108e5 commit 4469bd7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Pkgfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ vars:
9292
kspp_sha512: 6ca9521dc15a5897b490a6e2a3e262f09922f0cbf03e1abba4819f9bdee36e2f08fb5acd7c6cb49d50fcd323cdf571222da42f934fa7d8f55c4fa69be5b2b545
9393

9494
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
95-
linux_version: 6.18.5
96-
linux_sha256: 189d1f409cef8d0d234210e04595172df392f8cb297e14b447ed95720e2fd940
97-
linux_sha512: 735c41f23846613cb52a4bc31820ee66251852d6a55c3a7aa29bd9a8e78634ea3042bff7090ef00652b35fa20523cb844c08f60486e6a0ee2cdef0e6b607e5fa
95+
linux_version: 6.18.8
96+
linux_sha256: 37f0c5d5c242c1d604e87d48f08795e861a5a85f725b4ca11d0a538f12ff8cff
97+
linux_sha512: 368b7d7c4513932baa7acfddea515025ce5f2e2c89bff25c4dc3a8ec9ecdd8e2a153439d8912989dab9d233e5b616995ba11b153a9dea1277bc0c579081719ad
9898

9999
# renovate: datasource=git-tags extractVersion=^libaio-(?<version>.*)$ depName=https://pagure.io/libaio.git
100100
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.5 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.5 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)