- 19 Oct, 2018 2 commits
-
-
Christian Brauner authored
parse: fix uninitialized value
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 18 Oct, 2018 11 commits
-
-
Wolfgang Bumiller authored
confile: fix append_unexp_config_line()
-
Wolfgang Bumiller authored
parse: protect against config updates during parse
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Reported-by: 2xsec dh48.jeong@samsung.com Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Wolfgang Bumiller authored
autotools: fix --disable-commands builds
-
Wolfgang Bumiller authored
raw_syscalls: ensure function always returns value
-
Wolfgang Bumiller authored
include: simplify strlcpy()
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
string_utils: fix global buffer overflow issue
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 17 Oct, 2018 1 commit
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 15 Oct, 2018 1 commit
-
-
Stéphane Graber authored
lxc-init: log to /dev/console
-
- 14 Oct, 2018 1 commit
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 13 Oct, 2018 2 commits
-
-
Christian Brauner authored
checkconfig: Handle missing kernel version
-
Stéphane Graber authored
https://github.com/lxc/lxd/issues/5151Signed-off-by:
Stéphane Graber <stgraber@ubuntu.com>
-
- 12 Oct, 2018 7 commits
-
-
Stéphane Graber authored
autools: use -fno-strict-aliasing
-
Christian Brauner authored
The gcc implementation and the C standard are not to be considered sane in this respect. We don't want to risk reordering of writes when the compiler incorrectly *thinks* two types do not alias each other. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Some redundancy codes of abstract unix socket are removed with log cleanups.
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 11 Oct, 2018 2 commits
-
-
Christian Brauner authored
checkpoint: fix running do_dump()
-
Adrian Reber authored
Testing 'lxc <container> stop --stateful' crashed LXD: fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0xe8 pc=0x7f3198ff0592] runtime stack: runtime.throw(0x117fe4a, 0x2a) /opt/rh/go-toolset-1.10/root/usr/lib/go-toolset-1.10-golang/src/runtime/panic.go:616 +0x81 runtime.sigpanic() /opt/rh/go-toolset-1.10/root/usr/lib/go-toolset-1.10-golang/src/runtime/signal_unix.go:372 +0x28e goroutine 375 [syscall]: runtime.cgocall(0xef38e3, 0xc420731630, 0x29) /opt/rh/go-toolset-1.10/root/usr/lib/go-toolset-1.10-golang/src/runtime/cgocall.go:128 +0x64 fp=0xc4207315f0 sp=0xc4207315b8 pc=0x410fc4 gopkg.in/lxc/go-lxc%2ev2._Cfunc_go_lxc_migrate(0x7f316c001220, 0xc400000001, 0xc420302460, 0xc4205d6080, 0x0) _cgo_gotypes.go:752 +0x4d fp=0xc420731630 sp=0xc4207315f0 pc=0x909d7d gopkg.in/lxc/go-lxc%2ev2.(*Container).Migrate.func4(0x7f316c001220, 0xc400000001, 0xc420302460, 0xc4205d6080, 0x0) /share/go/src/gopkg.in/lxc/go-lxc.v2/container.go:1798 +0x160 fp=0xc420731668 sp=0xc420731630 pc=0x91b970 gopkg.in/lxc/go-lxc%2ev2.(*Container).Migrate(0xc4207a52f0, 0x1, 0xc42051ec00, 0x20, 0x0, 0x0, 0x0, 0x0, 0x101, 0x10000000, ...) /share/go/src/gopkg.in/lxc/go-lxc.v2/container.go:1798 +0x29f fp=0xc420731760 sp=0xc420731668 pc=0x9160ef The commit 5a087e05 introduced a second parameter (conf) to the cgroup escape() function which was never set in do_dump(). Instead of taking it from opts->handler->conf it is now used from c->lxc_conf. Fixes: 5a087e05 ("cgroups: don't escape if lxc.cgroup.keep is true") Suggested-by:
Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by:
Adrian Reber <areber@redhat.com>
-
- 10 Oct, 2018 11 commits
-
-
Stéphane Graber authored
conf: verify_start_hooks() after lxc.mount.entry
-
Stéphane Graber authored
cgfsng: ensure initialized cpuset controller
-
Stéphane Graber authored
conf: log prlimit setup
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
fix rpm packaging error for static library
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 09 Oct, 2018 2 commits
-
-
Stéphane Graber authored
cgfsng: improve deletion and logging
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-