Re: executing function in kernel whose name is known

2000-10-11 Thread Keith Owens
On Wed, 11 Oct 2000 17:38:22 +0530, [EMAIL PROTECTED] wrote: >module having that function won't be unloaded. but my problem is i know >only name (a string containing name of the function) but not function >pointer. could you please elaborate on how to do this?? kernel/module.c, get_module_symbol

Re: executing function in kernel whose name is known

2000-10-11 Thread aprasad
> >> >> >> i know the name of a function which is stored in some string in a kernel >> >> module, is there any way to execute that function. >> >> That function is implemented in a module and has been exported. >> >> thanks, >> >> anil > >> >you mean execute from userspace? No. >> >You mean execut

Re: executing function in kernel whose name is known

2000-10-11 Thread Tigran Aivazian
On Wed, 11 Oct 2000 [EMAIL PROTECTED] wrote: > > > >> i know the name of a function which is stored in some string in a kernel > >> module, is there any way to execute that function. > >> That function is implemented in a module and has been exported. > >> thanks, > >> anil > > >you mean execu

Re: executing function in kernel whose name is known

2000-10-11 Thread aprasad
>> i know the name of a function which is stored in some string in a kernel >> module, is there any way to execute that function. >> That function is implemented in a module and has been exported. >> thanks, >> anil >you mean execute from userspace? No. >You mean execute from kernel space? Yes,

Re: executing function in kernel whose name is known

2000-10-11 Thread Tigran Aivazian
On Wed, 11 Oct 2000 [EMAIL PROTECTED] wrote: > hi, > i know the name of a function which is stored in some string in a kernel > module, is there any way to execute that function. > That function is implemented in a module and has been exported. > thanks, > anil you mean execute from userspace? N