versions: Update kernel to version v6.1.38

Kernel v6.1.38 is the current latest LTS version, switch to it.  No
patches should be necessary. Some CONFIG options have been removed:

- CONFIG_MEMCG_SWAP is covered by CONFIG_SWAP and CONFIG_MEMCG
- CONFIG_ARCH_RANDOM is unconditionally compiled in
- CONFIG_ARM64_CRYPTO is covered by CONFIG_CRYPTO and ARCH=arm64

Fixes: #6086
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski
2023-07-18 10:04:21 +02:00
parent 7729d82e6e
commit 950b89ffac
4 changed files with 10 additions and 7 deletions

View File

@@ -168,16 +168,16 @@ assets:
kernel:
description: "Linux kernel optimised for virtual machines"
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
version: "v5.19.2"
url: "https://cdn.kernel.org/pub/linux/kernel/v6.x/"
version: "v6.1.38"
sev:
description: "Linux kernel that supports SEV and SNP"
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
version: "v5.19.2"
url: "https://cdn.kernel.org/pub/linux/kernel/v6.x/"
version: "v6.1.38"
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"
url: "https://cdn.kernel.org/pub/linux/kernel/v6.x/"
version: "v6.1.38"
kernel-experimental:
description: "Linux kernel with virtio-fs support"