Call User-space Program function from Kernel Module
Hi,
I want to call some functions of a user space program from a kernel module. I cannot obviously put the code of the user space program in the kernel module as I dont have the libraries for that in the kernel space. So can anyone tell me how to be able to call user space programs, or link to them through kernel modules?
Thanks a lot
Shivanu
Calling user space function from kernel
Hi
Did u get any solution for calling a user space function from a kernel module
if so please let me know.
Quote:
Originally Posted by shivanu
Hi,
I want to call some functions of a user space program from a kernel module. I cannot obviously put the code of the user space program in the kernel module as I dont have the libraries for that in the kernel space. So can anyone tell me how to be able to call user space programs, or link to them through kernel modules?
Thanks a lot
Shivanu