Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755440AbYLESc2 (ORCPT ); Fri, 5 Dec 2008 13:32:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756383AbYLEScR (ORCPT ); Fri, 5 Dec 2008 13:32:17 -0500 Received: from ey-out-2122.google.com ([74.125.78.27]:61511 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756346AbYLEScQ (ORCPT ); Fri, 5 Dec 2008 13:32:16 -0500 Message-ID: Date: Fri, 5 Dec 2008 19:32:15 +0100 From: "Kay Sievers" To: "Alan Cox" Subject: Re: Runaway loop with the current git. Cc: "Evgeniy Polyakov" , linux-kernel@vger.kernel.org In-Reply-To: <20081205181610.518ecd13@lxorguk.ukuu.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081205180350.GA25236@ioremap.net> <20081205181610.518ecd13@lxorguk.ukuu.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1290 Lines: 32 On Fri, Dec 5, 2008 at 19:16, Alan Cox wrote: > On Fri, 5 Dec 2008 21:03:50 +0300 > Evgeniy Polyakov wrote: >> I've built current (aaad07763) git tree with config, which worked ok >> with 2.6.27 (pressed enter several times when 'make oldconfig' asked) >> and now system fails to boot. >> >> Attached screen dump and config. >> >> I'm not subscribed, please add to copy. > > Your modprobe is for some reason triggering a load of /dev/ttyS* (ie the > serial 8250 stuff) from within the module loading scripts. You'll need to > debug the user space and work out why the loop is happening then it > should be fairly easy to fix. Why do you think it's serial? 5-1 looks more like /dev/console. This also seems to happen only in initramfs for people who see this. People say that compiling-in some modules (unfortunately they don't remember which) makes it work again. Can this be some init order problem, that the /dev/console is not initialized but, we fork a process which tries to access it? Kay -- 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/