Difference between revisions of "Download/criu/2.7"

From CRIU
Jump to navigation Jump to search
Line 24: Line 24:
 
* Mountpoint with lots of options blocked the dump (too small buffer for parsing)
 
* Mountpoint with lots of options blocked the dump (too small buffer for parsing)
 
* External slave mount (with external master) blocked the dump
 
* External slave mount (with external master) blocked the dump
 +
* Mounts with STRICTATIME restored with others flags dropped
  
 
=== Deprecated ===
 
=== Deprecated ===
 
* No reg-file entry for [[TTYs]]
 
* No reg-file entry for [[TTYs]]

Revision as of 13:49, 14 October 2016

Tarball: criu-2.7.tar.bz2
Version: 2.7 "Rubber Owl"
Released: 17 Oct 2016
GIT tag: v2.7

New features

  • Option --cgroup-root now makes sense on dump too
  • CLOCK_BOOTTIME timer supported

Optimizations/improvements

  • Output of iptables command leaked into logs for no use
  • Helper dev environment installation script for Debian
  • Man-page updated and prettified :)

Fixes

  • Unmounted binfmt_misc with rules wasn't dumped at all
  • Malloc() error could result in crash
  • Device cgroup restore could fail restoring empty record
  • Some entries in device cgroups were restored twice
  • Potential crash when dumping cgroup bindmounts
  • Sign error caused dump to fail on btrfs partitions
  • Shared mounts with the same mount path failed the dump
  • Threads were restored with unshared FS (cwd and root)
  • Shared memory changes tracking disabled (regression found)
  • Restore of autofs can hang
  • LSM profile propagation could be lost
  • Mountpoint with lots of options blocked the dump (too small buffer for parsing)
  • External slave mount (with external master) blocked the dump
  • Mounts with STRICTATIME restored with others flags dropped

Deprecated

  • No reg-file entry for TTYs