Quoting [email protected] ([email protected]):
> From: Serge Hallyn <[email protected]>
> 
> Signed-off-by: Serge Hallyn <[email protected]>
> ---
>  ipc/checkpoint_sem.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/ipc/checkpoint_sem.c b/ipc/checkpoint_sem.c
> index 53a19ed..395c84d 100644
> --- a/ipc/checkpoint_sem.c
> +++ b/ipc/checkpoint_sem.c
> @@ -186,6 +186,7 @@ int restore_ipc_sem(struct ckpt_ctx *ctx, struct 
> ipc_namespace *ns)
>       sma = restore_sem_array(ctx, h->sem_nsems);
>       if (IS_ERR(sma)) {
>               ret = PTR_ERR(sma);
> +             sma = NULL;
>               goto out;
>       }
> 
> -- 
> 1.6.0.6

So FWIW on x86-64 many of the tests current pass - the 3 failures I'm seeing
are due to:

        1. message queues for some reason aren't seen by the restarted
           task (restart does think it is restoring them according to debug
           info)
        2. self-checkpoint not yet supported
        3. restart block not set up right (or at least cr_tests/sleep fails
           for some reason, haven't yet looked at why)

I'm trying to track down #1 right now

-serge
_______________________________________________
Containers mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to