Skip to content

Commit f677246

Browse files
committed
chore: update kernel
Update kernel to 6.18.42 Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com> (cherry picked from commit b256af1)
1 parent 6c5daf2 commit f677246

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

Pkgfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ vars:
9898
kspp_sha512: 82dae1debbe94a3f82766a8cdbfe59ff8698d433175803458499b76c50b47b89e9280b677a9f16b2a44711badd6f4001aba951a41722a74dd51c03a18b8b9219
9999

100100
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
101-
linux_version: 6.18.41
102-
linux_sha256: 17fc72f0f8d4a8a8633a5d20085f5d9c5a5ec51ee896a0b7ae1ec25da31273ea
103-
linux_sha512: ebce6ad4aabf5c85770013cdcf423ae1c4291a44a73370748809c13f92f3cd8244defa5474a9906ad5177593361829ee9b3333398bd08c49806f14f83d4b3801
101+
linux_version: 6.18.42
102+
linux_sha256: 35a8ef5e8fb44467e56a42b40c23c4c10a61d1e95ff8d738f285230e8bed63e7
103+
linux_sha512: 2d4394be86ab046ed5e3366c77dc9bfca24dba0c042fd00ceabab2bb050652343313d03a3076020851dac4fde1f1e995a92f2b2d5910670b33be494caa8550e8
104104

105105
# renovate: datasource=git-tags extractVersion=^libaio-(?<version>.*)$ depName=https://pagure.io/libaio.git
106106
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.41 Kernel Configuration
3+
# Linux/x86 6.18.42 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="clang version 22.1.2"
66
CONFIG_GCC_VERSION=0
@@ -4971,6 +4971,7 @@ CONFIG_AGP_INTEL=y
49714971
# CONFIG_AGP_VIA is not set
49724972
CONFIG_INTEL_GTT=y
49734973
# CONFIG_VGA_SWITCHEROO is not set
4974+
CONFIG_GPU_BUDDY=y
49744975
CONFIG_DRM=y
49754976

49764977
#

kernel/build/config-arm64

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/arm64 6.18.41 Kernel Configuration
3+
# Linux/arm64 6.18.42 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="clang version 22.1.2"
66
CONFIG_GCC_VERSION=0
@@ -5553,6 +5553,7 @@ CONFIG_APERTURE_HELPERS=y
55535553
CONFIG_SCREEN_INFO=y
55545554
CONFIG_VIDEO=y
55555555
# CONFIG_AUXDISPLAY is not set
5556+
CONFIG_GPU_BUDDY=y
55565557
CONFIG_TEGRA_HOST1X_CONTEXT_BUS=y
55575558
CONFIG_TEGRA_HOST1X=m
55585559
CONFIG_TEGRA_HOST1X_FIREWALL=y

0 commit comments

Comments
 (0)