[CRIU] [PATCH] sigframe: Move sigframe-related code into sigframe.*

Cyrill Gorcunov gorcunov at gmail.com
Fri Oct 28 06:55:23 PDT 2016


On Fri, Oct 28, 2016 at 04:56:32PM +0300, Pavel Emelyanov wrote:
> From: Cyrill Gorcunov <gorcunov at openvz.org>
> 
> There's a lot of code making sigframes for PIE spread all over the
> asm/restorer.h and arch/crtools.c. This patch collects it all into
> asm/sigframe.h and arch/sigframe.c for better modularity and for
> the sake of compel.
> 
> The patch is huge, but it just moves the code around (making u32/u64
> types conversions to uint32/64_t-s where appropriate).
> 
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> Signed-off-and-ported-on-dev-by: Pavel Emelyanov <xemul at virtuozzo.com>

Thank a huge for porting it back to criu-dev!


More information about the CRIU mailing list