Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752754AbYFTCA7 (ORCPT ); Thu, 19 Jun 2008 22:00:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750830AbYFTCAt (ORCPT ); Thu, 19 Jun 2008 22:00:49 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:42877 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750712AbYFTCAs (ORCPT ); Thu, 19 Jun 2008 22:00:48 -0400 Date: Thu, 19 Jun 2008 19:00:48 -0700 (PDT) Message-Id: <20080619.190048.193701955.davem@davemloft.net> To: a.beregalov@gmail.com Cc: kernel-testers@vger.kernel.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: 2.6.26-rc: SPARC: Sun Ultra 10 can not boot From: David Miller In-Reply-To: References: X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1310 Lines: 34 From: "Alexander Beregalov" Date: Thu, 19 Jun 2008 20:02:44 +0400 > I have reverted this commit and > 2.6.26-rc6-00233-g99d3b2d works fine. It can boot. 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/