Peter Zijlstra a6037b61c2 hrtimer: fix recursion deadlock by re-introducing the softirq
Impact: fix rare runtime deadlock

There are a few sites that do:

  spin_lock_irq(&foo)
  hrtimer_start(&bar)
    __run_hrtimer(&bar)
      func()
        spin_lock(&foo)

which obviously deadlocks. In order to avoid this, never call __run_hrtimer()
from hrtimer_start*() context, but instead defer this to softirq context.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-01-05 13:14:33 +01:00
..
2009-01-04 15:14:41 -05:00
2009-01-01 10:12:24 +10:30
2009-01-01 10:12:28 +10:30
2008-11-24 18:57:41 -05:00
2008-10-16 11:21:30 -07:00
2008-12-29 08:29:50 +01:00
2008-09-14 16:25:35 +02:00
2008-07-28 14:37:38 +02:00
2008-11-14 10:39:23 +11:00
2008-12-10 08:01:54 -08:00
2008-08-13 12:55:10 +02:00
2008-10-20 15:43:10 +02:00
2008-09-02 19:21:40 -07:00
2009-01-01 10:12:27 +10:30
2008-10-21 15:59:53 +02:00
2008-11-05 10:30:14 +01:00
2008-11-19 18:49:57 -08:00
2008-12-31 15:11:46 +01:00
2008-10-16 11:21:47 -07:00
2008-10-16 11:21:31 -07:00