Skip to content

Commit cd2d534

Browse files
committed
criu: Version 4.2 (CRIUTIBILITY)
Major changes: * plugins/amdgpu: Implement parallel restore * Handle processes with uprobes vma * Fix: getsockopt usage for SO_PASSCRED/SO_PASSSEC on Linux 6.16 * Relax ELF magic check to support MIPS libraries * pagemap: prevent integer overflow in pagemap_len This release's name is a nod to the growing challenge we face in maintaining compatibility across the rapidly evolving Linux kernel ecosystem. The full changelog can be found here: https://criu.org/Download/criu/4.2. Signed-off-by: Andrei Vagin <avagin@gmail.com>
1 parent e32958a commit cd2d534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
22
# CRIU version.
33
CRIU_VERSION_MAJOR := 4
4-
CRIU_VERSION_MINOR := 1
5-
CRIU_VERSION_SUBLEVEL := 1
4+
CRIU_VERSION_MINOR := 2
5+
CRIU_VERSION_SUBLEVEL :=
66
CRIU_VERSION_EXTRA :=
7-
CRIU_VERSION_NAME := CRISCV
7+
CRIU_VERSION_NAME := CRIUTIBILITY
88
CRIU_VERSION := $(CRIU_VERSION_MAJOR)$(if $(CRIU_VERSION_MINOR),.$(CRIU_VERSION_MINOR))$(if $(CRIU_VERSION_SUBLEVEL),.$(CRIU_VERSION_SUBLEVEL))$(if $(CRIU_VERSION_EXTRA),.$(CRIU_VERSION_EXTRA))
99

1010
export CRIU_VERSION_MAJOR CRIU_VERSION_MINOR CRIU_VERSION_SUBLEVEL

0 commit comments

Comments
 (0)