[SRU][B/kvm][PATCH 1/1] Set CONFIG_NET_IPIP and CONIG_IPV6_SIT =m
Khalid Elmously
khalid.elmously at canonical.com
Wed Nov 25 08:25:14 UTC 2020
BugLink: https://bugs.launchpad.net/bugs/1899832
There's no good reason for these modules to be statically built-in, and they are causing test validation problems on some clouds.
Signed-off-by: Khalid Elmously <khalid.elmously at canonical.com>
---
debian.kvm/config/config.common.ubuntu | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index 6648bd51a4f19..fb0f7dc2e5437 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1054,7 +1054,7 @@ CONFIG_INET_ESP_OFFLOAD=m
CONFIG_INET_IPCOMP=m
# CONFIG_INET_RAW_DIAG is not set
CONFIG_INET_TCP_DIAG=y
-CONFIG_INET_TUNNEL=y
+CONFIG_INET_TUNNEL=m
# CONFIG_INET_UDP_DIAG is not set
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
@@ -1154,7 +1154,7 @@ CONFIG_IPV6_NDISC_NODETYPE=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_SEG6_HMAC is not set
# CONFIG_IPV6_SEG6_LWTUNNEL is not set
-CONFIG_IPV6_SIT=y
+CONFIG_IPV6_SIT=m
# CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_SUBTREES=y
# CONFIG_IPV6_TUNNEL is not set
@@ -1580,9 +1580,9 @@ CONFIG_NET_FLOW_LIMIT=y
# CONFIG_NET_IFE is not set
CONFIG_NET_INGRESS=y
# CONFIG_NET_IPGRE_DEMUX is not set
-CONFIG_NET_IPIP=y
+CONFIG_NET_IPIP=m
# CONFIG_NET_IPVTI is not set
-CONFIG_NET_IP_TUNNEL=y
+CONFIG_NET_IP_TUNNEL=m
CONFIG_NET_KEY=m
# CONFIG_NET_KEY_MIGRATE is not set
# CONFIG_NET_L3_MASTER_DEV is not set
--
2.17.1
More information about the kernel-team
mailing list