Problem in compiling a kernel module

Ben Warren bwarren at qstreams.com
Tue Mar 13 23:55:28 EST 2007


Matthias,

--- Matthias Fechner <idefix at fechner.net> wrote:

> Hello Grant,
> 
> * Grant Likely <grant.likely at secretlab.ca> [12-03-07
> 12:36]:
> > Looks like you're trying to access inital data
> (which is freed after
> > module load) from regular code (which is not)
> 
> is it possible to find the line of code with the
> address is these
> warnings?

Is there any chance that you qualify private data as
__init within the driver?  Can you post the cleanup()
function and any private (static) functions that it
calls?

regards,
Ben



More information about the Linuxppc-embedded mailing list