- 16 Aug, 2018 1 commit
-
-
Tobin C. Harding authored
checkpatch.pl emits error ERROR: do not use assignment in if condition Correctly indent switch statement. Signed-off-by:Tobin C. Harding <me@tobin.cc>
-
- 15 Aug, 2018 3 commits
-
-
Stéphane Graber authored
lxccontainer: minor fixes
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
lxccontainer: improve file locking
-
- 14 Aug, 2018 6 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
lxccontainer: fix F_OFD_GETLK checks
-
Christian Brauner authored
When we check whether an open file description lock has been taken on a file we need to set the l_pid field to 0 otherwise the kernel will send back EINVAL. Additionally, the kernel will not do pid translation and simply set the l_pid value to -1. Fixes https://discuss.linuxcontainers.org/t/container-deleted-or-stopped-when-lxc-ls-executed-concurrently/2439Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
coverity: #1438392
-
2xsec authored
Dereference before null check Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 13 Aug, 2018 3 commits
-
-
Christian Brauner authored
fix thread-safe issue (localtime => localtime_r)
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 12 Aug, 2018 1 commit
-
-
Stéphane Graber authored
netlink: add __netlink_{send,recv,transaction}
-
- 11 Aug, 2018 5 commits
-
-
Christian Brauner authored
These allow to pass a struct nlmsghdr directly and are used in the higher level netlink_{send,rcv,transaction}. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
netns: improve netnsid allocation
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 10 Aug, 2018 5 commits
-
-
Christian Brauner authored
fix assignment of signed to bigger unsigned issue
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
Christian Brauner authored
tests: containertests: fix dereference pointer c
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 09 Aug, 2018 2 commits
-
-
Stéphane Graber authored
network: type fixes lxc_netns_set_nsid()
-
Christian Brauner authored
The kernel expects a __s32 for NETNSA_NSID and a __u32 for NETNSA_FD. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 08 Aug, 2018 5 commits
-
-
Stéphane Graber authored
netns: allocate network namespace id
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Start to allocate a new network namespace id for each container. Relates to https://github.com/lxc/lxd/issues/4831. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 07 Aug, 2018 1 commit
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 06 Aug, 2018 8 commits
-
-
Stéphane Graber authored
templates: avoid endless loop
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Closes #2512. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
add default log priority & cleanups
-
Christian Brauner authored
fix coverity issues
-
2xsec authored
Failure to restore non-local value Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Dereference after null check Signed-off-by:2xsec <dh48.jeong@samsung.com>
-