linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] Unknown symbol vsyscall_end when loading external module
@ 2006-03-01 20:04 John Dykstra
  2006-03-01 22:29 ` Blaisorblade
  0 siblings, 1 reply; 2+ messages in thread
From: John Dykstra @ 2006-03-01 20:04 UTC (permalink / raw)
  To: user-mode-linux-devel

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

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).

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

TIA.

  --  John

[-- Attachment #2: Type: text/html, Size: 1160 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-01 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-01 20:04 [uml-devel] Unknown symbol vsyscall_end when loading external module John Dykstra
2006-03-01 22:29 ` Blaisorblade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox