Dear Subscribers,
 
After browsing the web for several hours I turn to you to get an answer.
 
As stated in LDD3 p.436 the function get_user_pages can return fewer
pages than requested (have already seen this during testing).
Though I have not been able to find an explanation why it would do it,
and how to act when it does.
 
After browsing the source code of some other drivers in the kernel that
use get_user_pages, I have seen that most of them return an error
message (various flavors: -ENOMEM, -EINVAL, -EFAULT) and let the user
handle it.

The thing is that I also don't know what the 'user' should do if this
error occurs.

Does any of you know how to handle this correctly ?

Regards,
Tom


P.S. Apologies for the disclaimer, it is out of my control...


DISCLAIMER:
Unless indicated otherwise, the information contained in this message is 
privileged and confidential, and is intended only for the use of the 
addressee(s) named above and others who have been specifically authorized to 
receive it. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this message and/or attachments 
is strictly prohibited. The company accepts no liability for any damage caused 
by any virus transmitted by this email. Furthermore, the company does not 
warrant a proper and complete transmission of this information, nor does it 
accept liability for any delays. If you have received this message in error, 
please contact the sender and delete the message. Thank you.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to