RE: [PATCH RESEND] rapidio: use get_user_pages_unlocked()

2017-01-25 Thread Bounine, Alexandre
rew Morton; > Lorenzo Stoakes > Subject: [PATCH RESEND] rapidio: use get_user_pages_unlocked() > > Moving from get_user_pages() to get_user_pages_unlocked() simplifies > the code > and takes advantage of VM_FAULT_RETRY functionality when faulting in > pages. > > Si

RE: [PATCH RESEND] rapidio: use get_user_pages_unlocked()

2017-01-25 Thread Bounine, Alexandre
> Subject: [PATCH RESEND] rapidio: use get_user_pages_unlocked() > > Moving from get_user_pages() to get_user_pages_unlocked() simplifies > the code > and takes advantage of VM_FAULT_RETRY functionality when faulting in > pages. > > Signed-off-by: Lorenzo Stoakes > --

[PATCH RESEND] rapidio: use get_user_pages_unlocked()

2017-01-03 Thread Lorenzo Stoakes
Moving from get_user_pages() to get_user_pages_unlocked() simplifies the code and takes advantage of VM_FAULT_RETRY functionality when faulting in pages. Signed-off-by: Lorenzo Stoakes --- drivers/rapidio/devices/rio_mport_cdev.c | 11 +-- 1 file changed, 5

[PATCH RESEND] rapidio: use get_user_pages_unlocked()

2017-01-03 Thread Lorenzo Stoakes
Moving from get_user_pages() to get_user_pages_unlocked() simplifies the code and takes advantage of VM_FAULT_RETRY functionality when faulting in pages. Signed-off-by: Lorenzo Stoakes --- drivers/rapidio/devices/rio_mport_cdev.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-)