I am trying to use UML as a debugging aid. I ran into a problem with a few symbols from arch/um/kernel that were not exported. So I exported them via EXPORT_SYMBOL() and added those modules to the export-objs targets in their Makefile. However, when I rebuilt everything, booted the system via uml and then tried to insmod my module, I still get unresolved symbol errors. What am I missing? This is on 2.4.19 + uml-patch-2.4.19-45 -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/