[CRIU] Re: [PATCH] epoll: Add support for disabled events

Cyrill Gorcunov gorcunov at openvz.org
Fri Oct 19 06:54:22 EDT 2012


On Fri, Oct 19, 2012 at 02:48:59PM +0400, Pavel Emelyanov wrote:
> >  static void pr_info_eventpoll_tfd(char *action, EventpollTfdEntry *e)
> >  {
> > -	pr_info("%seventpoll-tfd: id %#08x tfd %#08x events %#08x data %#016lx\n",
> > -		action, e->id, e->tfd, e->events, e->data);
> > +	pr_info("%seventpoll-tfd: id %#08x tfd %#08x events %#08x data %#016lx enabled %1d\n",
> > +		action, e->id, e->tfd, e->events, e->data, e->enabled);
> >  }
> >  
> 
> This implies respective support from the kernel fdinfo file. Need to make sure
> Al will accept it.
> 
> Thus, I postpone the patch for a while.

This patch allows crtools to work with old format as well. As for the updated
format -- I'm rolling up an update to our kernel at moment.

I mean -- no need to postprone it, grab it and run sh test/zdtm.sh static/eventfs00
and everything should still work.


More information about the CRIU mailing list