From: Arjan van de Ven <arjan@infradead.org>
To: John K <trv@freemail.gr>
Cc: linux-kernel@vger.kernel.org
Subject: Re: /proc/ksyms and /proc/kallsyms relationship?
Date: Sun, 9 Nov 2008 19:37:13 -0800 [thread overview]
Message-ID: <20081109193713.5f4894da@infradead.org> (raw)
In-Reply-To: <491787A0.5050901@freemail.gr>
On Mon, 10 Nov 2008 03:00:16 +0200
John K <trv@freemail.gr> wrote:
> 4. If one wants to find out what are the exported symbols from some
> module, so to know which symbols can he use in a future module, how
> can he achieve this?
you as developer can do a grep on the kernel source for
EXPORT_SYMBOL ...
and the module loader will also tell you if you use a symbol that's not
exported....
but realistically if you use the standard APIs you're not going to find
symbols that aren't exported... what kind of driver are you trying to
write?
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
next prev parent reply other threads:[~2008-11-10 3:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-10 1:00 John K
2008-11-10 3:37 ` Arjan van de Ven [this message]
2008-11-10 13:02 ` Keith Owens
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=20081109193713.5f4894da@infradead.org \
--to=arjan@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=trv@freemail.gr \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®