From 74c8d243ea53c206d8238b51ad688e83080fe04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 13 Feb 2024 16:15:52 +0100 Subject: [PATCH] versions: Remove TEE specific kernels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We've switched to using the confidential one, instead. Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/versions.yaml b/versions.yaml index 16b4cd68cd..f88b24fedc 100644 --- a/versions.yaml +++ b/versions.yaml @@ -174,14 +174,6 @@ assets: description: "Linux kernel with x86_64 TEEs (SEV, SNP, and TDX) support" url: "https://cdn.kernel.org/pub/linux/kernel/v6.x/" version: "v6.7" - sev: - description: "Linux kernel that supports SEV and SNP" - url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/" - version: "v5.19.2" - snp: - description: "Linux kernel that supports AMD SEV-SNP for VMs" - url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/" - version: "v5.19.2" kernel-arm-experimental: description: "Linux kernel with cpu/mem hotplug support on arm64" @@ -193,12 +185,6 @@ assets: url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/" version: "v5.10.25" - kernel-tdx-experimental: - # yamllint disable-line rule:line-length - description: "Linux kernel with TDX support -- based on https://github.com/intel/tdx-tools/releases/tag/2023ww15" - url: "https://github.com/kata-containers/linux/archive/refs/tags" - version: "6.2-TDX-v1.8" - externals: description: "Third-party projects used by the system"