Hi Experts,
I would like to avoid the usage of API copy_from_user() and copy_to_user() API in my kernel driver.
Is there any means to avoid the copy of data during user space and kernel space interaction ?
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.
I think, you can't avoid that API from kernel since lot of drivers are using this mechanism to communicate between kernel and user space.