Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261433AbUKOEsn (ORCPT ); Sun, 14 Nov 2004 23:48:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261437AbUKOEsn (ORCPT ); Sun, 14 Nov 2004 23:48:43 -0500 Received: from fw.osdl.org ([65.172.181.6]:30400 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S261433AbUKOEsl (ORCPT ); Sun, 14 Nov 2004 23:48:41 -0500 Date: Sun, 14 Nov 2004 20:48:22 -0800 (PST) From: Linus Torvalds To: Adrian Bunk cc: Kernel Mailing List Subject: Re: 2.6.10-rc2 doesn't boot In-Reply-To: <20041115040710.GA2235@stusta.de> Message-ID: References: <20041115040710.GA2235@stusta.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 973 Lines: 27 On Mon, 15 Nov 2004, Adrian Bunk wrote: > io scheduler deadline registered > io scheduler cfq registered > > ----> 2.6.10-rc2 stops here > > loop: loaded (max 8 devices) Strange. There is not a lot in between those two registrations. The "cfq registered" comes from cfq_init(), and the "loop: loaded" thing comes from loop_init(), and in between them in the link there is just floppy.o. And I don't see that _any_ of those three has changed. Yes, cfq got an __exit added to its exit function, and floppy got __initdata added, but neither of those should make any difference what-so-ever. Just for interest, what happens if you disable floppy support? It doesn't look like you have a floppy on that system.. Linus - 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/