mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-29 13:00:45 +00:00
No description
blcrcheckpointcontainercontainerscriudmtcphighly-availablelinuxmemory-trackingmigrationparasitepost-copyrestoresnapshotsuspenduserfaultfdzero-downtime
When mapping compatible vDSO in restorer blob (with vdso_map_compat), we don't know if the kernel will map firstly vvar pages or vdso pages. So we attempt search by checking ELF header magic on those pages. Which leads to following "errors", which this patch hides: pie: 1: Error (pie/util-vdso-elf32.c:87): vdso: Elf header magic misma> pie: 1: Error (pie/util-vdso-elf32.c:87): vdso: Elf header magic misma> pie: 7: Error (pie/util-vdso-elf32.c:87): vdso: Elf header magic misma> pie: 7: Error (pie/util-vdso-elf32.c:87): vdso: Elf header magic misma> pie: 6: Error (pie/util-vdso-elf32.c:87): vdso: Elf header magic misma> pie: 6: Error (pie/util-vdso-elf32.c:87): vdso: Elf header magic misma> pie: 4: Error (pie/util-vdso-elf32.c:87): vdso: Elf header magic misma> pie: 5: Error (pie/util-vdso-elf32.c:87): vdso: Elf header magic misma> pie: 4: Error (pie/util-vdso-elf32.c:87): vdso: Elf header magic misma> pie: 5: Error (pie/util-vdso-elf32.c:87): vdso: Elf header magic misma> (for two vvar pages and 5 processes being restored). Cc: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com> |
||
|---|---|---|
| compel | ||
| contrib | ||
| coredump | ||
| crit | ||
| criu | ||
| Documentation | ||
| images | ||
| include/common | ||
| lib | ||
| scripts | ||
| soccr | ||
| test | ||
| .gitignore | ||
| .mailmap | ||
| .travis.yml | ||
| COPYING | ||
| CREDITS | ||
| INSTALL.md | ||
| Makefile | ||
| Makefile.config | ||
| Makefile.install | ||
| Makefile.versions | ||
| README.md | ||
CRIU (Checkpoint and Restore in Userspace)
An utility to checkpoint/restore tasks. Using this tool, you can freeze a running application (or part of it) and checkpoint it to a hard drive as a collection of files. You can then use the files to restore and run the application from the point it was frozen at. The distinctive feature of the CRIU project is that it is mainly implemented in user space.
The project home is at http://criu.org.
Pages worth starting with are:
- Kernel configuration, compilation, etc
- A simple example of usage
- More sophisticated example with graphical app
A video tour on basic CRIU features
How to contribute
- How to submit patches;
- Send all bug reports to mailing list;
- Spread the word about CRIU in social networks;
