]> git.baikalelectronics.ru Git - kernel.git/commit
RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configs
authorChristoph Hellwig <hch@lst.de>
Fri, 6 Nov 2020 18:19:32 +0000 (19:19 +0100)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 12 Nov 2020 17:27:41 +0000 (13:27 -0400)
commitb1a9850bd04996d6ade2fdfe84e8d3f60b1f2586
treee9d64d9e76f43ff3a085a7bc6a4051a174a4d06c
parent85e013348f11bf5d0198fc7b0a56eeee8e30064b
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 32da1c82df38 ("arch: define the ARCH_DMA_ADDR_T_64BIT config
symbol in lib/Kconfig")

Fixes: 30b9b41b30a3 ("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>
drivers/infiniband/Kconfig
drivers/infiniband/sw/rdmavt/Kconfig
drivers/infiniband/sw/rxe/Kconfig
drivers/infiniband/sw/siw/Kconfig