Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1696910 > unrolled thread

Re: [PATCH] iommu/of: Handle PCI aliases properly

Started byJoerg Roedel <joro@8bytes.org>
First post2017-07-26 11:20 +0200
Last post2017-07-26 11:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] iommu/of: Handle PCI aliases properly Joerg Roedel <joro@8bytes.org> - 2017-07-26 11:20 +0200

#1696910 — Re: [PATCH] iommu/of: Handle PCI aliases properly

FromJoerg Roedel <joro@8bytes.org>
Date2017-07-26 11:20 +0200
SubjectRe: [PATCH] iommu/of: Handle PCI aliases properly
Message-ID<u7qE1-6RT-9@gated-at.bofh.it>
On Wed, May 31, 2017 at 06:52:29PM +0100, Robin Murphy wrote:
> When a PCI device has DMA quirks, we need to ensure that an upstream
> IOMMU knows about all possible aliases, since the presence of a DMA
> quirk does not preclude the device still also emitting transactions
> (e.g. MSIs) on its 'real' RID. Similarly, the rules for bridge aliasing
> are relatively complex, and some bridges may only take ownership of
> transactions under particular transient circumstances, leading again to
> multiple RIDs potentially being seen at the IOMMU for the given device.
> 
> Take all this into account in the OF code by translating every RID
> produced by the alias walk, not just whichever one comes out last.
> Happily, this also makes things tidy enough that we can reduce the
> number of both total lines of code, and confusing levels of indirection,
> by pulling the "iommus"/"iommu-map" parsing helpers back in-line again.
> 
> Signed-off-by: Robin Murphy <robin.murphy@arm.com>
> ---
> 
> This applies on top of the fix currently queued in the IOMMU tree:
> "iommu/of: Ignore all errors except EPROBE_DEFER"
> 
>  drivers/iommu/of_iommu.c | 104 +++++++++++++++++++++--------------------------
>  1 file changed, 47 insertions(+), 57 deletions(-)

Applied, thanks.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web