Difference between revisions of "Download/criu/4.2"

From CRIU
Jump to navigation Jump to search
(Created page with "<!-- **** FOR STEPS NEEDED TO MAKE A RELEASE, SEE https://criu.org/Releasing Use {{Bug|123}} to link to a github issue --> 400px|right {{Release|...")
 
Line 9: Line 9:
 
* plugins/amdgpu: Implement parallel restore
 
* plugins/amdgpu: Implement parallel restore
 
* Handle processes with uprobes vma
 
* Handle processes with uprobes vma
 +
* libcriu: Enable setting of RPC config file
  
 
=== Bugfixes ===
 
=== Bugfixes ===

Revision as of 21:13, 13 November 2025

4.2.jpg
Tarball: criu-4.2.tar.gz
Version: 4.2 "CRIUTIBILITY"
Released: 13 Nov 2025
GIT tag: v4.2

New features

  • plugins/amdgpu: Implement parallel restore
  • Handle processes with uprobes vma
  • libcriu: Enable setting of RPC config file

Bugfixes

  • criu/compel: fix compilation on musl/arm64
  • pagemap: change PagemapEntry.nr_pages to uint64 to support huge mappings
  • pagemap: prevent integer overflow in pagemap_len
  • Relax ELF magic check to support MIPS libraries
  • Fix: getsockopt usage for SO_PASSCRED/SO_PASSSEC on Linux 6.16


Improvements

  • ci: consolidate aarch64 tests on GitHub runners
  • cr-service: Refactor RPC config parsing
  • Many improvements in pycriu