Message ID | 20190805222019.28592-1-jhubbard@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | mm/: 3 more put_user_page() conversions | expand |
On Mon, 5 Aug 2019 15:20:16 -0700 john.hubbard@gmail.com wrote: > Here are a few more mm/ files that I wasn't ready to send with the > larger 34-patch set. Seems that a v3 of "put_user_pages(): miscellaneous call sites" is in the works, so can we make that a 37 patch series?
On 8/6/19 2:59 PM, Andrew Morton wrote: > On Mon, 5 Aug 2019 15:20:16 -0700 john.hubbard@gmail.com wrote: > >> Here are a few more mm/ files that I wasn't ready to send with the >> larger 34-patch set. > > Seems that a v3 of "put_user_pages(): miscellaneous call sites" is in > the works, so can we make that a 37 patch series? > Sure, I'll add them to that. thanks,
From: John Hubbard <jhubbard@nvidia.com> Hi, Here are a few more mm/ files that I wasn't ready to send with the larger 34-patch set. John Hubbard (3): mm/mlock.c: convert put_page() to put_user_page*() mm/mempolicy.c: convert put_page() to put_user_page*() mm/ksm: convert put_page() to put_user_page*() mm/ksm.c | 14 +++++++------- mm/mempolicy.c | 2 +- mm/mlock.c | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-)