[PATCH 09/10] posix-timers: Remove remaining uses of tasklist_lock

2013-11-23 Thread Frederic Weisbecker
The remaining uses of tasklist_lock were mostly about synchronizing against sighand modifications, getting coherent and safe group samples and also thread/process wide timers list handling. All of this is already safely synchronizable with the target's sighand lock. Let's use it on these places in

[RFC PATCH 09/10] posix-timers: Remove remaining uses of tasklist_lock

2013-10-12 Thread Frederic Weisbecker
The remaining uses of tasklist_lock were mostly about synchronizing against sighand modifications, getting coherent and safe group samples and also thread/process wide timers list handling. All of this is already safely synchronizable with the target's sighand lock. Let's use it on these places in