Debian Patches

Status for criu/4.2-3

Patch Description Author Forwarded Bugs Origin Last update
tty-fix-compiler-error.patch tty: fix compiler error
At least on tests running on Fedora rawhide following error could be
seen:

```
criu/tty.c: In function 'pts_fd_get_index':
criu/tty.c:262:21: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
262 | char *pos = strrchr(link->name, '/');
|
```

This fixes it.
Adrian Reber <areber@redhat.com> no debian https://github.com/checkpoint-restore/criu/commit/90300748effc1cf0fe56e35d3d1cc2ddfedab246 2025-11-26
pagemap-cache-stop-filling-cache-on-VMA_AREA_GUARD.patch pagemap-cache: stop filling cache on VMA_AREA_GUARD
VMA_AREA_GUARD areas are added to the end of the vma_area_list and
are not necessarily sorted by address. pmc_fill_cache() expects
VMAs to be sorted and triggers BUG_ON() if it meets a VMA with
a lower address than the current cache window.

Since guard VMAs don't have pagemap entries and are skipped during
dump, just stop the lookahead loop when we encounter one.
Andrei Vagin <avagin@gmail.com> no debian https://github.com/checkpoint-restore/criu/commit/f5974cc326c19d294956372067c28d160a1d29c5 2026-03-04

All known versions for source package 'criu'

Links