If I use copy_to_user in ioctl function, i can copy the data to the user space, but if I put the copy_to_user into the timeout handler function, copy_to_user can not be successful. Why?If I use copy_to_user in ioctl function, i can
If I use copy_to_user in ioctl function, i can copy the data to the user space, but if I put the copy_to_user into the timeout handler function, copy_to_user can not be successful. Why?If I use copy_to_user in ioctl function, i can