Re: [HELP] How to get address of module

From: Hiroki Kaminaga
Date: Mon Aug 08 2005 - 19:48:51 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Subject: Re: [HELP] How to get address of module
Date: Mon, 8 Aug 2005 15:30:53 +0200

> You can do all that with module_address_lookup() using the KALLSYMS
> infrastructure.

Thank you.

What I wanted is: given the segfault address, I would like to

1) get which module it is in
2) in that module, within which function it segfaulted

module_address_lookup would do!

HK.
--
-
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/