diff mbox

[natty/ti-omap4] UBUNTU: [Config] Turn on CONFIG_USER_NS and DEVPTS_MULTIPLE_INSTANCES.

Message ID 4DEE2431.3010000@canonical.com
State New
Headers show

Commit Message

Paolo Pisati June 7, 2011, 1:14 p.m. UTC

Comments

Tim Gardner June 7, 2011, 1:22 p.m. UTC | #1
On 06/07/2011 07:14 AM, Paolo Pisati wrote:
>

Don't forget the SRU justification in the bug report.
diff mbox

Patch

From 2b0aede66d0de1d5d3cb84621cd5e519dcd6cd74 Mon Sep 17 00:00:00 2001
From: Paolo Pisati <paolo.pisati@canonical.com>
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 <paolo.pisati@canonical.com>
---
 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