mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
versions: Downgrade SEV(-SNP) kernel back to v5.19.x
CC-GPU seems to have issues with v6.1, so downgrade the kernels used for SEV-SNP to a known-working version. It is worth mentioning that TDX is also still on 5.19. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
950b89ffac
commit
c09e268a1b
@ -172,12 +172,12 @@ assets:
|
|||||||
version: "v6.1.38"
|
version: "v6.1.38"
|
||||||
sev:
|
sev:
|
||||||
description: "Linux kernel that supports SEV and SNP"
|
description: "Linux kernel that supports SEV and SNP"
|
||||||
url: "https://cdn.kernel.org/pub/linux/kernel/v6.x/"
|
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
|
||||||
version: "v6.1.38"
|
version: "v5.19.2"
|
||||||
snp:
|
snp:
|
||||||
description: "Linux kernel that supports AMD SEV-SNP for VMs"
|
description: "Linux kernel that supports AMD SEV-SNP for VMs"
|
||||||
url: "https://cdn.kernel.org/pub/linux/kernel/v6.x/"
|
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
|
||||||
version: "v6.1.38"
|
version: "v5.19.2"
|
||||||
|
|
||||||
kernel-experimental:
|
kernel-experimental:
|
||||||
description: "Linux kernel with virtio-fs support"
|
description: "Linux kernel with virtio-fs support"
|
||||||
|
Loading…
Reference in New Issue
Block a user