mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-02 21:47:29 +00:00
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:
parent
7729d82e6e
commit
950b89ffac
@ -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
|
||||
|
@ -1 +1 @@
|
||||
110
|
||||
111
|
||||
|
0
tools/packaging/kernel/patches/6.1.x/no_patches.txt
Normal file
0
tools/packaging/kernel/patches/6.1.x/no_patches.txt
Normal 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"
|
||||
|
Loading…
Reference in New Issue
Block a user