From patchwork Wed Nov 25 08:25:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khalid Elmously X-Patchwork-Id: 1405947 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Cgv9551dfz9sVH; Wed, 25 Nov 2020 19:25:45 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1khq7Q-0005MG-67; Wed, 25 Nov 2020 08:25:40 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1khq7O-0005L4-Ce for kernel-team@lists.ubuntu.com; Wed, 25 Nov 2020 08:25:38 +0000 Received: from mail-il1-f197.google.com ([209.85.166.197]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1khq7O-0006lB-0i for kernel-team@lists.ubuntu.com; Wed, 25 Nov 2020 08:25:38 +0000 Received: by mail-il1-f197.google.com with SMTP id l8so1146845ilf.10 for ; Wed, 25 Nov 2020 00:25:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=1tkTNFbPRnATUBYI9PSnxj1uaY70LJaT92miKYWj6tw=; b=dL+DivWwZYn6DTEGfrBtjJDPFD+8YtiYjNsehQL/wGyH/OQ5Dkq2wM0cSEhLCaYGy6 aZbMtcRRYmbXPynxVx/DxKW+iedAuOpWEmE6IwjmftHjGFQIgKlPDP6/1VxQgrQdPo6z N3q9sBQa5sfO7+oRKZy+5cYiNOYigfrLArnT5OC+T941IjgkuILW9J4wJO5a8t42NRmk qS2gxNoCIkFVG7UGA+wQnQ0gwlAnRPSwDXrXPJELixdHZo341TEvfqFf6/4y1pucl3HI LiKdX3bNvIFiuenzy63CSsACxxd1ErZSewbd87gDn7KJq1oKzZP9XZ15Rp1euifzC1od goRw== X-Gm-Message-State: AOAM531ZydEKrli3pjznbUDNnCeXr21M977SokAMElrDLpX3cCzOu63F O0WdjGTiUFLrTUGmOQQ0/DtufZf8FRttQC+JMfzlgqAZLVo9t1cR6UHq352xvW6GVh+5tULDXQe bUGi02KpBDPu2/HbhXTOjIu3lEAKYmkAxjyYQ1r6BCQ== X-Received: by 2002:a05:6602:8d:: with SMTP id h13mr1765421iob.163.1606292736867; Wed, 25 Nov 2020 00:25:36 -0800 (PST) X-Google-Smtp-Source: ABdhPJzHD7pHIeHnvF0VpkSjVk9AJ6mDBdrxxeI4nSkMwtQAPYocQ2MaLRVpl7/thxjp1RF9KCbj1w== X-Received: by 2002:a05:6602:8d:: with SMTP id h13mr1765416iob.163.1606292736671; Wed, 25 Nov 2020 00:25:36 -0800 (PST) Received: from kbuntu2.fuzzbuzz.org (dhcp-24-53-242-104.cable.user.start.ca. [24.53.242.104]) by smtp.gmail.com with ESMTPSA id u12sm855082ilg.10.2020.11.25.00.25.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 00:25:36 -0800 (PST) From: Khalid Elmously To: kernel-team@lists.ubuntu.com Subject: [SRU][F/kvm][PATCH 1/1] Set CONFIG_NET_IPIP and CONIG_IPV6_SIT =m Date: Wed, 25 Nov 2020 03:25:15 -0500 Message-Id: <20201125082517.20148-3-khalid.elmously@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201125082517.20148-1-khalid.elmously@canonical.com> References: <20201125082517.20148-1-khalid.elmously@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" 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 --- 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 9bf9be9eb4bd..ecad0df5219f 100644 --- a/debian.kvm/config/config.common.ubuntu +++ b/debian.kvm/config/config.common.ubuntu @@ -1140,7 +1140,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_TUNNEL=m # CONFIG_INFINIBAND is not set @@ -1231,7 +1231,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 @@ -1661,9 +1661,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=y