[Devel] Re: [patch 1/2] Add clone_child control file

2010-01-08 Thread Daniel Lezcano
Paul Menage wrote: On Mon, Dec 28, 2009 at 3:04 PM, Daniel Lezcano daniel.lezc...@free.fr wrote: This patch is sent as an answer to a previous thread around the ns_cgroup. https://lists.linux-foundation.org/pipermail/containers/2009-June/018627.html It adds a control file

[Devel] Re: LXC container, unmounting unneeded mount points (from the container namespace)

2010-01-08 Thread Daniel Lezcano
Ciprian Dorin, Craciun wrote: Hy all! Today I've started to play with the LXC containers, and I've got a question: when starting a container (with it's own mount point namespace), and I do a `cat /proc/mounts` I also see the mount points from my host system. So the question is:

[Devel] Re: LXC container, unmounting unneeded mount points (from the container namespace)

2010-01-08 Thread Daniel Lezcano
Ciprian Dorin, Craciun wrote: On Fri, Jan 8, 2010 at 4:17 PM, Daniel Lezcano daniel.lezc...@free.fr wrote: Ciprian Dorin, Craciun wrote: Hy all! Today I've started to play with the LXC containers, and I've got a question: when starting a container (with it's own mount point

[Devel] Re: [RFC] [PATCH 2/2] cgroups: blkio subsystem as module

2010-01-08 Thread Vivek Goyal
On Fri, Jan 08, 2010 at 12:30:21AM -0500, Ben Blum wrote: Convert blk-cgroup to be buildable as a module From: Ben Blum bb...@andrew.cmu.edu This patch modifies the Block I/O cgroup subsystem to be able to be built as a module. As the CFQ disk scheduler optionally depends on blk-cgroup,

[Devel] Re: LXC container, unmounting unneeded mount points (from the container namespace)

2010-01-08 Thread Daniel Lezcano
Ciprian Dorin, Craciun wrote: And one question (off-topic): is there any mailing list dedicated to LXC users? (I guess that this mailing list is for the developers only, or?) This mailing list is mainly for kernel development and general questions around kernel's container features.

[Devel] [PATCH] memcg: typo in comment to mem_cgroup_print_oom_info()

2010-01-08 Thread Kirill A. Shutemov
s/mem_cgroup_print_mem_info/mem_cgroup_print_oom_info/ Signed-off-by: Kirill A. Shutemov kir...@shutemov.name Cc: Balbir Singh bal...@linux.vnet.ibm.com Cc: Pavel Emelyanov xe...@openvz.org Cc: KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com --- mm/memcontrol.c |2 +- 1 files changed, 1

[Devel] [PATCH] cgroups: fix CONTENTS in cgroups documentation

2010-01-08 Thread Kirill A. Shutemov
Add a forgotten item into CONTENTS. Signed-off-by: Kirill A. Shutemov kir...@shutemov.name Acked-by: Paul Menage men...@google.com --- Documentation/cgroups/cgroups.txt |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Documentation/cgroups/cgroups.txt

[Devel] Re: [RFC] [PATCH 2/2] cgroups: blkio subsystem as module

2010-01-08 Thread Vivek Goyal
On Fri, Jan 08, 2010 at 12:30:21AM -0500, Ben Blum wrote: Convert blk-cgroup to be buildable as a module From: Ben Blum bb...@andrew.cmu.edu This patch modifies the Block I/O cgroup subsystem to be able to be built as a module. As the CFQ disk scheduler optionally depends on blk-cgroup,

[Devel] [PATCH][cr-tests] pthread3: Ensure thread state is consistent across C/R

2010-01-08 Thread Sukadev Bhattiprolu
From: Sukadev Bhattiprolu suka...@linux.vnet.ibm.com Date: Fri, 8 Jan 2010 11:30:23 -0800 Subject: [PATCH] pthread3: Ensure thread state is consistent across C/R Specifically, this test ensures that concurrency, thread-specific-info and scheduling parameters are consistent across

[Devel] [PATCH][cr-tests] pthread4: Ensure mutexes are consistent across C/R

2010-01-08 Thread Sukadev Bhattiprolu
From: Sukadev Bhattiprolu suka...@linux.vnet.ibm.com Date: Fri, 8 Jan 2010 10:56:38 -0800 Subject: [PATCH] pthread4: Ensure mutexes are consistent across C/R Pthread mutex (not) held at checkpoint must continue to be (not) held after restart. Signed-off-by: Sukadev Bhattiprolu