From patchwork Tue Jun 7 13:14:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 99161 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 28285B6FB8 for ; Tue, 7 Jun 2011 23:14:39 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QTw73-0007KT-Bi; Tue, 07 Jun 2011 13:14:29 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QTw71-0007KJ-V2 for kernel-team@lists.ubuntu.com; Tue, 07 Jun 2011 13:14:27 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QTw71-0001nO-Re for ; Tue, 07 Jun 2011 13:14:27 +0000 Received: from dynamic-adsl-94-36-94-12.clienti.tiscali.it ([94.36.94.12] helo=[192.168.0.32]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1QTw71-0000Ax-O2 for kernel-team@lists.ubuntu.com; Tue, 07 Jun 2011 13:14:27 +0000 Message-ID: <4DEE2431.3010000@canonical.com> Date: Tue, 07 Jun 2011 15:14:25 +0200 From: Paolo Pisati User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110602 Thunderbird/5.0b1 MIME-Version: 1.0 To: kernel-team@lists.ubuntu.com Subject: [natty/ti-omap4][PATCH] UBUNTU: [Config] Turn on CONFIG_USER_NS and DEVPTS_MULTIPLE_INSTANCES. X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com From 2b0aede66d0de1d5d3cb84621cd5e519dcd6cd74 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Tue, 7 Jun 2011 14:58:40 +0200 Subject: [PATCH] UBUNTU: [Config] Turn on CONFIG_USER_NS and DEVPTS_MULTIPLE_INSTANCES. These options are already on in omap3, moreover without these we can't get lxc to work. BugLink: http://bugs.launchpad.net/bugs/787749 Signed-off-by: Paolo Pisati --- debian.ti-omap4/config/config.common.ubuntu | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu index 3e3725f..c4a95db 100644 --- a/debian.ti-omap4/config/config.common.ubuntu +++ b/debian.ti-omap4/config/config.common.ubuntu @@ -637,7 +637,7 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # CONFIG_DEPRECATED_PARAM_STRUCT is not set CONFIG_DETECT_HUNG_TASK=y # CONFIG_DEVKMEM is not set -# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_DEV_APPLETALK=m @@ -3255,7 +3255,7 @@ CONFIG_USB_ZD1201=m CONFIG_USB_ZERO=m # CONFIG_USB_ZERO_HNPTEST is not set CONFIG_USB_ZR364XX=m -# CONFIG_USER_NS is not set +CONFIG_USER_NS=y CONFIG_USE_GENERIC_SMP_HELPERS=y # CONFIG_USE_OF is not set CONFIG_UTS_NS=y -- 1.7.5.3