mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:37:45 +00:00
versions: Bump to 6.4.14 stable kernel
This kernel update is needed in order to get the latest and greatest commits related to EROFS, which will be used for allowing sharing the container images between the guest and host for Confidential Containers using the tarfs mode of EROFS. We're removing a few options here, because: * SECURITY_SELINUX_CHECKREQPROT_VALUE was deprecated as part of a7e4676e8e2c. * CONFIG_IP_NF_TARGET_CLUSTERIP was removed as part of 9db5d918e2c0. * CONFIG_NET_SCH_CBQ was removed as part of 051d44209842. Fixes: #7845 Backports: #7846 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -7,6 +7,5 @@ CONFIG_SECURITY_NETWORK=y
|
||||
CONFIG_SECURITY_SELINUX=y
|
||||
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
|
||||
CONFIG_SECURITY_SELINUX_DEVELOP=y
|
||||
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
|
||||
CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9
|
||||
CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256
|
||||
|
@@ -190,7 +190,6 @@ CONFIG_IP_NF_TARGET_MASQUERADE=y
|
||||
CONFIG_IP_NF_TARGET_NETMAP=y
|
||||
CONFIG_IP_NF_TARGET_REDIRECT=y
|
||||
CONFIG_IP_NF_MANGLE=y
|
||||
CONFIG_IP_NF_TARGET_CLUSTERIP=y
|
||||
CONFIG_IP_NF_TARGET_ECN=y
|
||||
CONFIG_IP_NF_TARGET_TTL=y
|
||||
CONFIG_IP_NF_RAW=y
|
||||
|
@@ -42,7 +42,6 @@ CONFIG_BRIDGE=y
|
||||
CONFIG_BRIDGE_IGMP_SNOOPING=y
|
||||
CONFIG_LLC=y
|
||||
CONFIG_NET_SCHED=y
|
||||
CONFIG_NET_SCH_CBQ=y
|
||||
CONFIG_NET_SCH_MULTIQ=y
|
||||
CONFIG_NET_SCH_FQ_CODEL=y
|
||||
CONFIG_NET_SCH_FQ=y
|
||||
|
@@ -18,3 +18,6 @@ CONFIG_ARM64_UAO
|
||||
CONFIG_VFIO_MDEV_DEVICE
|
||||
CONFIG_SPECULATION_MITIGATIONS
|
||||
CONFIG_X86_SGX
|
||||
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE
|
||||
CONFIG_IP_NF_TARGET_CLUSTERIP
|
||||
CONFIG_NET_SCH_CBQ
|
||||
|
@@ -1 +1 @@
|
||||
112
|
||||
114
|
||||
|
0
tools/packaging/kernel/patches/6.4.x/no_patches.txt
Normal file
0
tools/packaging/kernel/patches/6.4.x/no_patches.txt
Normal file
@@ -168,7 +168,7 @@ assets:
|
||||
kernel:
|
||||
description: "Linux kernel optimised for virtual machines"
|
||||
url: "https://cdn.kernel.org/pub/linux/kernel/v6.x/"
|
||||
version: "v6.1.38"
|
||||
version: "v6.4.14"
|
||||
sev:
|
||||
description: "Linux kernel that supports SEV and SNP"
|
||||
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
|
||||
|
Reference in New Issue
Block a user