From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262566AbUBYBWm (ORCPT ); Tue, 24 Feb 2004 20:22:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262565AbUBYBWm (ORCPT ); Tue, 24 Feb 2004 20:22:42 -0500 Received: from e3.ny.us.ibm.com ([32.97.182.103]:44754 "EHLO e3.ny.us.ibm.com") by vger.kernel.org with ESMTP id S262566AbUBYBWh (ORCPT ); Tue, 24 Feb 2004 20:22:37 -0500 Subject: Re: 2.6.3-mm3 hangs on boot x440 (scsi?) From: john stultz To: Andrew Morton Cc: lkml In-Reply-To: <20040224170645.392abcff.akpm@osdl.org> References: <20040222172200.1d6bdfae.akpm@osdl.org> <1077668801.2857.63.camel@cog.beaverton.ibm.com> <20040224170645.392abcff.akpm@osdl.org> Content-Type: text/plain Message-Id: <1077672147.2857.78.camel@cog.beaverton.ibm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Tue, 24 Feb 2004 17:22:28 -0800 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2004-02-24 at 17:06, Andrew Morton wrote: > john stultz wrote: > > > > Booting 2.6.3-mm3 on an x440 hangs the box during the SCSI probe after > > the following: > > > > scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36 > > > > aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs > > > > > > I went back to 2.6.3-mm1 (as it was a smaller diff) and the problem was > > there as well. > > Could you try reverting aic7xxx-deadlock-fix.patch? Also, add > initcall_debug to the boot command just so we know we aren't blaming the > wrong thing. I was suspecting that patch, unfortunately reverting it doesn't seem to help. Here's the initcall_debug output: ide-floppy driver 0.99.newide calling initcall 0xc04d6821 scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36 aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs > Apart from that, gosh. Maybe you could add just linus.patch and > bk-scsi.patch, see if that hangs too? Or just test the latest linus tree - > the scsi changes were merged this morning. Thanks. The bk.current that I tested and worked was from about two hours ago. But I'll spin it again as 4 new changesets have shown up. thanks -john