[PATCH 6/6] posix-timers: Fix full dynticks CPUs kick on timer rescheduling

2013-12-03 Thread Frederic Weisbecker
A posix CPU timer can be rearmed while it is firing or after it is notified with a signal. This can happen for example with timers that were set with a non zero interval in timer_settime(). This rearming can happen in two places: 1) On timer firing time, which happens on the target's tick. If the

[PATCH 6/6] posix-timers: Fix full dynticks CPUs kick on timer rescheduling

2013-11-07 Thread Frederic Weisbecker
A posix CPU timer can be rearmed while it is firing or after it is notified with a signal. This can happen for example with timers that were set with a non zero interval in timer_settime(). This rearming can happen in two places: 1) On timer firing time, which happens on the target's tick. If the