Problem in compiling a kernel module

Grant Likely grant.likely at secretlab.ca
Tue Mar 13 15:55:40 EST 2007


On 3/12/07, 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?

somewhere in the 'cleanup_module' function.  I don't know how to
resolve function+offset to line number in .o files, but it can
probably be done with readelf.

g.

-- 
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely at secretlab.ca
(403) 399-0195



More information about the Linuxppc-embedded mailing list