[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47BE06EB.6010301@firstfloor.org>
Date: Fri, 22 Feb 2008 00:19:07 +0100
From: Andi Kleen <andi@...stfloor.org>
To: Marcel Holtmann <marcel@...tmann.org>
CC: Simon Richter <sjr@...ian.org>, Tilman Schmidt <tilman@...p.cc>,
Gregory Nietsky <gregory@...worksentry.co.za>,
Jeff Garzik <jeff@...zik.org>, kkeil@...e.de,
Greg KH <greg@...ah.com>, linux-kernel@...r.kernel.org,
isdn4linux@...tserv.isdn4linux.de, Sam Ravnborg <sam@...nborg.org>
Subject: Re: Plans for mISDN? Was: [PATCH 00/14] [ISDN] ...
> that is not a big problem at all. If you have to enforce a specific
> module load order then create some dummy exports like misdn_load() and
> use them from the module that depends on it.
That's not necessarily enough. There are races during module load
when the next module is loaded already before the module it depends
on has finished initializing.
I regularly run into such a problem on my workstation with one
of the USB serial drivers for example. It errors out when autoloaded
during boot, but loads fine on retry later.
-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists