tech-kern archive

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

Re: Enabling built-in modules earlier in init



On Wed Jun 16 2010 at 04:58:37 -0700, Paul Goyette wrote:
> Yeah, my initial pass at the xxxVERBOSE modules used module_load() with 
> MODCTL_LOAD_FORCE flag.  And it worked just fine for both built-in and 
> boot-loaded modules.  Then, at John Nemeth's request, I modified it all 
> to use module_autoload() which doesn't have the ability to specify the 
> flag.  I continued to test with boot-loaded modules, but never went back 
> to check on built-ins.  Hence my surprise yesterday when both jruoho@ 
> and njoly@ reported that built-ins were not working!

See what happens when you don't put regression tests into src/tests ?)


Home | Main Index | Thread Index | Old Index