I'm developing a userspace application and corresponding kernel driver.I need to pass a huge byte array from userspace to the driver.copy_from_user
has a limit of 16K, but the array is much larger than this.Is there a way to do it either by copy_from_user or a better solution?
↧
Copy large array from userspace to kernel
↧