From 9eb73d543ac3780661c57b00e4cbd78d5da5776a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 12 Oct 2022 13:14:17 +0200 Subject: [PATCH] versions: Update TDX kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previously used repo has been removed by Intel. As this happened, the TDX team worked on providing the patches that were hosted atop of the v5.15 kernel as a tarball present in the https://github.com/intel/tdx-tools repos, see https://github.com/intel/tdx-tools/pull/161. On the Kata Containers side, in order to simplify the process and to avoid adding ~1400 kernel patches to our repo, we've revived the https://github.com/kata-containers/linux repo, and created a branch and a tag with those ~1400 patches atop of the v5.15. The branch is called v5.15-plus-TDX, and the tag is called 5.15-plus-TDX (in order to avoid having to change how the kernel builder script deals with versioning). Knowing the whole background, let's switch the repo we're getting the TDX kernel from. Fixes: #5326 Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/kernel/patches/5.15-plus-TDX.x/no_patches.txt | 0 versions.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tools/packaging/kernel/patches/5.15-plus-TDX.x/no_patches.txt diff --git a/tools/packaging/kernel/patches/5.15-plus-TDX.x/no_patches.txt b/tools/packaging/kernel/patches/5.15-plus-TDX.x/no_patches.txt new file mode 100644 index 000000000..e69de29bb diff --git a/versions.yaml b/versions.yaml index 61994a52a..611bca508 100644 --- a/versions.yaml +++ b/versions.yaml @@ -161,8 +161,8 @@ assets: version: "v5.19.2" tdx: description: "Linux kernel that supports TDX" - url: "https://github.com/intel/linux-kernel-dcp/archive/refs/tags" - tag: "SPR-BKC-PC-v9.6" + url: "https://github.com/kata-containers/linux/archive/refs/tags" + tag: "5.15-plus-TDX" sev: description: "Linux kernel that supports SEV" url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"