Re: Crashes during boot on 2.6.30 / 2.6.31-rc, random programs
From: Amerigo Wang
Date: Tue Jun 30 2009 - 05:14:45 EST
On Mon, Jun 29, 2009 at 11:30:41AM +0100, Joao Correia wrote:
>Hello
>
>The system seemed to happily ignore all the sysctl.conf changes and
>all echo VALUE > /proc/sys/kernel/max_lock_depth
Ouch, mistake! max_lock_depth is for rt_mutex... :)
>
>So i dug a little on the source and changed
>
>include/linux/sched.h
>
># define MAX_LOCK_DEPTH 48UL
>
>to
>
># define MAX_LOCK_DEPTH 96UL
>
>and im getting no more errors. Of course, now its probably radioactive
>and about to blow up, but at least it's not complaining anymore :).
Yeah, this is right.
Let's Cc: Peter to see if he would like to change this number...
Peter?
--
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/