j
k
j a
j l
On 20/07/2023 16:49, Tudor Cretu wrote:
...+ return copy_from_user(aux, &uwaitv[i], sizeof(*aux)); You probably want copy_from_user_with_ptr() here. The rest looks good to me. Well done!
+ return copy_from_user(aux, &uwaitv[i], sizeof(*aux));
You probably want copy_from_user_with_ptr() here.
The rest looks good to me. Well done!
I've got nothing else to complain about either :)
Kevin
Back to the thread
Back to the list