criu/pie
Andrey Vagin ae729638ef restore: fix restoring signal blocking mask on arm
RT_SIGFRAME_UC(sigframe).uc_sigmask.sig = args->blk_sigset;

blk_sigset is u64, but uc_sigmask.sig has type ulong [2], so
only a part of mask is restore here.

This patch reworks restoring of blocking masks symmetrically to dumping
these masks.

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Tested-by: Alexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-04-29 16:36:04 +04:00
..
gen-offsets.sh parasite: Make parasite arguments variable size 2013-03-01 20:11:28 +04:00
log-simple.c log-simple: Fix off-by-one when printing numbers 2013-04-11 19:40:34 +04:00
Makefile pie: Pass CR_NOGLIBC in pie/Makefile 2013-02-27 15:43:34 +04:00
parasite.c parasite: don't set ret if it is not going to be read 2013-04-04 14:00:26 +04:00
pie.lds.S.in pie: Bump .got table into .crblob section 2013-03-27 15:52:09 +04:00
restorer.c restore: fix restoring signal blocking mask on arm 2013-04-29 16:36:04 +04:00
util-net.c make: pie -- Switch to a new scheme 2013-02-18 18:10:45 +04:00