Difference between revisions of "Download/criu/3.6"
Jump to navigation
Jump to search
(Created page with "{{Release|3.6}} <!-- NOTE: you can use {{Bug|123}} to link to a github issue --> === New features === === Improvements === === Bugfixes ===") |
m (→Improvements: English) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
=== New features === | === New features === | ||
+ | * C/R for | ||
+ | ** Files (except for unix sockets, ttys and epolls) sent over [[unix sockets]] | ||
+ | ** Threads with different creds | ||
+ | ** Ipv6 over ipv4 tunnel (SIT device) | ||
=== Improvements === | === Improvements === | ||
+ | * CI tests are now also run on Alpine and Fedora Rawhide | ||
=== Bugfixes === | === Bugfixes === | ||
+ | * Some s390x registers were not restored by native sigrestore way | ||
+ | * Overflow when parsing autofs info from /proc file | ||
+ | * Dumps of anon [[shared memory]] with sysvipc one raced with each other clashing and corrupting image file names | ||
+ | * The "dumpable" flag was not restored on shmem regions | ||
+ | * Trash bits leaked into image when dumping [[fsnotify]] on some kernels | ||
+ | * Lock/unlock of iptables from different criu processes raced with each other | ||
+ | * Closed [[TCP connection]] with non-empty send queue blocked the dump | ||
+ | * When {{Opt|--empty-ns}} for netns was set on dump ''only'', restore failed (when used from Docker, issue {{Bug|393}}) |
Latest revision as of 20:52, 9 March 2018
Tarball: | criu-3.6.tar.gz |
Version: | 3.6 "Alabaster Finch" |
Released: | 23 Oct 2017 |
GIT tag: | v3.6 |
New features[edit]
- C/R for
- Files (except for unix sockets, ttys and epolls) sent over unix sockets
- Threads with different creds
- Ipv6 over ipv4 tunnel (SIT device)
Improvements[edit]
- CI tests are now also run on Alpine and Fedora Rawhide
Bugfixes[edit]
- Some s390x registers were not restored by native sigrestore way
- Overflow when parsing autofs info from /proc file
- Dumps of anon shared memory with sysvipc one raced with each other clashing and corrupting image file names
- The "dumpable" flag was not restored on shmem regions
- Trash bits leaked into image when dumping fsnotify on some kernels
- Lock/unlock of iptables from different criu processes raced with each other
- Closed TCP connection with non-empty send queue blocked the dump
- When
--empty-ns
for netns was set on dump only, restore failed (when used from Docker, issue #393)