mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-29 20:14:25 +01:00
kernel: add whitelist for config options we expect to fail
Experimental kernel is much newer, and many configuration options have dropped since 4.19. Let's use a whitelist to itemize what we expect to be dropped in the final config if experimental kernel us utilized. Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
11
kernel/configs/fragments/whitelist.conf
Normal file
11
kernel/configs/fragments/whitelist.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# configuration options which may dropped in newer kernels
|
||||
# without generating an error in fragment merging
|
||||
CONFIG_INET6_XFRM_MODE_BEET
|
||||
CONFIG_INET6_XFRM_MODE_TRANSPORT
|
||||
CONFIG_INET6_XFRM_MODE_TUNNEL
|
||||
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
|
||||
Reference in New Issue
Block a user