[CRIU] [PATCH] zdtm: execute sigpending and sk-netlink only on linux-cr

Pavel Emelyanov xemul at parallels.com
Wed Mar 27 07:53:12 EDT 2013


On 03/27/2013 12:02 AM, Andrey Vagin wrote:
> The functionality for dumping signals and netlink sockets are not merged
> in the upstream kernel yet.
> 
> Signed-off-by: Andrey Vagin <avagin at openvz.org>
> ---
>  test/zdtm.sh | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/test/zdtm.sh b/test/zdtm.sh
> index 9031588..2f70ba7 100755
> --- a/test/zdtm.sh
> +++ b/test/zdtm.sh
> @@ -126,6 +126,8 @@ transition/ipc
>  "
>  
>  TEST_CR_KERNEL="
> +static/sigpending
> +static/sk-netlink
>  "
>  
>  CRTOOLS=$(readlink -f `dirname $0`/../crtools)
> 


applied


More information about the CRIU mailing list