[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6af5e7da-08ba-4fc7-8e57-863377182142@arm.com>
Date: Wed, 6 Mar 2024 12:02:41 +0000
From: Robin Murphy <robin.murphy@....com>
To: Joerg Roedel <joro@...tes.org>, Christoph Hellwig <hch@....de>
Cc: Vineet Gupta <vgupta@...nel.org>, Russell King <linux@...linux.org.uk>,
Catalin Marinas <catalin.marinas@....com>, Will Deacon <will@...nel.org>,
Huacai Chen <chenhuacai@...nel.org>, WANG Xuerui <kernel@...0n.name>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
Paul Walmsley <paul.walmsley@...ive.com>, Palmer Dabbelt
<palmer@...belt.com>, Albert Ou <aou@...s.berkeley.edu>,
Lorenzo Pieralisi <lpieralisi@...nel.org>, Hanjun Guo
<guohanjun@...wei.com>, Sudeep Holla <sudeep.holla@....com>,
"K. Y. Srinivasan" <kys@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>, Wei Liu <wei.liu@...nel.org>,
Dexuan Cui <decui@...rosoft.com>,
Suravee Suthikulpanit <suravee.suthikulpanit@....com>,
David Woodhouse <dwmw2@...radead.org>, Lu Baolu <baolu.lu@...ux.intel.com>,
Niklas Schnelle <schnelle@...ux.ibm.com>,
Matthew Rosato <mjrosato@...ux.ibm.com>,
Gerald Schaefer <gerald.schaefer@...ux.ibm.com>,
Jean-Philippe Brucker <jean-philippe@...aro.org>,
Rob Herring <robh+dt@...nel.org>, Frank Rowand <frowand.list@...il.com>,
Marek Szyprowski <m.szyprowski@...sung.com>, Jason Gunthorpe <jgg@...pe.ca>,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-acpi@...r.kernel.org, iommu@...ts.linux.dev, devicetree@...r.kernel.org
Subject: Re: [PATCH v3 0/7] dma-mapping: Simplify arch_setup_dma_ops()
Hi Joerg, Christoph,
On 2024-02-09 4:49 pm, Robin Murphy wrote:
> v2: https://lore.kernel.org/linux-iommu/cover.1702486837.git.robin.murphy@arm.com/
>
> Hi all,
>
> Here's v3, rebased and fixing the thinko from v2, so unless anything
> else has changed behind my back I hope it's good to go (via the IOMMU
> tree, as mentioned before).
Are either of you happy to pick this series up now that we have Hanjun's
acks for the IORT parts? As it stands it still applies cleanly to both
iommu/next and dma/for-next. I do have some followup IOMMU patches
prepared already (continuing to delete more code, yay!), but I don't
want to get too far ahead of myself.
Cheers,
Robin.
>
> Thanks,
> Robin.
>
>
> Robin Murphy (7):
> OF: Retire dma-ranges mask workaround
> OF: Simplify DMA range ca1lculations
> ACPI/IORT: Handle memory address size limits as limits
> dma-mapping: Add helpers for dma_range_map bounds
> iommu/dma: Make limit checks self-contained
> iommu/dma: Centralise iommu_setup_dma_ops()
> dma-mapping: Simplify arch_setup_dma_ops()
>
> arch/arc/mm/dma.c | 3 +--
> arch/arm/mm/dma-mapping-nommu.c | 3 +--
> arch/arm/mm/dma-mapping.c | 16 +++++++------
> arch/arm64/mm/dma-mapping.c | 5 +---
> arch/loongarch/kernel/dma.c | 9 ++-----
> arch/mips/mm/dma-noncoherent.c | 3 +--
> arch/riscv/mm/dma-noncoherent.c | 3 +--
> drivers/acpi/arm64/dma.c | 17 ++++---------
> drivers/acpi/arm64/iort.c | 20 ++++++++--------
> drivers/acpi/scan.c | 7 +-----
> drivers/hv/hv_common.c | 6 +----
> drivers/iommu/amd/iommu.c | 8 -------
> drivers/iommu/dma-iommu.c | 39 ++++++++++++------------------
> drivers/iommu/dma-iommu.h | 14 +++++------
> drivers/iommu/intel/iommu.c | 7 ------
> drivers/iommu/iommu.c | 20 ++++++----------
> drivers/iommu/s390-iommu.c | 6 -----
> drivers/iommu/virtio-iommu.c | 10 --------
> drivers/of/device.c | 42 ++++++---------------------------
> include/linux/acpi_iort.h | 4 ++--
> include/linux/dma-direct.h | 18 ++++++++++++++
> include/linux/dma-map-ops.h | 6 ++---
> include/linux/iommu.h | 7 ------
> 23 files changed, 89 insertions(+), 184 deletions(-)
>
Powered by blists - more mailing lists