From: Arnd Bergmann <arnd@arndb.de>
To: Hiroki Kaminaga <kaminaga@sm.sony.co.jp>
Cc: sfr@canb.auug.org.au, linux-kernel@vger.kernel.org
Subject: Re: [HELP] How to get address of module
Date: Mon, 8 Aug 2005 15:30:53 +0200 [thread overview]
Message-ID: <200508081530.54180.arnd@arndb.de> (raw)
In-Reply-To: <20050808.210645.78734846.kaminaga@sm.sony.co.jp>
On Maandag 08 August 2005 14:06, Hiroki Kaminaga wrote:
> If the cause is in some insmod'ed module, then I would like to get
> info of that module. If I get the address of that module, I can get
> info such as symbol name defined by that module, etc. Then I could say
> in module mmm, at func fff, at addr xxx, there is segfault.
You can do all that with module_address_lookup() using the KALLSYMS
infrastructure.
Arnd <><
next prev parent reply other threads:[~2005-08-08 13:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-08 11:40 [HELP] How to get address of module Hiroki Kaminaga
2005-08-08 11:48 ` Stephen Rothwell
2005-08-08 12:06 ` Hiroki Kaminaga
2005-08-08 13:30 ` Arnd Bergmann [this message]
2005-08-09 0:43 ` Hiroki Kaminaga
2005-08-09 7:09 ` Jan Engelhardt
2005-08-08 13:51 ` linux-os (Dick Johnson)
2005-08-09 0:48 ` Hiroki Kaminaga
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=200508081530.54180.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=kaminaga@sm.sony.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/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.