From: Johan Hovold <johan@kernel.org>
To: Marc Zyngier <maz@kernel.org>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] irqchip/gic-v3-its: Correctly honor the RID remapping
Date: Thu, 18 Jul 2024 09:20:04 +0200 [thread overview]
Message-ID: <ZpjCJLH3EEUELS2n@hovoldconsulting.com> (raw)
In-Reply-To: <20240717195937.2240400-1-maz@kernel.org>
On Wed, Jul 17, 2024 at 08:59:37PM +0100, Marc Zyngier wrote:
> Since 6adb35ff43a16 ("irqchip/gic-v3-its: Provide MSI parent for
> PCI/MSI[-X]"), the primary domain a PCI device allocates its interrupts
> from is the one that is directly attached to the device itself.
>
> By virtue of being a PCI device, it has no OF node.
>
> This domain is (through more layer than it is worth describing)
> passed to its_pci_msi_prepare(), which tries to compute the
> full RID that is presented to the ITS by the device. This is ultimately
> done by calling pci_msi_domain_get_msi_rid(), passing both the
> domain and the PCI device as arguments.
>
> The baked-in assumption is that either the domain that is passed
> to pci_msi_domain_get_msi_rid() describes an interrupt controller
> with either an OF node or an entry in an ACPI IORT table.
> In our case, it is *neither*. This domain is does not represent
nit: stray "is"
> anything firmware-based, but just an allocation unit for the device.
>
> As a result, we fail to provide the full RID (which requires inspecting
> the msi-map/msi-mask properties in the DT), and stick to the BDF,
> which isn't very useful.
>
> Tragedy follows with a litany of devices that randomly die as
> they fail to see any MSI (because the RID is wrong) or fail to
> get an allocation (because they try to steal LPIs from their
> neighbour's pool).
>
> This will happen on any system where a single ITS is shared by
> multiple root ports and end-points with overlapping BDF numbers,
> and has the topology described in the device-tree. Simpler DT
> topologies will luckily work, and so will ACPI-based systems.
>
> Solve it by pointing pci_msi_domain_get_msi_rid() at the *parent*
> domain, which is the ITS, resulting in a correct mapping and a
> restored happiness in my personal zoo.
>
> Fixes: 6adb35ff43a16 ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]")
> Reported-by: Johan Hovold <johan@kernel.org>
> Signed-off-by: Marc Zyngier <maz@kernel.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
This fixes the regression for the Qualcomm machines I ran into this
with:
Tested-by: Johan Hovold <johan+linaro@kernel.org>
Thanks!
Johan
next prev parent reply other threads:[~2024-07-18 7:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-17 19:59 [PATCH] irqchip/gic-v3-its: Correctly honor the RID remapping Marc Zyngier
2024-07-18 7:20 ` Johan Hovold [this message]
2024-07-18 18:38 ` [tip: irq/msi] " tip-bot2 for Marc Zyngier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZpjCJLH3EEUELS2n@hovoldconsulting.com \
--to=johan@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maz@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox