Obviously Dan didn't bother to read my e-mail. The problem is
definitely not with kbuild. The problem is with the
__define_initcall() levels.
> 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)
The problem is *not* the networking initialisation (I wish
people were *reading* my e-mails). The basic networking is initialised
early enough. The various networking stacks could be initialised
earlier, but I don't depend on them. Note that there might be a reason
to initialise networking after the file system, so to do that we might
need to insert a level between fs_initcall() and device_initcall().
The problem is with the initialisation of the random
generator. It needs to be done earlier.
> --Kai
Regards,
Jean
-
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/