From patchwork Thu Dec 10 17:41:46 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 40842 X-Patchwork-Delegate: apw@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 6A0EDB7CE0 for ; Fri, 11 Dec 2009 04:42:08 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1NIn1f-0001sr-Tj; Thu, 10 Dec 2009 17:42:03 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1NIn1T-0001qV-OU for kernel-team@lists.ubuntu.com; Thu, 10 Dec 2009 17:41:51 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1NIn1T-0001Gu-Lh for ; Thu, 10 Dec 2009 17:41:51 +0000 Received: from 79-66-207-78.dynamic.dsl.as9105.com ([79.66.207.78] helo=localhost.localdomain) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NIn1T-0003xm-G2 for kernel-team@lists.ubuntu.com; Thu, 10 Dec 2009 17:41:51 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/5] UBUNTU: [Config] Enable CONFIG_SYN_COOKIES for versatile Date: Thu, 10 Dec 2009 17:41:46 +0000 Message-Id: <1260466909-28038-3-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1260466909-28038-1-git-send-email-apw@canonical.com> References: <1260466909-28038-1-git-send-email-apw@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Andy Whitcroft --- debian.master/config/amd64/config.common.amd64 | 1 - debian.master/config/armel/config.common.armel | 1 - debian.master/config/config.common.ubuntu | 1 + debian.master/config/i386/config.common.i386 | 1 - debian.master/config/lpia/config.common.lpia | 1 - 5 files changed, 1 insertions(+), 4 deletions(-) diff --git a/debian.master/config/amd64/config.common.amd64 b/debian.master/config/amd64/config.common.amd64 index 66800ab..70e981e 100644 --- a/debian.master/config/amd64/config.common.amd64 +++ b/debian.master/config/amd64/config.common.amd64 @@ -232,7 +232,6 @@ CONFIG_SOUND_PRIME=m CONFIG_SPARSEMEM_MANUAL=y CONFIG_SPI=y # CONFIG_STANDALONE is not set -CONFIG_SYN_COOKIES=y CONFIG_SYS_HYPERVISOR=y CONFIG_TCG_TPM=m CONFIG_TCP_CONG_ADVANCED=y diff --git a/debian.master/config/armel/config.common.armel b/debian.master/config/armel/config.common.armel index 07ed8bc..75c0d1d 100644 --- a/debian.master/config/armel/config.common.armel +++ b/debian.master/config/armel/config.common.armel @@ -210,7 +210,6 @@ CONFIG_SOUND=y # CONFIG_SPARSEMEM_MANUAL is not set # CONFIG_SPI is not set CONFIG_STANDALONE=y -# CONFIG_SYN_COOKIES is not set # CONFIG_SYS_HYPERVISOR is not set # CONFIG_TCG_TPM is not set # CONFIG_TCP_CONG_ADVANCED is not set diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index a5ada9b..45a0f21 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3659,6 +3659,7 @@ CONFIG_SYNCLINK=m CONFIG_SYNCLINKMP=m CONFIG_SYNCLINK_CS=m CONFIG_SYNCLINK_GT=m +CONFIG_SYN_COOKIES=y CONFIG_SYSCTL=y CONFIG_SYSCTL_SYSCALL=y CONFIG_SYSCTL_SYSCALL_CHECK=y diff --git a/debian.master/config/i386/config.common.i386 b/debian.master/config/i386/config.common.i386 index ffe37c9..6a5562d 100644 --- a/debian.master/config/i386/config.common.i386 +++ b/debian.master/config/i386/config.common.i386 @@ -230,7 +230,6 @@ CONFIG_SOUND_PRIME=m # CONFIG_SPARSEMEM_MANUAL is not set CONFIG_SPI=y # CONFIG_STANDALONE is not set -CONFIG_SYN_COOKIES=y # CONFIG_SYS_HYPERVISOR is not set CONFIG_TCG_TPM=m CONFIG_TCP_CONG_ADVANCED=y diff --git a/debian.master/config/lpia/config.common.lpia b/debian.master/config/lpia/config.common.lpia index ebf3ae2..b73a18a 100644 --- a/debian.master/config/lpia/config.common.lpia +++ b/debian.master/config/lpia/config.common.lpia @@ -239,7 +239,6 @@ CONFIG_SOUND_PRIME=m # CONFIG_SPARSEMEM_MANUAL is not set CONFIG_SPI=y # CONFIG_STANDALONE is not set -CONFIG_SYN_COOKIES=y # CONFIG_SYS_HYPERVISOR is not set CONFIG_TCG_TPM=m CONFIG_TCP_CONG_ADVANCED=y