tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Modularizing net80211 (was: link_set info needed)



On Sat, Apr 28, 2012 at 10:13:11AM -0700, Paul Goyette wrote:
> But can you provide symbols for the start/end of each module's
> portion of the .ctor / .dtor section?

I'm not sure you should have to. Otherwise it means that the static
state of a module after load is not consistent, which should not be that
hard to guarantee. Once you have that, the order in which constructors
are run no longer matters.

Joerg


Home | Main Index | Thread Index | Old Index