Re: kernel deadlock

From: Gerlando Falauto
Date: Sat Aug 31 2013 - 04:11:36 EST


Hi Stephen,
>
Just curious. Do you have this patch from 3.11 applied to your 3.10
kernel tree?

Nope, I didn't. But I applied it, and it doesn't seem to make a difference, unfortunately. :-(

Thanks for your help anyway!
Gerlando


commit 971ee28cbd1ccd87b3164facd9359a534c1d2892
Author: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Date: Fri Jun 28 11:18:53 2013 +0200

sched: Fix HRTICK

David reported that the HRTICK sched feature was borken; which was
enough
motivation for me to finally fix it ;-)

We should not allow hrtimer code to do softirq wakeups while holding
schedul
er
locks. The hrtimer code only needs this when we accidentally try to
program
an
expired time. We don't much care about those anyway since we have
the regula
r
tick to fall back to.

Reported-by: David Ahern <dsahern@xxxxxxxxx>
Tested-by: David Ahern <dsahern@xxxxxxxxx>
Signed-off-by: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Link:
http://lkml.kernel.org/r/20130628091853.GE29209@xxxxxxxxxxxxxxxxxxxxxx
-ass.net
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/