[CRIU] [PATCH 0/5] Escape parasite_fixup_vdso calling on non-x86

Cyrill Gorcunov gorcunov at openvz.org
Fri May 31 02:28:40 EDT 2013


Alexander, could you please give this series a shot?

For convenience I pushed them as a branch to github repo
so you could just fetch it for testing

---
The following changes since commit d0d4d5e705d508b5f7f651137e5a9e53945fed7c:

  dump: a trasport socket should be SOCK_STREAM (2013-05-30 17:59:17 +0400)

are available in the git repository at:

  git://github.com/cyrillos/crtools.git vdso

for you to fetch changes up to dbb99fb94f2f82a4ea6bca29f38a85f5e19cae44:

  vdso: x86 -- Skip areas with known not to be vdso (2013-05-31 10:25:27 +0400)

----------------------------------------------------------------
Cyrill Gorcunov (5):
      parasite-syscall: Move parasite_args macro to header
      Beautify parasite-syscall.h
      x86: Add missing include and structure in asm/parasite-syscall.h
      vdso: Make parasite_fixup_vdso being arch implemented
      vdso: x86 -- Skip areas with known not to be vdso

 arch/arm/include/asm/vdso.h             |   4 +
 arch/arm/vdso.c                         |   9 +++
 arch/x86/include/asm/parasite-syscall.h |   3 +
 arch/x86/include/asm/vdso.h             |   4 +
 arch/x86/vdso.c                         | 126 ++++++++++++++++++++++++++++++++
 include/parasite-syscall.h              |  62 ++++++++--------
 parasite-syscall.c                      | 125 -------------------------------
 7 files changed, 178 insertions(+), 155 deletions(-)



More information about the CRIU mailing list