[CRIU] [PATCH 08/10] kerndat: check the SIOCGSKNS ioctl

Pavel Emelyanov xemul at virtuozzo.com
Mon Feb 13 05:16:26 PST 2017


> @@ -634,6 +635,10 @@ int kerndat_init(void)
>  		ret = kerndat_tcp_repair();
>  	if (!ret)
>  		ret = kerndat_compat_restore();
> +	if (!ret)
> +		ret = kerndat_tcp_repair();

O_o

> +	if (!ret)
> +		ret = kerndat_socket_netns();
>  
>  	kerndat_lsm();
>  	kerndat_mmap_min_addr();



More information about the CRIU mailing list