[CRIU] [PATCH cr] dump: save all vdso pages

Andrey Vagin avagin at openvz.org
Mon Aug 20 05:56:34 EDT 2012


If a vdso page was not accessed before dump, it's not present
and now it doesn't save in a dump image.
The vdso area is restored as VMA_ANON, it isn't an actual vdso more,
so when a not-present vdso page is accessed, a zero page would be mapped.

For this reason we should save all vdso pages in a image.

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 parasite.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-dump-save-all-vdso-pages.patch
Type: text/x-patch
Size: 621 bytes
Desc: not available
Url : http://openvz.org/pipermail/criu/attachments/20120820/43641267/0001-dump-save-all-vdso-pages.bin


More information about the CRIU mailing list