criu/compel
Dmitry Safonov dd6736bd24 compel/x86/compat: pack ucontext_ia32
As I've united k_rtsigset_t between native and compat ucontext's,
it's 8-bytes aligned now. We don't care about align of this as
we fill it always with memcpy()/memset(0).
So after those changes, ucontext_ia32 has received new padding
between uc_mcontext and uc_sigmask (4 bytes to align to 8-byte sized
sigmask). Because of this, mask of blocked signals was restored
with shift (wrongly).
Fixes: signalfd00, file_attr tests.

travis-ci: success for 32-bit tests fixes
Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-03-15 00:09:58 +03:00
..
arch compel/x86/compat: pack ucontext_ia32 2017-03-15 00:09:58 +03:00
include compel: make include/uapi/asm symlink permanent 2017-03-15 00:09:56 +03:00
plugins Makefiles: rm -I compel/plugins... from cflags 2017-03-15 00:09:55 +03:00
src compel cli: make -p optional 2017-03-15 00:09:57 +03:00
test compel cli: make -p optional 2017-03-15 00:09:57 +03:00
.gitignore gitignores: ignore some more generated files 2017-03-15 00:05:55 +03:00
compel-host compel cli: show includes 2017-03-15 00:09:55 +03:00
Makefile compel cli: add libs command, use it 2017-03-15 00:09:57 +03:00