Re: [PATCH 0/2] mm: put_user_page() call site conversion first

2019-02-14 Thread John Hubbard
On 2/14/19 4:23 PM, Ira Weiny wrote: > On Thu, Feb 07, 2019 at 11:56:47PM -0800, john.hubb...@gmail.com wrote: >> From: John Hubbard [...] >> mm: introduce put_user_page*(), placeholder versions >> infiniband/mm: convert put_page() to put_user_page*() > > A bit late but, FWIW: > >

Re: [PATCH 0/2] mm: put_user_page() call site conversion first

2019-02-14 Thread Ira Weiny
On Thu, Feb 07, 2019 at 11:56:47PM -0800, john.hubb...@gmail.com wrote: > From: John Hubbard > > Hi, > > It seems about time to post these initial patches: I think we have pretty > good consensus on the concept and details of the put_user_pages() approach. > Therefore, here are the first two

[PATCH 0/2] mm: put_user_page() call site conversion first

2019-02-07 Thread john . hubbard
From: John Hubbard Hi, It seems about time to post these initial patches: I think we have pretty good consensus on the concept and details of the put_user_pages() approach. Therefore, here are the first two patches, to get started on converting the get_user_pages() call sites to use