All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] dma-pool fixes
@ 2020-08-14 10:26 ` Nicolas Saenz Julienne
  0 siblings, 0 replies; 10+ messages in thread
From: Nicolas Saenz Julienne @ 2020-08-14 10:26 UTC (permalink / raw)
  To: amit.pundir, hch, linux-kernel
  Cc: jeremy.linton, iommu, linux-rpi-kernel, rientjes, Robin Murphy

Now that we have an explanation to Amir's issue, we can re-spin this
series.

---
Changes since v3:
 - Do not use memblock_start_of_DRAM()

Changes since v2:
 - Go back to v1's behavior for patch #2

Changes since v1:
 - Make cma_in_zone() more strict, GFP_KERNEL doesn't default to true
   now

 - Check if phys_addr_ok() exists prior calling it

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(-)

-- 
2.28.0

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-08-14 14:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-14 10:26 [PATCH v4 0/2] dma-pool fixes Nicolas Saenz Julienne
2020-08-14 10:26 ` Nicolas Saenz Julienne
2020-08-14 10:26 ` [PATCH v4 1/2] dma-pool: Only allocate from CMA when in same memory zone Nicolas Saenz Julienne
2020-08-14 10:26   ` Nicolas Saenz Julienne
2020-08-14 10:26 ` [PATCH v4 2/2] dma-pool: fix coherent pool allocations for IOMMU mappings Nicolas Saenz Julienne
2020-08-14 10:26   ` Nicolas Saenz Julienne
2020-08-14 13:18 ` [PATCH v4 0/2] dma-pool fixes Amit Pundir
2020-08-14 13:18   ` Amit Pundir
2020-08-14 14:27 ` Christoph Hellwig
2020-08-14 14:27   ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.