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