All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] Unknown symbols
@ 2004-10-22 19:16 Bodo Stroesser
  2004-10-23  1:16 ` [uml-devel] " BlaisorBlade
  0 siblings, 1 reply; 4+ messages in thread
From: Bodo Stroesser @ 2004-10-22 19:16 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: Jeff Dike, BlaisorBlade

Building 2.6.9 with vsyscall, I got problems with unknown symbols, e.g:

     ext3: Unknown symbol vsyscall_end
     ext3: Unknown symbol vsyscall_ehdr

for (almost) all modules, my current config uses.
The same problem exists for "end_iomem", but in the modules xfs.ko and ntfs.ko only.

I tried to fix that for the vsyscall_xxx in arch/um/os-Linux/elf_aux.c. I inserted
EXPORT_SYMBOLS for them, but it failed to compile, because it's not possible to
include "linux/module.h" in this user-code module.

What should I do to fix this? Move the variables to a kernel-source-file?
Or moving the EXPORTs only? To what file do you think that it should be moved?

For end_iomem inserting a EXPORT_SYMBOLS in arch/um/kernel/um_arch.c seems to be
enough.

Bodo


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2004-10-25 14:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-22 19:16 [uml-devel] Unknown symbols Bodo Stroesser
2004-10-23  1:16 ` [uml-devel] " BlaisorBlade
2004-10-23  3:09   ` Jeff Dike
2004-10-25 14:10     ` Bodo Stroesser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.