mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 12:40:51 +02:00
We are now in a position where no caller of pin_user_pages() requires the vmas parameter at all, so eliminate this parameter from the function and all callers. This clears the way to removing the vmas parameter from GUP altogether. Link: https://lkml.kernel.org/r/195a99ae949c9f5cb589d2222b736ced96ec199a.1684350871.git.lstoakes@gmail.com Signed-off-by: Lorenzo Stoakes <lstoakes@gmail.com> Acked-by: David Hildenbrand <david@redhat.com> Acked-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> [qib] Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> [drivers/media] Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Christian König <christian.koenig@amd.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Janosch Frank <frankja@linux.ibm.com> Cc: Jarkko Sakkinen <jarkko@kernel.org> Cc: Jason Gunthorpe <jgg@nvidia.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Sean Christopherson <seanjc@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| qib.h | ||
| qib_6120_regs.h | ||
| qib_7220.h | ||
| qib_7220_regs.h | ||
| qib_7322_regs.h | ||
| qib_common.h | ||
| qib_debugfs.c | ||
| qib_debugfs.h | ||
| qib_diag.c | ||
| qib_driver.c | ||
| qib_eeprom.c | ||
| qib_file_ops.c | ||
| qib_fs.c | ||
| qib_iba6120.c | ||
| qib_iba7220.c | ||
| qib_iba7322.c | ||
| qib_init.c | ||
| qib_intr.c | ||
| qib_mad.c | ||
| qib_mad.h | ||
| qib_pcie.c | ||
| qib_pio_copy.c | ||
| qib_qp.c | ||
| qib_qsfp.c | ||
| qib_qsfp.h | ||
| qib_rc.c | ||
| qib_ruc.c | ||
| qib_sd7220.c | ||
| qib_sdma.c | ||
| qib_sysfs.c | ||
| qib_twsi.c | ||
| qib_tx.c | ||
| qib_uc.c | ||
| qib_ud.c | ||
| qib_user_pages.c | ||
| qib_user_sdma.c | ||
| qib_user_sdma.h | ||
| qib_verbs.c | ||
| qib_verbs.h | ||
| qib_wc_ppc64.c | ||
| qib_wc_x86_64.c | ||