From mboxrd@z Thu Jan 1 00:00:00 1970 From: john.hubbard@gmail.com Subject: [PATCH v2 0/1] infiniband/mm: convert put_page() to put_user_page*() Date: Fri, 24 May 2019 18:45:21 -0700 Message-ID: <20190525014522.8042-1-jhubbard@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Andrew Morton , linux-mm@kvack.org Cc: Jason Gunthorpe , LKML , linux-rdma@vger.kernel.org, linux-fsdevel@vger.kernel.org, John Hubbard , Doug Ledford , Mike Marciniszyn , Dennis Dalessandro , Christian Benvenuti , Jan Kara , Jason Gunthorpe , Ira Weiny , =?UTF-8?q?J=C3=A9r=C3=B4me=20Glisse?= List-Id: linux-rdma@vger.kernel.org From: John Hubbard Hi Jason and all, I've added Jerome's and Ira's Reviewed-by tags. Other than that, this patch is the same as v1. ========================================================================== Earlier cover letter: IIUC, now that we have the put_user_pages() merged in to linux.git, we can start sending up the callsite conversions via different subsystem maintainer trees. Here's one for linux-rdma. I've left the various Reviewed-by: and Tested-by: tags on here, even though it's been through a few rebases. If anyone has hardware, it would be good to get a real test of this. thanks, -- John Hubbard NVIDIA Cc: Doug Ledford Cc: Jason Gunthorpe Cc: Mike Marciniszyn Cc: Dennis Dalessandro Cc: Christian Benvenuti Cc: Jan Kara Cc: Jason Gunthorpe Cc: Ira Weiny Cc: Jérôme Glisse John Hubbard (1): infiniband/mm: convert put_page() to put_user_page*() drivers/infiniband/core/umem.c | 7 ++++--- drivers/infiniband/core/umem_odp.c | 10 +++++----- drivers/infiniband/hw/hfi1/user_pages.c | 11 ++++------- drivers/infiniband/hw/mthca/mthca_memfree.c | 6 +++--- drivers/infiniband/hw/qib/qib_user_pages.c | 11 ++++------- drivers/infiniband/hw/qib/qib_user_sdma.c | 6 +++--- drivers/infiniband/hw/usnic/usnic_uiom.c | 7 ++++--- 7 files changed, 27 insertions(+), 31 deletions(-) -- 2.21.0