Nathan Lynch wrote: > Maynard Johnson wrote: >> static long lib_addr; >> module_param(lib_addr, long, 0); > ^^^^ > Should be unsigned long? Right. I switched this to 'ulong', but that didn't make a difference in my test results. >