[CRIU] [PATCH] criu: raise the task file limit for specific commands

Andrei Vagin avagin at gmail.com
Thu Apr 18 20:51:42 MSK 2019


On Tue, Apr 16, 2019 at 10:25:13AM +0300, Cyrill Gorcunov wrote:
> On Tue, Apr 16, 2019 at 10:03:18AM +0300, Andrei Vagin wrote:
> > We don't need to do this from early_init.
> > 
> > Cc: Cyrill Gorcunov <gorcunov at gmail.com>
> > Signed-off-by: Andrei Vagin <avagin at gmail.com>
> 
> After this patch we will have
> 
> main
>   log_init
>     fd = install_service_fd(LOG_FD_OFF, new_logfd);
>   init_service_fd
> 
> which doesn't look right.

but it is right ;). init_service_fd has to be called before
clone_service_fd().


More information about the CRIU mailing list