From patchwork Thu Oct 15 02:18:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khalid Elmously X-Patchwork-Id: 1382420 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 4CBXyf2BCGz9sVH; Thu, 15 Oct 2020 13:18:49 +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 1kSsqo-00089P-Kh; Thu, 15 Oct 2020 02:18:42 +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 1kSsqn-000891-4d for kernel-team@lists.ubuntu.com; Thu, 15 Oct 2020 02:18:41 +0000 Received: from mail-il1-f200.google.com ([209.85.166.200]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kSsqm-00008m-PH for kernel-team@lists.ubuntu.com; Thu, 15 Oct 2020 02:18:40 +0000 Received: by mail-il1-f200.google.com with SMTP id d5so1071076ils.1 for ; Wed, 14 Oct 2020 19:18:40 -0700 (PDT) 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=Kr10Mk1943bcQ5NOckeA8iNmEt4WqzIamwTVUAgdGZo=; b=lo0paxZ1gvDIw6EcFFVlHNVT/6xdA1RKzDjNm+kRx7VAkEYWI9ymhb3XUro8A0a9Ds YlUQxLCzmVP4ZlFYshQzIjCNU0OUlO1YK05tXVe2or8dQpyn9WEdvQ+l+wwzFhdCaiTi 42xY/GjQkvkTO6j5Sfmij36bTTulv1xDxfrBtg52Mevh31kniQTvu8+7sjwd1liLK4uU qQhzq7krA9zhGRW8/QrpqV9mtD9BIJ11dt7s54lF8di4OlbGhM9sI5Z6DtKYbf7RGCq9 8f7w6Aw77o/sR+e21I2mvHy/pmXrf2GAqSk9wzJmaGnvNJZeykFJPc8v7eDbuDRsZ5J1 muaA== X-Gm-Message-State: AOAM531LtRateQmc0cx4LPA5tGEO+Rs8NxOcqmWRPsnraqnVnk7AvjzP XqiPbaVEqlwFomSpaYnIpptlL7o9sX5vLV3KYpJR8hsmFcQuylyhI7g463lFnpqe5CMUtoiNb7r lpoG1sZ1zkRZ6N7F7gPP/1VF8D1dwfGjCGe/3x4t+PQ== X-Received: by 2002:a92:1f44:: with SMTP id i65mr1529604ile.280.1602728319578; Wed, 14 Oct 2020 19:18:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw5Ey0dglHr+o/axxYGJ0OsJ+5SrH7qiWuakxZjJ5mC1WKxlrOV1U04x4NriPNvZMhyWD7xgw== X-Received: by 2002:a92:1f44:: with SMTP id i65mr1529595ile.280.1602728319292; Wed, 14 Oct 2020 19:18:39 -0700 (PDT) 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 o72sm1432749ilb.6.2020.10.14.19.18.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Oct 2020 19:18:38 -0700 (PDT) From: Khalid Elmously To: kernel-team@lists.ubuntu.com Subject: [SRU][X][PATCH 1/1] Set CONFIG_NET_IPIP and CONIG_IPV6_SIT =m Date: Wed, 14 Oct 2020 22:18:24 -0400 Message-Id: <20201015021824.15988-4-khalid.elmously@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201015021824.15988-1-khalid.elmously@canonical.com> References: <20201015021824.15988-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 db405d7ce72d6..f5d48d9f154b2 100644 --- a/debian.kvm/config/config.common.ubuntu +++ b/debian.kvm/config/config.common.ubuntu @@ -880,7 +880,7 @@ CONFIG_INET_AH=m CONFIG_INET_ESP=m CONFIG_INET_IPCOMP=m # CONFIG_INET_LRO is not set -CONFIG_INET_TUNNEL=y +CONFIG_INET_TUNNEL=m CONFIG_INET_XFRM_MODE_BEET=m CONFIG_INET_XFRM_MODE_TRANSPORT=m CONFIG_INET_XFRM_MODE_TUNNEL=m @@ -976,7 +976,7 @@ CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IPV6_NDISC_NODETYPE=y # CONFIG_IPV6_OPTIMISTIC_DAD is not set # CONFIG_IPV6_ROUTER_PREF 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 @@ -1415,9 +1415,9 @@ CONFIG_NET_FLOW_LIMIT=y # CONFIG_NET_FOU_IP_TUNNELS 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=m -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