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.

Accessing Userspace buffer from Kernel space

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 ?