vdso: Introduce vdso pie-engine
It's quite minimal at moment and provides only two helpers - vdso_redirect_calls, to patch vdso area redirectling calls to some new place. - vdso_fill_symtable, to parse vma area as vdso library and fill symbols table with offsets and names. Because these routines will be needed in both regular criu code and restorer code -- we compile it in pie format. Signed-off-by:Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by:
Pavel Emelyanov <xemul@parallels.com>
Showing
arch/arm/include/asm/vdso.h
0 → 100644
arch/arm/vdso-pie.c
0 → 100644
arch/x86/include/asm/vdso.h
0 → 100644
arch/x86/vdso-pie.c
0 → 100644
include/vdso.h
0 → 100644
Please
register
or
sign in
to comment