Re: [lxc-devel] [PATCH 9/5] cgroup: special-case the cgroups used for unprivileged containers

2013-07-26 Thread Serge Hallyn
Btw, at this point I'm done with this set. The set does work for me, I'm happy to either apply it (with acks) or not, but either way feedback much appreciated. I'll be out next week, so handling of networking for unprivileged containers will have to wait until I'm back. -serge -

[lxc-devel] [PATCH 1/1] cgroups: fix the recently broken setting of clone_children

2013-07-26 Thread Serge Hallyn
[ already applied to staging as it's a reasonably bad bug ] Several places think that the current cgroup will be NULL rather than "/" when we're in the root cgroup. Fix that. Signed-off-by: Serge Hallyn --- src/lxc/cgroup.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) di