]> Git Repo - linux.git/commit
mm/gup: change GUP fast to use flags rather than a write 'bool'
authorIra Weiny <[email protected]>
Tue, 14 May 2019 00:17:11 +0000 (17:17 -0700)
committerLinus Torvalds <[email protected]>
Tue, 14 May 2019 16:47:46 +0000 (09:47 -0700)
commit73b0140bf0fe9df90fb267c00673c4b9bf285430
tree2076056c96b291bc875064b4e45ee4a6228f79b8
parentb798bec4741bdd80224214fdd004c8e52698e425
mm/gup: change GUP fast to use flags rather than a write 'bool'

To facilitate additional options to get_user_pages_fast() change the
singular write parameter to be gup_flags.

This patch does not change any functionality.  New functionality will
follow in subsequent patches.

Some of the get_user_pages_fast() call sites were unchanged because they
already passed FOLL_WRITE or 0 for the write parameter.

NOTE: It was suggested to change the ordering of the get_user_pages_fast()
arguments to ensure that callers were converted.  This breaks the current
GUP call site convention of having the returned pages be the final
parameter.  So the suggestion was rejected.

Link: http://lkml.kernel.org/r/[email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ira Weiny <[email protected]>
Reviewed-by: Mike Marshall <[email protected]>
Cc: Aneesh Kumar K.V <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: John Hubbard <[email protected]>
Cc: "Kirill A. Shutemov" <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Rich Felker <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Yoshinori Sato <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
34 files changed:
arch/mips/mm/gup.c
arch/powerpc/kvm/book3s_64_mmu_hv.c
arch/powerpc/kvm/e500_mmu.c
arch/s390/kvm/interrupt.c
arch/sh/mm/gup.c
arch/sparc/mm/gup.c
arch/x86/kvm/paging_tmpl.h
arch/x86/kvm/svm.c
drivers/fpga/dfl-afu-dma-region.c
drivers/gpu/drm/via/via_dmablit.c
drivers/infiniband/hw/hfi1/user_pages.c
drivers/misc/genwqe/card_utils.c
drivers/misc/vmw_vmci/vmci_host.c
drivers/misc/vmw_vmci/vmci_queue_pair.c
drivers/platform/goldfish/goldfish_pipe.c
drivers/rapidio/devices/rio_mport_cdev.c
drivers/sbus/char/oradax.c
drivers/scsi/st.c
drivers/staging/gasket/gasket_page_table.c
drivers/tee/tee_shm.c
drivers/vfio/vfio_iommu_spapr_tce.c
drivers/vhost/vhost.c
drivers/video/fbdev/pvr2fb.c
drivers/virt/fsl_hypervisor.c
drivers/xen/gntdev.c
fs/orangefs/orangefs-bufmap.c
include/linux/mm.h
kernel/futex.c
lib/iov_iter.c
mm/gup.c
mm/util.c
net/ceph/pagevec.c
net/rds/info.c
net/rds/rdma.c
This page took 0.082444 seconds and 4 git commands to generate.