Re: [PATCH 1/3] sgi-gru: Convert put_page() to get_user_page*()

2019-07-22 Thread Bharath Vedartham
On Sun, Jul 21, 2019 at 07:25:31PM -0700, John Hubbard wrote: > On 7/21/19 8:58 AM, Bharath Vedartham wrote: > > For pages that were retained via get_user_pages*(), release those pages > > via the new put_user_page*() routines, instead of via put_page(). > > > > This is part a tree-wide conversion

Re: [PATCH 1/3] sgi-gru: Convert put_page() to get_user_page*()

2019-07-21 Thread John Hubbard
On 7/21/19 8:58 AM, Bharath Vedartham wrote: > For pages that were retained via get_user_pages*(), release those pages > via the new put_user_page*() routines, instead of via put_page(). > > This is part a tree-wide conversion, as described in commit fc1d8e7cca2d > ("mm: introduce put_user_page*()

[PATCH 1/3] sgi-gru: Convert put_page() to get_user_page*()

2019-07-21 Thread Bharath Vedartham
For pages that were retained via get_user_pages*(), release those pages via the new put_user_page*() routines, instead of via put_page(). This is part a tree-wide conversion, as described in commit fc1d8e7cca2d ("mm: introduce put_user_page*(), placeholder versions"). Cc: Ira Weiny Cc: John Hubb