- 18 May, 2019 13 commits
-
-
Felix Abecassis authored
These configuration options use the same syntax and therefore it seems more intuitive to have the same behavior for both of them, which is not the case today since mount hooks and autodev mounts are called between the two. See: https://github.com/lxc/lxc/issues/2932Signed-off-by:
Felix Abecassis <fabecassis@nvidia.com>
-
pgauret authored
Change zfs arguments. This also works with older zfs versions, tested with zfs 0.7.9-3 on Ubuntu 18.10. Closes #2916. Signed-off-by:
Paul Gauret <pgauret@yahoo.com> [christian.brauner@ubuntu.com: adapt commit message and add Signed-off-by for Paul] Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
We can simply fix this issue by switching to our cleanup macros instead of manually freeing the memory. Closes #2912. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
yosukesan authored
Signed-off-by:yosukesan <y.otsuki30@gmail.com>
-
KATOH Yasufumi authored
Update for commit db74bbd0Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com> Cc: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
-
Christian Brauner authored
Closes #1823. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com> Cc: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com> Cc: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Christian Brauner authored
Closes #2849. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
tomponline authored
Signed-off-by:tomponline <tomp@tomp.uk>
-
tomponline authored
Signed-off-by:tomponline <tomp@tomp.uk>
-
tomponline authored
Signed-off-by:tomponline <tomp@tomp.uk>
-
- 19 Apr, 2019 4 commits
-
-
Felix Abecassis authored
Previously, environment variables with a space where splitted. Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Christian Brauner authored
Account for different trap number on 32bit SPARC. Link: https://bugs.gentoo.org/656368Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
cgfsng: backport new cgroup handling logic
-
Christian Brauner authored
BugLink: https://bugs.launchpad.net/bugs/1825155 This will allow us to better support cgroup2 layouts on stable-3.0. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 14 Apr, 2019 1 commit
-
-
Christian Brauner authored
The child_path variable is initialized very late in the function so jumping to the on_error label would cause a nullderef. With the cleanup macros we can simplify this function to simply do direct returns and avoid that whole issue. Closes #2935. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 10 Apr, 2019 22 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>
-
Christian Brauner authored
This adds --{disable,enable}-asan. It is disabled by default. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Felix Abecassis authored
Fixes: #2902 Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Christian Brauner authored
This hardens multi-threaded C. Without it, the implementation of thread cancellation handlers (introduced by pthread_cleanup_push) uses a completely unprotected function pointer on the stack. This function pointer can simplify the exploitation of stack-based buffer overflows even if the thread in question is never canceled. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Avoid temporary files, speeding up builds. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Increased reliability of backtraces. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Apparently the name received from the tree walk is not guaranteed to have \0 byte at the end. So let's make sure we append one. Note that this is only an issue if there are any subvolumes in the container's rootfs. Closes 2826. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Callers such as LXD run post-stop hooks to perform cleanup operations on shutdown. This can involve umount and other things. To avoid surprises with lingering namespace references we should close all our namespace-preserving file descriptors. We don't need them at this point anymore anyway. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Michael Sparmann authored
Signed-off-by:Michael Sparmann <theseven@gmx.net>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
This reverts commit 912c4bb4. I accidently merged this commit. The initialization is wrong. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
tomponline authored
Signed-off-by:tomponline <tomp@tomp.uk>
-
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>
-
tomponline authored
Closes #2885. Signed-off-by:tomponline <tomp@tomp.uk>
-
tomponline authored
Closes #2885. Signed-off-by:tomponline <tomp@tomp.uk>
-
tomponline authored
Closes #2885. Signed-off-by:tomponline <tomp@tomp.uk>
-
tomponline authored
Closes #2885. Signed-off-by:tomponline <tomp@tomp.uk>
-
tomponline authored
Closes #2885. Signed-off-by:tomponline <tomp@tomp.uk>
-