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

@ -1,5 +1,7 @@
# configuration options which may dropped in newer kernels
# without generating an error in fragment merging
CONFIG_ARCH_RANDOM
CONFIG_ARM64_CRYPTO
CONFIG_NF_NAT_IPV4
CONFIG_NF_NAT_NEEDED
CONFIG_NF_NAT_PROTO_DCCP
@ -7,6 +9,7 @@ CONFIG_NF_NAT_PROTO_GRE
CONFIG_NF_NAT_PROTO_SCTP
CONFIG_NF_NAT_PROTO_UDPLITE
CONFIG_REFCOUNT_FULL
CONFIG_MEMCG_SWAP
CONFIG_MEMCG_SWAP_ENABLED
CONFIG_HAVE_NET_DSA
CONFIG_NF_LOG_COMMON

View File

@ -1 +1 @@
110
111

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"