From patchwork Wed May 9 19:32:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thadeu Lima de Souza Cascardo X-Patchwork-Id: 911141 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) 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]) by ozlabs.org (Postfix) with ESMTP id 40h61y4TyBz9s2k; Thu, 10 May 2018 05:32:22 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1fGUov-0002PW-8A; Wed, 09 May 2018 19:32:13 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1fGUou-0002PJ-DI for kernel-team@lists.ubuntu.com; Wed, 09 May 2018 19:32:12 +0000 Received: from 1.general.cascardo.us.vpn ([10.172.70.58] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1fGUot-00034o-OD for kernel-team@lists.ubuntu.com; Wed, 09 May 2018 19:32:12 +0000 From: Thadeu Lima de Souza Cascardo To: kernel-team@lists.ubuntu.com Subject: [SRU xenial/kvm] UBUNTU: Config: updateconfigs after stable update Date: Wed, 9 May 2018 16:32:07 -0300 Message-Id: <20180509193207.2363-1-cascardo@canonical.com> X-Mailer: git-send-email 2.17.0 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" A stable patch makes CONFIG_NET_IP_TUNNEL depend on DST_CACHE. Ignore: yes Signed-off-by: Thadeu Lima de Souza Cascardo --- debian.kvm/config/config.common.ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu index 43739c72bad8..b1dca3c2a3e5 100644 --- a/debian.kvm/config/config.common.ubuntu +++ b/debian.kvm/config/config.common.ubuntu @@ -578,6 +578,7 @@ CONFIG_DNS_RESOLVER=m # CONFIG_DOUBLEFAULT is not set CONFIG_DQL=y # CONFIG_DRM is not set +CONFIG_DST_CACHE=y # CONFIG_DUMMY is not set # CONFIG_DUMMY_IRQ is not set # CONFIG_DYNAMIC_DEBUG is not set