linux/drivers/infiniband/sw/siw
Christoph Hellwig b1e678bf29 RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configs
dma_virt_ops requires that all pages have a kernel virtual address.
Introduce a INFINIBAND_VIRT_DMA Kconfig symbol that depends on !HIGHMEM
and make all three drivers depend on the new symbol.

Also remove the ARCH_DMA_ADDR_T_64BIT dependency, which has been obsolete
since commit 4965a68780 ("arch: define the ARCH_DMA_ADDR_T_64BIT config
symbol in lib/Kconfig")

Fixes: 551199aca1 ("lib/dma-virt: Add dma_virt_ops")
Link: https://lore.kernel.org/r/20201106181941.1878556-2-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2020-11-12 13:27:41 -04:00
..
Kconfig RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configs 2020-11-12 13:27:41 -04:00
Makefile
iwarp.h
siw.h RDMA: Remove 'max_fmr' 2020-06-02 20:32:54 -03:00
siw_cm.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
siw_cm.h
siw_cq.c RDMA/siw: Simplify QP representation 2020-01-03 15:54:09 -04:00
siw_main.c RDMA: Fix software RDMA drivers for dma mapping error 2020-11-02 15:14:56 -04:00
siw_mem.c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites 2020-06-09 09:39:14 -07:00
siw_mem.h RDMA/siw: Fix 64/32bit pointer inconsistency 2019-08-23 12:08:27 -04:00
siw_qp.c RDMA/siw: Simplify QP representation 2020-01-03 15:54:09 -04:00
siw_qp_rx.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
siw_qp_tx.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
siw_verbs.c RDMA: Allow fail of destroy CQ 2020-09-09 14:14:29 -03:00
siw_verbs.h RDMA: Allow fail of destroy CQ 2020-09-09 14:14:29 -03:00