Leave a comment

Comments 3

kathiawadi November 20 2007, 23:50:54 UTC
we are using get_user_pages() in TSA and it was also there in SDP's zcopy path, but we never ported it.. :(

Reply

rareisme November 21 2007, 05:27:54 UTC
Basically, i was browsing through mr_register_nonshared code. And they have very well used this function. What we are giving as user buffer in argument is directly mapped to kernel pages in nesproxy code...

Reply

kathiawadi November 21 2007, 06:33:41 UTC
yup... but then again we need to make sure that we report back to userspace that the pages are modified under kernel level, using put_page or by setting dirty bit..

Reply


Leave a comment

Up