From 388ce1365e2508f38efbb925000659663d12987d Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Thu, 27 Jan 2022 18:08:45 +0530 Subject: [PATCH] chore: bump kernel to 5.15.17 Bump kernel to 5.15.17 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 e8a4c6450..be1190207 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.16 Kernel Configuration +# Linux/x86 5.15.17 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 315d9e157..647d69f87 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.16 Kernel Configuration +# Linux/arm64 5.15.17 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 95546ac63..2f91c48c5 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.16.tar.xz + - url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.17.tar.xz destination: linux.tar.xz - sha256: ba0a0a14e89f8212bf3effa3e3118da9939e445bab52a6544f9f98a272ff1794 - sha512: a2e3dbd92b2079a64af4d4a17db998381b5afe41ffb8b6b7fb43a69eb93b1c6d766b4b8ebba287d45f3de8392e4808cca5a7ccd5da5d42f7f58a57bf17ce5d10 + sha256: 2787f5c0cc59984902fd97916dc604f39718c73817497c25f963141bfb70abde + sha512: ddd797a2931c80e2a2fe660e31a5b3ebc6bc5a4a8dc0220f175545016e9d9f3bf21be3b55c99a511b7391b5d91650ac5119483230fafcdac448a55b4b4d5f043 env: ARCH: {{ if eq .ARCH "aarch64"}}arm64{{ else if eq .ARCH "x86_64" }}x86_64{{ else }}unsupported{{ end }} prepare: