[CRIU] [PATCH 0/6] Move posix timers into Core entry

Cyrill Gorcunov gorcunov at gmail.com
Fri Mar 14 02:41:35 PDT 2014


On Fri, Mar 14, 2014 at 01:29:38PM +0400, Pavel Emelyanov wrote:
> On 03/14/2014 01:10 PM, Cyrill Gorcunov wrote:
> > Continue merging images. Here are posix-timers are merged.
> > Please take a look. Note the series depends on rlimits patch
> > series (ie it should be applied on top).
> 
> Are they per-task_struct or per-signal_struct?

timer_create
  ...
	list_add(&new_timer->list, &current->signal->posix_timers);

Damn, it seems I missed this moment :( They are hooked to per signal,
thus the series should be dropped.


More information about the CRIU mailing list