This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Run user space application from kernel space

Hi,

I am trying to run user space application from a driver.

I am using call_usermodehelper() API for this. I could run user space application from the driver file and open() ,read(), write() syscalls are executing but 'printf' is not executing.

What could be the reason that 'printf' is not working. Do i need any changes to get this working.

Please reply.

Thanks