Hi Eric: Eric Biggers <[email protected]> wrote: > From: Eric Biggers <[email protected]> > > Use subsys_initcall for registration of all templates and generic > algorithm implementations, rather than module_init.
I think this is fine except that algboss already hooks in at subsys_initcall and either it needs to move further up or we need to change these ones to occur after subsys_initcall. Otherwise the generic algorithms themselves may not get tested if algboss isn't loaded first. Thanks, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
