lkml.org 
[lkml]   [2002]   [Apr]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: difficulty with symbol export
On Mon, 29 Apr 2002, V. Guruprasad wrote:

> at the bottom of net/socket.c, and
>
> EXPORT_SYMBOL(get_socket_fileops);
>
> into net/netsyms.c, expecting to be able to call this function
> from a loadable module and to printk the function addresses
> from the file_operations struct.
>
> However, on rebooting into this modified kernel, my test module
> fails to load, saying
>
> foo.o: unresolved symbol get_socket_fileops

Basically, you're doing the right thing - what output does

grep get_socket_fileops /proc/ksyms

show?

Do you have CONFIG_MODVERSIONS turned on in your kernel config? If so,
you probably want to save your .config, make distclean and rebuild from
scratch - that will likely fix the problem.

--Kai


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.044 / U:0.960 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site