From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030357AbXDLQ7U (ORCPT ); Thu, 12 Apr 2007 12:59:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030405AbXDLQ7U (ORCPT ); Thu, 12 Apr 2007 12:59:20 -0400 Received: from smtp.osdl.org ([65.172.181.24]:49620 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030357AbXDLQ7R (ORCPT ); Thu, 12 Apr 2007 12:59:17 -0400 Date: Thu, 12 Apr 2007 09:55:31 -0700 From: Andrew Morton To: Jiri Kosina Cc: Helge Hafting , linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net, Corey Minyard , Greg KH , Mike Galbraith , Adrian Bunk Subject: Re: 2.6.21-rc6-mm1 USB related boot hang Message-Id: <20070412095531.d792f671.akpm@linux-foundation.org> In-Reply-To: References: <20070408143559.f5014629.akpm@linux-foundation.org> <20070411194227.GA31286@aitel.hist.no> <20070411134346.d10765da.akpm@linux-foundation.org> <20070411230700.GA4023@aitel.hist.no> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 12 Apr 2007 17:31:52 +0200 (CEST) Jiri Kosina wrote: > On Thu, 12 Apr 2007, Jiri Kosina wrote: > > > > - try booting without any HID devices plugged in (i.e. usb mice, usb > > > keyboards) if the problem persists? > > > - recompile 2.6.21-rc6-mm1 with git-hid.patch reverted to see if it helps? > > Do you compile with CONFIG_HIDRAW? > > Helge, > > with your .config, my machine hangs upon IPMI initialization, the last > thing I see before total freeze is > > ipmi_si: Trying PCI-specified kcs state machine at mem address 0xd0121000, slave address 0x0, irq 5 > > (this was run on 32bit machine) Was that with ipmi linked into vmlinux? (Please send the output of grep IPMI .config) I thought we fixed that.