Re: 2.6.26-rc: SPARC: Sun Ultra 10 can not boot

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Thursday, June 19, 2008 - 7:00 pm

From: "Alexander Beregalov" <a.beregalov@gmail.com>
Date: Thu, 19 Jun 2008 20:02:44 +0400


I know what the problem is.

It's hanging because lockdep is starting to actually be used. :-)
Beforehand various bugs caused lockdep to disable itself almost
immediately.  So it was never actually enabled on sparc64.

When you revert that changeset, there is a loop in the backtrace of
all kernel threads, and therefore lockdep turns itself off when all of
the stack backtrace slots get consumed by that loop in the backtraces.

After the revert you should see a set of kernel messages like:

BUG: MAX_STACK_TRACE_ENTRIES too low!
turning off the locking correctness validator.

and that would confirm my theory.

Lockdep really isn't usable on sparc64 at this time and it's one of
the ongoing things I'm trying to get fully fixed.  The changeset in
question fixes a real bug in stack backtrace output, so it should
stay in the tree.

FWIW, I just verified the above on my ultra5 box.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.26-rc: SPARC: Sun Ultra 10 can not boot, Alexander Beregalov, (Thu Jun 19, 7:07 am)
Re: 2.6.26-rc: SPARC: Sun Ultra 10 can not boot, Alexander Beregalov, (Thu Jun 19, 9:02 am)
Re: 2.6.26-rc: SPARC: Sun Ultra 10 can not boot, David Miller, (Thu Jun 19, 4:10 pm)
Re: 2.6.26-rc: SPARC: Sun Ultra 10 can not boot, David Miller, (Thu Jun 19, 7:00 pm)
Re: 2.6.26-rc: SPARC: Sun Ultra 10 can not boot, Alexander Beregalov, (Fri Jun 20, 2:19 pm)
Re: 2.6.26-rc: SPARC: Sun Ultra 10 can not boot, David Miller, (Fri Jun 20, 2:21 pm)