From dc6a4588a28763eb5fb375e428d95b60fa45b142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 11 Sep 2023 10:31:31 +0200 Subject: [PATCH] versions: Bump kernel to the latest LTS release (6.1.52) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We're bumping here in order to make our lives easier backporting EROFS patches needed for the CC related work. Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index d6ec840237..d37e206fc9 100644 --- a/versions.yaml +++ b/versions.yaml @@ -169,7 +169,7 @@ assets: kernel: description: "Linux kernel optimised for virtual machines" url: "https://cdn.kernel.org/pub/linux/kernel/v6.x/" - version: "v6.1.38" + version: "v6.1.52" sev: description: "Linux kernel that supports SEV and SNP" url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"