Re: Kernel module_list

2005-04-14 Thread Allison
Right now , I am just learn. trying a test module that lists out all the modules Allison Arjan van de Ven wrote: > On Thu, 2005-04-14 at 19:53 +, Allison wrote: > > > > I am trying to access the module list kernel data structure from a > > kernel module. If I gather correctly, module_list is

Re: Kernel module_list

2005-04-14 Thread Coywolf Qi Hunt
On Thu, Apr 14, 2005 at 08:48:42PM +, Allison wrote: > I am trying to simply print out the module names and code sizes. > I am just learning how to rtraverse these data structures. Just read /proc/modules Coywolf > > Also, on what basis is the decision made whether to export a symbo

Re: Kernel module_list

2005-04-14 Thread Arjan van de Ven
On Thu, 2005-04-14 at 19:53 +, Allison wrote: > > I am trying to access the module list kernel data structure from a > kernel module. If I gather correctly, module_list is the symbol that > is the head pointer of this list. can you explain what you want to do with this symbol ? - To unsubs

Kernel module_list

2005-04-14 Thread Allison
Hi, I am trying to access the module list kernel data structure from a kernel module. If I gather correctly, module_list is the symbol that is the head pointer of this list. This module compiles fine but when I try to insmod it, it say module_list is unresolved symbol. Does this symbol have to s