From patchwork Fri Jun 27 23:17:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tyler Hicks X-Patchwork-Id: 365207 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 50DC61400B5; Sat, 28 Jun 2014 09:19:00 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1X0fQ1-0007aM-L7; Fri, 27 Jun 2014 23:18:57 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1X0fPw-0007ZZ-KW for kernel-team@lists.ubuntu.com; Fri, 27 Jun 2014 23:18:52 +0000 Received: from 23-123-229-184.lightspeed.rcsntx.sbcglobal.net ([23.123.229.184] helo=boyd.l.tihix.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1X0fPw-0008Bt-83; Fri, 27 Jun 2014 23:18:52 +0000 From: Tyler Hicks To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/8] UBUNTU: [Config] CONFIG_COMPAT_BRK=n Date: Fri, 27 Jun 2014 18:17:55 -0500 Message-Id: <1403911081-32056-3-git-send-email-tyhicks@canonical.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1403911081-32056-1-git-send-email-tyhicks@canonical.com> References: <1403911081-32056-1-git-send-email-tyhicks@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 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-bounces@lists.ubuntu.com Signed-off-by: Tyler Hicks --- debian.flo/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.flo/config/config.common.ubuntu b/debian.flo/config/config.common.ubuntu index 836b816..995a4e9 100644 --- a/debian.flo/config/config.common.ubuntu +++ b/debian.flo/config/config.common.ubuntu @@ -377,7 +377,7 @@ CONFIG_CMDLINE="" # CONFIG_CNIC is not set # CONFIG_CODA_FS is not set # CONFIG_COMPACTION is not set -CONFIG_COMPAT_BRK=y +# CONFIG_COMPAT_BRK is not set # CONFIG_CONFIGFS_FS is not set # CONFIG_CONNECTOR is not set # CONFIG_CONSOLE_EARLYSUSPEND is not set