Radostin Stoyanov

Results 25 issues of Radostin Stoyanov

[criu-coredump](https://criu.org/index.php?title=criu-coredump) is a tool for creating [ELF core dumps](https://en.wikipedia.org/wiki/Core_dump) from CRIU images, enabling analysis of checkpointed processes with standard debugging tools (e.g., gdb, readelf). However, the functionality of this tool...

new feature
no-auto-close

By default, CRIU restores containers with the same SELinux process labels used during checkpointing. However, when restoring multiple copies of a container, this results in all containers using identical SELinux...

This pull request extends the inventory image with a `plugins` field that contains an array of names indicating which plugins were used during checkpointing, for example, to save GPU state....

This pull request updates pidfd to block `SIGCHLD` during temporary process creation to prevent a race condition between `kill()` and `waitpid()` where `sigchld_handler()` causes `criu restore` to fail with an...

Hi @avagin, would it be possible to update the version of CRIU in the criu-dev branch? Currently, this is set (in [Makefile.versions](https://github.com/checkpoint-restore/criu/blob/criu-dev/Makefile.versions)) to 3.18. However, in go-criu and runc we...