- 21 Apr, 2019 31 commits
-
-
Radostin Stoyanov authored
for filename in *.c; do if sort "$filename" | uniq -d | grep include; then echo "$filename" fi done Acked-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Radostin Stoyanov authored
MAP_ANON has been deprecated, use MAP_ANONYMOUS instead. https://lkml.org/lkml/2007/2/3/55Acked-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Radostin Stoyanov authored
Acked-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Radostin Stoyanov authored
Acked-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Andrei Vagin authored
Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Andrei Vagin authored
Start test Test is SUID ./socket-tcp-nfconntrack --pidfile=socket-tcp-nfconntrack.pid --outfile=socket-tcp-nfconntrack.out Another app is currently holding the xtables lock. Perhaps you want to use the -w option? Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Andrei Vagin authored
Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Andrei Vagin authored
It is expected behaviour. Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Andrei Vagin authored
The test is trying to write into a closed socket and the kernel sends SIGPIPE in this case, which is perfectly normal and should not fail the test. Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Adrian Reber authored
On a system with more than 10 network interfaces the link_nsid check fails: $ criu check --feature link_nsid Warn (criu/cr-check.c:1237): NSID isn't supported The function kerndat_link_nsid() uses: nde.ifindex = 10; This fails as there is already an interface with ifindex 10. This patch moves the creation of the socket into the second network namespace and the feature check succeeds. Suggested-by:
Jiri Benc <jbenc@redhat.com> Signed-off-by:
Adrian Reber <areber@redhat.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Dmitry Safonov authored
Fixes: verify-elf: ERROR: ./usr/lib64/libcompel.so.1.0: undefined symbol: opts Acked-by:
Cyrill Gorcunov <gorcunov@gmail.com> Reported-by: Alexey Shabalin <> Signed-off-by:
Dmitry Safonov <dima@arista.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Dmitry Safonov authored
This reverts commit 6b0292e12614. handle_binary() is needed for preparing PIE header during compilation. If we need to provide API for building another compel binary, probably it should be a separate library from libcompel.{a,so} IOW, there is no sense to have handle_binary() included into CRIU. For CRIU it's needed only during the build to generate parasite header. Move handle_elf() to compel binary from library, as it was previously corrected in commit 64bb75a8 ("compel: Drop off handle-elf routines from library"). Acked-by:
Cyrill Gorcunov <gorcunov@gmail.com> Cc: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Dmitry Safonov <dima@arista.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Dmitry Safonov authored
Libcompel supplies to the parasite PAGE_SIZE during infection. On ppc64/aarch64 PAGE_SIZE can be different with Large pages, under the cover it returns __page_size. At this moment __page_size is located in criu binary, which prevents using libcompel as .so library in other applications than criu on ppc64/aarch64. Export __page_size and __page_shift in libcompel. Fixes: #572 Fixes: 2d965008 ("ppc64/aarch64: Dynamically define PAGE_SIZE") Cc: Adrian Reber <areber@redhat.com> Acked-by:
Cyrill Gorcunov <gorcunov@gmail.com> Reported-by: Alexey Shabalin Signed-off-by:
Dmitry Safonov <dima@arista.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Adrian Reber authored
Related: https://github.com/checkpoint-restore/criu/issues/577 Restoring a runc container which is running in the host's network namespace locked the network (iptables-restore) without unlocking it. This disables network logging if running in the host's network namespace. Suggested-by:
Andrei Vagin <avagin@gmail.com> Signed-off-by:
Adrian Reber <areber@redhat.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Adrian Reber authored
Signed-off-by:
Adrian Reber <areber@redhat.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Andrei Vagin authored
Recently, I introduced a new mode when a service fd are not dupped into a fixed file descriptor number. A side effect of this is that we need to close the old descritpor if it was installed. Fixes: d3499999 ("criu: remove all magic of service-fd when it isn't required")
-
Radostin Stoyanov authored
Most of the typos were found by codespell. Signed-off-by:
Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by:
Andrei Vagin <avagin@virtuozzo.com>
-
Radostin Stoyanov authored
Signed-off-by:
Radostin Stoyanov <rstoyanov1@gmail.com> Reviewed-by:
Dmitry Safonov <0x7f454c46@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
In vz7 we've a slightly different code base where fields 2 and 3 are already used. So lets reserve them and move raw member to another number. Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Pavel Tikhomirov authored
Signed-off-by:
Pavel Tikhomirov <ptikhomirov@virtuozzo.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
Signed-off-by:
Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
Just like with other inet sockets simply fetch additional data (such as ICMP) and restore it back then. Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
Raw sockets may have arbitrary protocol so we need different helper to lookup socket. Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
Just like we do for other protocols. Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
So they would pass this check. Note because we didn't allow raw socks in can_dump_ipproto this routine won't be reached and it's safe to modify it this way without breaking existing tests. Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Kirill Tkhai authored
IP_FREEBIND is not supported for SOCK_RAW ipv6 sockets. See kernel rawv6_setsockopt() for the details. For the rest of sockets, where they begin to support it: the actual magic happens in do_ipv6_setsockopt(), and IPV6_ADDRFORM optname changes sk->sk_prot to refer to tcp_prot, udp_prot and udplite_prot, which contains link to ip_setsockopt(). Signed-off-by:
Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
No need to call for do_dump_opt, since these params are already fetched. Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
Don't allow to proceed dumping since we don't support raw sockets restore yet. Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
To collect raw sockets we need the kernel to support raw_diag module. Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Cyrill Gorcunov authored
Signed-off-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
- 16 Feb, 2019 1 commit
-
-
Andrei Vagin authored
After recent update of flake8, we have a lot of e117 warnings: test/zdtm.py:1748:5: E117 over-indented test/zdtm.py:1751:5: E117 over-indented test/zdtm.py:1755:6: E117 over-indented test/zdtm.py:1757:7: E117 over-indented test/zdtm.py:1764:6: E117 over-indented test/zdtm.py:1766:5: E117 over-indented test/zdtm.py:1767:6: E117 over-indented Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
- 14 Feb, 2019 1 commit
-
-
Andrei Vagin authored
Recently, a kernel behaviour how siginfo is copied into user-space was changed: 4ce5f9c9e754 ("signal: Use a smaller struct siginfo in the kernel") According to the rt_sigqueueinfo man page, the caller should set si_code, si_pid, si_uid, si_value and there is no guarantee about other fields. Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
- 06 Nov, 2018 1 commit
-
-
Pavel Emelyanov authored
So here it is -- the release with lots of new stuff and bugfixes. Mainly, the new code is for integration with Docker and to support modern hardware. Signed-off-by:
Pavel Emelyanov <xemul@virtuozzo.com>
-
- 05 Nov, 2018 1 commit
-
-
Cyrill Gorcunov authored
When migrating from old images the particular xsave member might not be present in core-* image, which is fine we simply left data as initial zero state. https://jira.sw.ru/browse/PSBM-89215Signed-off-by:
Cyrill Gorcunov <gorcunov@virtuozzo.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
- 04 Nov, 2018 5 commits
-
-
Andrei Vagin authored
safe_dump produces only standard YAML tags and cannot represent an arbitrary Python object. Reported-by: Mr Jenkins Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Adrian Reber authored
This makes two zdtm test scripts python3 compatible to run zdtm on a system without python2. Signed-off-by:
Adrian Reber <areber@redhat.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Radostin Stoyanov authored
The Go bindings for CRIU and the P.Haul extension have been moved into a separate repository. This patch removes the following from the criu-dev branch: - lib/go/* - phaul/* - scripts/travis/phaul The removed files are available in https://github.com/checkpoint-restore/go-criuSigned-off-by:
Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Andrei Vagin authored
A few controllers can be merged and before this patch, criu required to set a new root by specifying all merged controllers. This patch allows to specify a new root for each controller separately, but criu will check that all merged controllers will have the same path. https://github.com/checkpoint-restore/criu/issues/544Signed-off-by:
Andrei Vagin <avagin@gmail.com>
-
Andrei Vagin authored
F_GETLK64 has to be used with flock64 Reported-by: Mr Jenkins
-