Re: [HELP] How to get address of module

From: Arnd Bergmann
Date: Mon Aug 08 2005 - 08:37:53 EST


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