From d457b87b18d3a6bff6fb9b22c25658e6f2eb30b2 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Mon, 31 Jan 2022 15:26:02 +0530 Subject: [PATCH] chore: bump kernel to 5.15.18 Bump kernel to 5.15.18 stable Signed-off-by: Noel Georgi --- kernel/build/config-amd64 | 2 +- kernel/build/config-arm64 | 2 +- kernel/prepare/pkg.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/build/config-amd64 b/kernel/build/config-amd64 index be119020..a51fa219 100644 --- a/kernel/build/config-amd64 +++ b/kernel/build/config-amd64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.17 Kernel Configuration +# Linux/x86 5.15.18 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/kernel/build/config-arm64 b/kernel/build/config-arm64 index 2e4bf0e0..de7fb713 100644 --- a/kernel/build/config-arm64 +++ b/kernel/build/config-arm64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.15.17 Kernel Configuration +# Linux/arm64 5.15.18 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/kernel/prepare/pkg.yaml b/kernel/prepare/pkg.yaml index 2f91c48c..a4d1f17e 100644 --- a/kernel/prepare/pkg.yaml +++ b/kernel/prepare/pkg.yaml @@ -5,10 +5,10 @@ dependencies: - image: '{{ .TOOLS_IMAGE }}' steps: - sources: - - url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.17.tar.xz + - url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.18.tar.xz destination: linux.tar.xz - sha256: 2787f5c0cc59984902fd97916dc604f39718c73817497c25f963141bfb70abde - sha512: ddd797a2931c80e2a2fe660e31a5b3ebc6bc5a4a8dc0220f175545016e9d9f3bf21be3b55c99a511b7391b5d91650ac5119483230fafcdac448a55b4b4d5f043 + sha256: 21dd70e84d776a3403836d435bc523059a43f5bce72c75728981126dd9786c5e + sha512: f3927c06ae1b603191fbb2153837c9b45cfbff291121df7e01af3c139116301af2d530ced01b1144b1ec3c317f156d996d98da84bb53069fd736e2c33ebd7678 env: ARCH: {{ if eq .ARCH "aarch64"}}arm64{{ else if eq .ARCH "x86_64" }}x86_64{{ else }}unsupported{{ end }} prepare: