linux/drivers/infiniband
Christoph Hellwig 2fce26a15f RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherent
dma_alloc_coherent is an opaque allocator that only uses the GFP_ flags
for allocation context control.  Don't pass GFP_USER which doesn't make
sense for a kernel DMA allocation or __GFP_COMP which makes no sense
for an allocation that can't in any way be converted to a page pointer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jason Gunthorpe <jgg@nvidia.com>
2022-11-21 09:36:05 +01:00
..
core treewide: use prandom_u32_max() when possible, part 1 2022-10-11 17:42:55 -06:00
hw RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherent 2022-11-21 09:36:05 +01:00
sw Linux 6.0 2022-10-06 19:48:45 -03:00
ulp treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
Kconfig RDMA/erdma: Add driver to kernel build environment 2022-07-27 16:04:05 -03:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00