>> What do futexes have to do with copying user memory? > > Return -EFAULT to userspace. Missed this bit. Kernel code for futex does a get_user() to read the value of the futex from user memory. -Tony
>> What do futexes have to do with copying user memory? > > Return -EFAULT to userspace. Missed this bit. Kernel code for futex does a get_user() to read the value of the futex from user memory. -Tony
![]() |