criu/test
Alexander Kartashov 4200d42ee6 session02: hard-code the value of the macro CLONE_STACK_SIZE
The macro PAGE_SIZE is declared in the following way in Debian:

 #define PAGE_SIZE               (sysconf(_SC_PAGESIZE))

that makes it impossible to use the macro as the size of
the array clone_args::stack since this generates the following error:

cc -g -O2 -Wall -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -iquote ../../lib/arch/arm/include -I../../lib   session02.c ../../lib/libzdtmtst.a   -o session02
session02.c:70:7: error: variably modified 'stack' at file scope

Cc: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com>
Acked-by: Andrew Vagin <avagin@parallels.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-04-04 14:07:20 +04:00
..
app-emu app-emu/lxc: create /var/run/netns/ 2013-03-14 19:35:36 +04:00
tcp tcp: Automate TCP stream c/r 2012-04-28 20:37:54 +04:00
zdtm session02: hard-code the value of the macro CLONE_STACK_SIZE 2013-04-04 14:07:20 +04:00
app-emu.sh test: add a script for executing all app-emu test cases 2012-11-22 19:08:29 +04:00
functions.sh test/app-emu: wait while tasks are dying before starting restore 2012-11-22 19:08:14 +04:00
Makefile test: don't skip errors if someone fails 2013-04-01 20:10:05 +04:00
zdtm.sh zdtm: show a process tree before and after c/r 2013-04-01 12:31:14 +04:00