On Monday 28 August 2006 08:59, suman adak wrote: > On 8/25/06, Octavian Purdila <tavi@xxxxxxxxx> wrote: > > On Friday 25 August 2006 17:07, suman adak wrote: > > > You prababily didn't read my mail. I already told i found this sysmbol > > > > in > > > > > System.map file which contain all exported sysmbol address. > > > > > > root@ajit my_module]# cat /boot/System.map-2.6.15-1.2054_FC5 | grep -i > > > "sys_open" > > > c0152074 T do_sys_open > > > c015211e T sys_openat > > > c0152139 T sys_open > > > c032a29c r __ksymtab_sys_openat > > > c032d4dc r __kcrctab_sys_openat > > > c0330175 r __kstrtab_sys_openat > > > [root@ajit my_module]# > > I've missed that previously, but it looks like sys_open is not exported in your kernel (there is no __ksymtab_sys_open). BTW, is there a way to see all exported symbols of a kernel, when we do not have System.map available? Thanks, tavi -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/