mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-30 19:54:28 +01:00
This removes two options that are not needed (any longer). These are not set for any kernel so they do not need to be ignored either. Fixes #5035 Signed-off-by: Joana Pecholt <joana.pecholt@aisec.fraunhofer.de>
17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
# configuration options which may dropped in newer kernels
|
|
# without generating an error in fragment merging
|
|
CONFIG_NF_NAT_IPV4
|
|
CONFIG_NF_NAT_NEEDED
|
|
CONFIG_NF_NAT_PROTO_DCCP
|
|
CONFIG_NF_NAT_PROTO_GRE
|
|
CONFIG_NF_NAT_PROTO_SCTP
|
|
CONFIG_NF_NAT_PROTO_UDPLITE
|
|
CONFIG_REFCOUNT_FULL
|
|
CONFIG_MEMCG_SWAP_ENABLED
|
|
CONFIG_HAVE_NET_DSA
|
|
CONFIG_NF_LOG_COMMON
|
|
CONFIG_MANDATORY_FILE_LOCKING
|
|
CONFIG_ARM64_UAO
|
|
CONFIG_VFIO_MDEV_DEVICE
|
|
CONFIG_SPECULATION_MITIGATIONS
|