From 95f4418db567226338ba8ab629ace0de39811cc8 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Wed, 20 Apr 2022 13:54:03 +0530 Subject: [PATCH] chore: bump kernel to 5.15.35 Bump kernel to 5.15.35 LTS 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 6261d018..3aff8d37 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.34 Kernel Configuration +# Linux/x86 5.15.35 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 afe983a1..32f4c3f7 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.34 Kernel Configuration +# Linux/arm64 5.15.35 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 907cf3e1..5b19808d 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.34.tar.xz + - url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.35.tar.xz destination: linux.tar.xz - sha256: a7514685392f0f89b337fa252a10a004c6a97d23e8d1126059c8e373398fdb69 - sha512: 4417a37ae1c31fadfa1dc311271796f2e4cf7065deafa9e5b2153e5a396c6137196431fa3af33534827c1650b8497649c501268754275d6173c39f2071d47b96 + sha256: 0a1a5ae2f30eb2b38215e59077f045aabd7f4e2857a881482f02ea48186105d8 + sha512: f75cc5615976ef58bf2e5a1ed12f433f2528c61151d59e0b95345782da1151eb94864e9a703973caad59b5bbe5a3667126e599107acdb3cd3b0f5576933ca3c1 env: ARCH: {{ if eq .ARCH "aarch64"}}arm64{{ else if eq .ARCH "x86_64" }}x86_64{{ else }}unsupported{{ end }} prepare: