On Wednesday 01 March 2006 21:04, John Dykstra wrote:
> I'm getting this when loading an externally built module:
>
> infinity: Unknown symbol vsyscall_end
> infinity: Unknown symbol vsyscall_ehdr
>
> The module uses copy_from_user().  When ARCH=um, copy_from_user() is
> defined as inline, and uses FIXADDR_USER_END.  That macro is defined as
> VSYSCALL_END, which in turn is defined as vsyscall_end.  However,
> there's no EXPORT_SYMBOL(vsyscall_end).

Ok, EXPORT_SYMBOL for both ones should be added, to any suitable file 
(arch/um/kernel/ksyms.c, for instance), and it'll work.

We'll add the patch ASAP, but please remind us.

> This is in linux-2.6.16-rc4, with Jeff's patch set from last week.

> TIA.

>   --  John

-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

        

        
                
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to