From ba98e20d12daa200343869444a568fec231ed239 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Mon, 28 Mar 2022 14:09:26 +0530 Subject: [PATCH] chore: bump kernel to 5.15.32 Bump kernel to 5.15.32 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 59d20ecb2..55ec80560 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.31 Kernel Configuration +# Linux/x86 5.15.32 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 d3a583e67..c7a9d560f 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.31 Kernel Configuration +# Linux/arm64 5.15.32 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 3a5bb5e1e..9a0bea16e 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.31.tar.xz + - url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.32.tar.xz destination: linux.tar.xz - sha256: f621384b47d5bed927910bf5211e7b4ccac925f28218e483bb1a9c484b246b88 - sha512: b0403d0f2ea1bea6b67530dc6340c669c8be7164f7614a24ecf44eed4f4a082251176d88385fec8d7b6461b574ac819ab7c429a61584eae07dbc4bb6f20da16e + sha256: 1463cdfa223088610dd65d3eadeffa44ec49746091b8ae8ddac6f3070d17df86 + sha512: 6d8955a6b71be155b153db0a43f75822f1f30f339445958828e1611648c8c6e0001cb118e9016a7119de80c28286b3e060da675aa73174a7a262fc8b537aacaf env: ARCH: {{ if eq .ARCH "aarch64"}}arm64{{ else if eq .ARCH "x86_64" }}x86_64{{ else }}unsupported{{ end }} prepare: