How to send a message from Kernel to user space and receive from userspace to the kernel ?
What are possible ways ?. I am a new new guy to kernel module programming.
Adding one more query here related to the same question
How can we send a message from a interrupt(top half) handlerto a user space and response from user space to the same interrupt module ?
1 Answer