* [PATCH] task containersv11 enable containers by default in some configs
@ 2007-09-15 7:29 Paul Jackson
2007-09-17 18:08 ` Paul Menage
0 siblings, 1 reply; 2+ messages in thread
From: Paul Jackson @ 2007-09-15 7:29 UTC (permalink / raw)
To: Paul Menage; +Cc: Paul Jackson, linux-kernel
From: Paul Jackson <pj@sgi.com>
Paul Menage - in pre-container cpusets, a few config files enabled
cpusets by default. Could you blend the following patch into your
container patch set, so that cpusets continue to be configured by
default for those same configurations?
Thanks - pj.
Signed-off-by: Paul Jackson <pj@sgi.com>
---
arch/ia64/configs/sn2_defconfig | 1 +
arch/mips/configs/ip27_defconfig | 1 +
arch/mips/configs/sb1250-swarm_defconfig | 1 +
arch/powerpc/configs/cell_defconfig | 1 +
arch/powerpc/configs/ppc64_defconfig | 1 +
arch/powerpc/configs/pseries_defconfig | 1 +
6 files changed, 6 insertions(+)
--- 2.6.23-rc4-mm1.orig/arch/ia64/configs/sn2_defconfig 2007-09-13 15:17:47.412216707 -0700
+++ 2.6.23-rc4-mm1/arch/ia64/configs/sn2_defconfig 2007-09-13 17:53:15.363009794 -0700
@@ -27,6 +27,7 @@ CONFIG_TASKSTATS=y
# CONFIG_UTS_NS is not set
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
+CONFIG_CONTAINERS=y
CONFIG_CPUSETS=y
CONFIG_RELAY=y
CONFIG_INITRAMFS_SOURCE=""
--- 2.6.23-rc4-mm1.orig/arch/mips/configs/ip27_defconfig 2007-09-13 15:17:57.968367923 -0700
+++ 2.6.23-rc4-mm1/arch/mips/configs/ip27_defconfig 2007-09-13 17:54:09.743831694 -0700
@@ -175,6 +175,7 @@ CONFIG_POSIX_MQUEUE=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=15
+CONFIG_CONTAINERS=y
CONFIG_CPUSETS=y
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
--- 2.6.23-rc4-mm1.orig/arch/mips/configs/sb1250-swarm_defconfig 2007-09-13 15:17:58.184371018 -0700
+++ 2.6.23-rc4-mm1/arch/mips/configs/sb1250-swarm_defconfig 2007-09-13 17:53:15.395010278 -0700
@@ -197,6 +197,7 @@ CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_UTS_NS is not set
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
+CONFIG_CONTAINERS=y
CONFIG_CPUSETS=y
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
--- 2.6.23-rc4-mm1.orig/arch/powerpc/configs/cell_defconfig 2007-09-13 15:18:07.816509023 -0700
+++ 2.6.23-rc4-mm1/arch/powerpc/configs/cell_defconfig 2007-09-13 17:53:15.411010519 -0700
@@ -68,6 +68,7 @@ CONFIG_SYSVIPC_SYSCTL=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=15
+CONFIG_CONTAINERS=y
CONFIG_CPUSETS=y
CONFIG_SYSFS_DEPRECATED=y
# CONFIG_RELAY is not set
--- 2.6.23-rc4-mm1.orig/arch/powerpc/configs/ppc64_defconfig 2007-09-13 15:28:41.533723431 -0700
+++ 2.6.23-rc4-mm1/arch/powerpc/configs/ppc64_defconfig 2007-09-13 17:53:15.431010822 -0700
@@ -71,6 +71,7 @@ CONFIG_TASK_DELAY_ACCT=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
+CONFIG_CONTAINERS=y
CONFIG_CPUSETS=y
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
--- 2.6.23-rc4-mm1.orig/arch/powerpc/configs/pseries_defconfig 2007-09-13 15:28:41.565723900 -0700
+++ 2.6.23-rc4-mm1/arch/powerpc/configs/pseries_defconfig 2007-09-13 17:53:15.447011064 -0700
@@ -71,6 +71,7 @@ CONFIG_AUDITSYSCALL=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
+CONFIG_CONTAINERS=y
CONFIG_CPUSETS=y
CONFIG_SYSFS_DEPRECATED=y
# CONFIG_RELAY is not set
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.650.933.1373
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] task containersv11 enable containers by default in some configs
2007-09-15 7:29 [PATCH] task containersv11 enable containers by default in some configs Paul Jackson
@ 2007-09-17 18:08 ` Paul Menage
0 siblings, 0 replies; 2+ messages in thread
From: Paul Menage @ 2007-09-17 18:08 UTC (permalink / raw)
To: Paul Jackson; +Cc: linux-kernel
On 9/15/07, Paul Jackson <pj@sgi.com> wrote:
> From: Paul Jackson <pj@sgi.com>
>
> Paul Menage - in pre-container cpusets, a few config files enabled
> cpusets by default. Could you blend the following patch into your
> container patch set, so that cpusets continue to be configured by
> default for those same configurations?
>
OK, I'll take care of that.
After talking with akpm, it sounds as though some of the nasty aspects
of "select" in Kconfig rules can be avoided as long as no config
option is controlled by both "select" and "depends". So I'll probably
go back to making things like CONFIG_CPUSETS select CONFIG_CGROUPS,
and enforce that CONFIG_CGROUPS can't depend on anything.
Paul
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-17 18:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-15 7:29 [PATCH] task containersv11 enable containers by default in some configs Paul Jackson
2007-09-17 18:08 ` Paul Menage
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome