From f2ff1e3a64f8678d7afeb92c6d63e416cabc9fdf4f6a154a1e7a5b700dd0bf35 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 13 Dec 2016 08:31:14 +0000 Subject: [PATCH] Accepting request 445518 from home:tiwai:branches:devel:tools - Update to criu 2.9: New features: * CRIU can now be built with clang on all supported architectures * Ignore missing sysctls on restore with --weak-sysctl C/R overmounted mountpoints Optimizations/improvements: * Batch restore of memory contents from pages.img files * Link-remap type for invisible files is explicit in images Man page for CRIT Fixes: * C/R with --empty-ns still handled iptables configuration * SCM messages inside UNIX socket got lost after C/R (now dump aborted) * Empty unixsk.img file appeared when dumping tasks without unix sockets * Install procedure wasn't PEP-394 compliant * CRIU blocking netfilter rules were added at the tail of the chain resulting in unlocked TCP connections * Dump/Restore spurious failures when open() returned 0 descriptor * When dumping shmem lots of zero pages were written into image files * Ghost directory with more than zero ghost parents caused restore to fail * Shared mount could escape to different group on restore OBS-URL: https://build.opensuse.org/request/show/445518 OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=54 --- criu-2.8.tar.bz2 | 3 --- criu-2.9.tar.bz2 | 3 +++ criu.changes | 28 ++++++++++++++++++++++++++++ criu.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 criu-2.8.tar.bz2 create mode 100644 criu-2.9.tar.bz2 diff --git a/criu-2.8.tar.bz2 b/criu-2.8.tar.bz2 deleted file mode 100644 index 5960ce1..0000000 --- a/criu-2.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54d77ee2bd31fb900395eeeda8cd653b334dbeb6594f3c3220d8c9e9f55d21f6 -size 623257 diff --git a/criu-2.9.tar.bz2 b/criu-2.9.tar.bz2 new file mode 100644 index 0000000..9be33d7 --- /dev/null +++ b/criu-2.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d1493e71b76fc0219a4274ca98332de3910cdd2e93070dc283ae4fc01421c9 +size 627584 diff --git a/criu.changes b/criu.changes index f270b87..26585b6 100644 --- a/criu.changes +++ b/criu.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Dec 12 22:59:04 CET 2016 - tiwai@suse.de + +- Update to criu 2.9: + New features: + * CRIU can now be built with clang on all supported architectures + * Ignore missing sysctls on restore with --weak-sysctl + C/R overmounted mountpoints + Optimizations/improvements: + * Batch restore of memory contents from pages.img files + * Link-remap type for invisible files is explicit in images + Man page for CRIT + Fixes: + * C/R with --empty-ns still handled iptables configuration + * SCM messages inside UNIX socket got lost after C/R (now dump + aborted) + * Empty unixsk.img file appeared when dumping tasks without unix + sockets + * Install procedure wasn't PEP-394 compliant + * CRIU blocking netfilter rules were added at the tail of the + chain resulting in unlocked TCP connections + * Dump/Restore spurious failures when open() returned 0 descriptor + * When dumping shmem lots of zero pages were written into image + files + * Ghost directory with more than zero ghost parents caused + restore to fail + * Shared mount could escape to different group on restore + ------------------------------------------------------------------- Mon Nov 14 16:28:06 CET 2016 - tiwai@suse.de diff --git a/criu.spec b/criu.spec index 3542857..7bc95ac 100644 --- a/criu.spec +++ b/criu.spec @@ -17,7 +17,7 @@ Name: criu -Version: 2.8 +Version: 2.9 Release: 0 Summary: Checkpoint/Restore In Userspace Tools License: GPL-2.0