[CRIU] [PATCH 1/3] vdso: Introduce vdso engine

Cyrill Gorcunov gorcunov at openvz.org
Wed May 15 11:56:59 EDT 2013


In this patch we prepare vDSO engine to be used in
future patches. Basically what we need is to:

 - parse runtime vDSO memory
 - patch vDSO area to redirect calls to a new place

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 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             | 204 ++++++++++++++++++++++++++++++++++++++++++++
 include/vdso.h              | 110 ++++++++++++++++++++++++
 6 files changed, 381 insertions(+)
 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vdso-Introduce-vdso-engine.patch
Type: text/x-patch
Size: 10819 bytes
Desc: not available
URL: <http://lists.openvz.org/pipermail/criu/attachments/20130515/eb30946b/attachment.bin>


More information about the CRIU mailing list