[CRIU] [PATCH 0/2] vDSO migration, v2

Cyrill Gorcunov gorcunov at openvz.org
Thu Apr 18 02:15:58 EDT 2013


Hi guys, here is reworked series where

 - system's elf header is used
 - vdso image file ripped off

IOW the series now is a way smaller ;)

Please take a look, thanks!

Cyrill Gorcunov (2):
  vdso: Introduce vdso engine
  vdso: Proxify vDSO code on restore

 arch/arm/include/asm/vdso.h |  13 +++
 arch/x86/Makefile           |   1 +
 arch/x86/crtools.c          |  40 +++++++++
 arch/x86/include/asm/vdso.h |  13 +++
 arch/x86/vdso.c             | 209 ++++++++++++++++++++++++++++++++++++++++++++
 cr-restore.c                |  96 +++++++++++++++++++-
 include/vdso.h              |  62 +++++++++++++
 7 files changed, 432 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/include/asm/vdso.h
 create mode 100644 arch/x86/include/asm/vdso.h
 create mode 100644 arch/x86/vdso.c
 create mode 100644 include/vdso.h

-- 
1.8.1.4


More information about the CRIU mailing list