lee nookx wrote:
I don't export them no, because they are kernel functions (defined in <linux/syscalls.h>) They are showing up in the symbol table though: [lnookx@bloopy module]# cat /proc/kallsyms | grep shmat c04a1679 T do_shmat c04a18f5 T sys_shmat c04a7d0f t dummy_shm_shmat
That's not enough, they would need to be exported explicitly (EXPORT_SYMBOL) in order to be accessible from modules.
--- fm -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/