From: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
To: David Erickson <halcyon1981@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Kernel module unable to find an exported symbol
Date: Mon, 14 Apr 2008 01:52:15 +0400 [thread overview]
Message-ID: <4802808F.9020209@gmail.com> (raw)
In-Reply-To: <740b8bba0804131418q4a210d44k77f95714002b92a@mail.gmail.com>
David Erickson пишет:
> 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?
It is very much possible that adding the following line to the source
code of your module will help:
MODULE_LICENSE("GPL");
HTH,
Dmitri
>
> Thanks,
> David
>
> ps please CC me on a reply, thank you!
> --
> 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/
>
next prev parent reply other threads:[~2008-04-13 21:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-13 21:18 Kernel module unable to find an exported symbol David Erickson
2008-04-13 21:52 ` Dmitri Vorobiev [this message]
2008-04-13 21:58 ` David Erickson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4802808F.9020209@gmail.com \
--to=dmitri.vorobiev@gmail.com \
--cc=halcyon1981@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.