Difference between revisions of "Download/criu/3.11"
Jump to navigation
Jump to search
(Created page with "{{Release|3.11}} <!-- NOTE: you can use {{Bug|123}} to link to a github issue --> === New features === * cpuinfo: Detect compact frames and handle noxsaves * Add support for...") |
|||
Line 19: | Line 19: | ||
* x86: cpu -- Rework feature testing | * x86: cpu -- Rework feature testing | ||
* Fix O(n^2) restore in terms of the number of fds | * Fix O(n^2) restore in terms of the number of fds | ||
+ | * fdstore: Unlimit fdstore queue on start | ||
+ | * mount: fix regression where open_mountpoint failed on readonly fs | ||
+ | * |
Revision as of 16:21, 30 October 2018
Tarball: | criu-3.11.tar.gz |
Version: | 3.11 "Glass Flamingo" |
Released: | 06 Nov 2018 |
GIT tag: | v3.11 |
New features
- cpuinfo: Detect compact frames and handle noxsaves
- Add support for configuration files
- Add support for external net namespaces
- x86: Add support for extendable fpu frames
- Punch holes in input files when restoring anonymous non-shared memory
- C/R of
- epoll: Add support for duped targets
- tun: Add support for multiple net ns
Bugfixes
- mount: better handling of mount propagation
- nmk: Make collect-deps to be more precise about targets
- lazy-pages: don't mark current stack page as lazy
- x86: cpu -- Rework feature testing
- Fix O(n^2) restore in terms of the number of fds
- fdstore: Unlimit fdstore queue on start
- mount: fix regression where open_mountpoint failed on readonly fs