[lxc-devel] [lxc/lxc] c26139: Add concise explanations

2015-12-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: c261392712d2fa9779e59cadb8b0127c964e2483 https://github.com/lxc/lxc/commit/c261392712d2fa9779e59cadb8b0127c964e2483 Author: Christian Brauner Date: 2015-12-11 (Fri, 11 Dec 2015) Changed paths: M src/lxc/l

Re: [lxc-devel] [PATCH] Add concise explanations

2015-12-10 Thread Stéphane Graber
On Thu, Dec 10, 2015 at 05:26:18AM +0100, Christian Brauner wrote: > - explain functions in list.h > - let lxc_list_len() return size_t instead of int > > Signed-off-by: Christian Brauner Acked-by: Stéphane Graber > --- > I'm working on some stuff that employs struct lxc_list. I already previo

[lxc-devel] [lxc/lxc] bd7b4e: Fix seccomp profile on attach of undefined contain...

2015-12-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: bd7b4e282bf9eda97578f3a853a994301cef918e https://github.com/lxc/lxc/commit/bd7b4e282bf9eda97578f3a853a994301cef918e Author: Stéphane Graber Date: 2015-12-11 (Fri, 11 Dec 2015) Changed paths: M src/lxc/att

Re: [lxc-devel] [PATCH] Fix seccomp profile on attach of undefined container

2015-12-10 Thread Stéphane Graber
On Fri, Dec 11, 2015 at 12:08:55AM -0600, Serge E. Hallyn wrote: > On Thu, Dec 10, 2015 at 06:58:58PM -0500, Stéphane Graber wrote: > > Signed-off-by: Stéphane Graber > > Thanks, that's what I thought would have to happen when the problem > came up earlier. > > Only thing is you have to free the

[lxc-devel] [lxc/lxc] c78aa2: lxc-top: limit BLKIO to 14 characters

2015-12-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: c78aa2c625df5ea36be5390aed99300bbaf0d0f3 https://github.com/lxc/lxc/commit/c78aa2c625df5ea36be5390aed99300bbaf0d0f3 Author: fanyeren Date: 2015-12-11 (Fri, 11 Dec 2015) Changed paths: M src/lxc/lxc_top.c

Re: [lxc-devel] [PATCH] Fix seccomp profile on attach of undefined container

2015-12-10 Thread Serge E. Hallyn
On Thu, Dec 10, 2015 at 06:58:58PM -0500, Stéphane Graber wrote: > Signed-off-by: Stéphane Graber Thanks, that's what I thought would have to happen when the problem came up earlier. Only thing is you have to free the path when done. After that, Acked-by: Serge Hallyn Oh wait, one other thin

[lxc-devel] [lxc/lxc] 51fdb0: lxc-top: limit CPU to 8 characters

2015-12-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 51fdb0fba208de6f01c9b0f67a680eb0d0a5be03 https://github.com/lxc/lxc/commit/51fdb0fba208de6f01c9b0f67a680eb0d0a5be03 Author: fanyeren Date: 2015-12-11 (Fri, 11 Dec 2015) Changed paths: M src/lxc/lxc_top.c

[lxc-devel] [PATCH] Fix seccomp profile on attach of undefined container

2015-12-10 Thread Stéphane Graber
Signed-off-by: Stéphane Graber --- src/lxc/attach.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/lxc/attach.c b/src/lxc/attach.c index 436ae7a..5192c25 100644 --- a/src/lxc/attach.c +++ b/src/lxc/attach.c @@ -661,6 +661,7 @@ static bool fetch_seccomp

Re: [lxc-devel] CGroup Namespaces (v6)

2015-12-10 Thread Alban Crequy
Hi, Thanks for the patches! On 8 December 2015 at 00:06, wrote: > Hi, > > following is a revised set of the CGroup Namespace patchset which Aditya > Kali has previously sent. The code can also be found in the cgroupns.v6 > branch of > > https://git.kernel.org/cgit/linux/kernel/git/sergeh/linux

[lxc-devel] [lxc/lxc] 9bfdc2: Add LUA api get_ips(), get_interfaces(), rename() ...

2015-12-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 9bfdc2235cd71004b68a010c3575d564efe48378 https://github.com/lxc/lxc/commit/9bfdc2235cd71004b68a010c3575d564efe48378 Author: Andrey Jr. Melnikov Date: 2015-12-10 (Thu, 10 Dec 2015) Changed paths: M src/lua