On Thu, 2006-06-15 at 14:19 +0530, Jinesh K J wrote: > hi all, > > i'm trying to write a kernel module which will try to access a kernel > symbol. but, i dont know exactly from where to start. this is automatically done if the symbol is exported, no extra action needed from you *at all*. (and if the symbol isn't exported you have a problem, you should really get it exported, which usually is very easy to just include with your patch when you post it to lkml for inclusion. You need to think about it though, if NOBODY is using the symbol, maybe it is the wrong API level to use) -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/