Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 1 Jun 2002 03:43:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 1 Jun 2002 03:43:22 -0400 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:658 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Sat, 1 Jun 2002 03:43:21 -0400 Date: Sat, 1 Jun 2002 02:43:14 -0500 (CDT) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Dan Aloni cc: jt@hpl.hp.com, Linux kernel mailing list , Alan Cox , Jeff Garzik Subject: Re: Link order madness :-( In-Reply-To: <20020601065520.GA11951@callisto.yi.org> Message-ID: 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 On Sat, 1 Jun 2002, Dan Aloni wrote: > > So, I was trying to fix that, and I found a problem with > > kernel link order. > > It is possible that recent kbuild changes caused that. I don't think so, I took extra care to leave it all the same. (Well, except for sound/, which is outside drivers/) It'd however surely be a good idea to go through it and document which dependencies there are. There's surely stuff which could be cleaned up (Jeff, as you're CC'ed anyway, look where tulip/ is linked in drivers/net/Makefile, I think that could be straightened up a bit) W.r.t to the original problem I have to say I didn't really look into yet, but I think it makes e.g. a lot of sense to initialize networking earlier (subsys_initcall). We have initcall levels, using them right will help a lot. (The block subsystem is only __initcall a.k.a. driver_initcall as well, that's asking for problems at some point) --Kai - 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/