mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Kernel module unable to find an exported symbol
@ 2008-04-13 21:18 David Erickson
  2008-04-13 21:52 ` Dmitri Vorobiev
  0 siblings, 1 reply; 3+ messages in thread
From: David Erickson @ 2008-04-13 21:18 UTC (permalink / raw)
  To: linux-kernel

Hi everyone, I have two kernel modules I am developing, both use the
call_rcu exported function. The core module finds it no problem,
installs, and uses it.  The second module however when I try to insmod
it complains:

Unknown symbol call_rcu

I have verified that it is exported via /proc/kallsyms:
c04348c8 T call_rcu

I am at a loss as to how to proceed, can anyone shed some light on how
this could be happening? Or how to diagnose and debug the problem?

Thanks,
David

ps please CC me on a reply, thank you!

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

end of thread, other threads:[~2008-04-13 21:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-13 21:18 Kernel module unable to find an exported symbol David Erickson
2008-04-13 21:52 ` Dmitri Vorobiev
2008-04-13 21:58   ` David Erickson

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

Powered by JetHome