Difference between revisions of "Download/criu/3.13"

From CRIU
Jump to navigation Jump to search
Line 13: Line 13:
  
 
=== Bugfixes ===
 
=== Bugfixes ===
* inotify: cleanup auxiliary events from queue
+
* Auxiliary events were left in inotify queues
* Fix memory and resource leaks
+
* Lazy-pages daemon didn't detect stack pages and surrounders properly and marked them as "lazy"
* lazy-pages: fix stack detection
+
* Memory and resource leakage were detected by coverity, cppcheck and clang
  
 
=== Improvements ===
 
=== Improvements ===
 
* vdso: Use gettimeofday() from vdso for timings
 
* vdso: Use gettimeofday() from vdso for timings
 
* py: Reformat everything into pep8 style
 
* py: Reformat everything into pep8 style

Revision as of 08:23, 11 September 2019

Hummingbird.png
Tarball: criu-3.13.tar.gz
Version: 3.13 "Silicon Willet"
Released: 11 Sep 2019
GIT tag: v3.13

New features

Bugfixes

  • Auxiliary events were left in inotify queues
  • Lazy-pages daemon didn't detect stack pages and surrounders properly and marked them as "lazy"
  • Memory and resource leakage were detected by coverity, cppcheck and clang

Improvements

  • vdso: Use gettimeofday() from vdso for timings
  • py: Reformat everything into pep8 style