Bhavik Sachdev
Bhavik Sachdev
This PR distinguishes `criu dump` crash from `criu dump` fail in the `zdtm.py` script. Now, `zdtm` reports `criu dump` crash as a test failure. Very similiar to the work done...
A PR for support of process file descriptors. Here's a article that talks about features of pidfds, which we might have to support (and test): http://www.corsix.org/content/what-is-a-pidfd **To Do:** - [x]...
**Description** Please read the reproducer code: https://gist.github.com/bsach64/fcbdaec357fd7ed4212a86ac81b2e8bb ``` C #define _GNU_SOURCE #include #include #include #include #include #include #include #ifndef PID_FS_MAGIC #define PID_FS_MAGIC 0x50494446 #endif /* * main * `- child...
This PR adds initial support for files on detached bind mounts. Detached mounts are mounts which are unmounted using the `MNT_DETACH` flag. This commit adds support for files opened on...