[GIT PULL] dma-mapping fixes for 5.9
From: Christoph Hellwig
Date: Thu Aug 20 2020 - 12:42:09 EST
The following changes since commit a1d21081a60dfb7fddf4a38b66d9cef603b317a9:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-08-13 20:03:11 -0700)
are available in the Git repository at:
git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.9-1
for you to fetch changes up to d7e673ec2c8e0ea39c4c70fc490d67d7fbda869d:
dma-pool: Only allocate from CMA when in same memory zone (2020-08-14 16:27:05 +0200)
----------------------------------------------------------------
dma-mapping fixes for 5.9
- fix out more fallout from the dma-pool changes
(Nicolas Saenz Julienne, me)
----------------------------------------------------------------
Christoph Hellwig (1):
dma-pool: fix coherent pool allocations for IOMMU mappings
Nicolas Saenz Julienne (1):
dma-pool: Only allocate from CMA when in same memory zone
drivers/iommu/dma-iommu.c | 4 +-
include/linux/dma-direct.h | 3 -
include/linux/dma-mapping.h | 5 +-
kernel/dma/direct.c | 13 ++--
kernel/dma/pool.c | 145 ++++++++++++++++++++++++--------------------
5 files changed, 92 insertions(+), 78 deletions(-)