[kernel] r10515 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Tue Feb 12 11:43:09 UTC 2008


Author: maks
Date: Tue Feb 12 11:42:33 2008
New Revision: 10515

Log:
topconfig set the new name namespace options

building block for containers.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Feb 12 11:42:33 2008
@@ -13,7 +13,7 @@
     SND_HIFIER, SND_VIRTUOSO, USB_NET_RNDIS_WLAN, USB_ANNOUNCE_NEW_DEVICES,
     USB_SERIAL_IUU, NET_CLS_FLOW, INFINIBAND_NES, RTC_DRV_R9701,
     RTC_DRV_DS1511, MEMSTICK, SENSORS_W83L786NG, SENSORS_ADS7828, IPWIRELESS,
-    RISCOM8, IGB.
+    RISCOM8, IGB, UTS_NS, IPC_NS.
   * [amd64] Enable CRYPTO_SALSA20_X86_64, EDAC_I3000.
   * [amd64, i386]: Enable LATENCYTOP, LEDS_CLEVO_MAIL, INPUT_APANEL, ACER_WMI,
     THINKPAD_ACPI_HOTKEY_POLL.

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Tue Feb 12 11:42:33 2008
@@ -23,8 +23,10 @@
 CONFIG_TASK_DELAY_ACCT=y                                                        
 CONFIG_TASK_XACCT=y                                                             
 CONFIG_TASK_IO_ACCOUNTING=y
-# CONFIG_USER_NS is not set
-# CONFIG_PID_NS is not set
+CONFIG_USER_NS=y
+CONFIG_PID_NS=y
+CONFIG_UTS_NS=y
+CONFIG_IPC_NS=y
 CONFIG_AUDIT=y
 CONFIG_AUDITSYSCALL=y
 # CONFIG_IKCONFIG is not set



More information about the Kernel-svn-changes mailing list