linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Tim Harvey <tharvey@gateworks.com>,
	Nathan Rossi <nathan.rossi@digi.com>,
	Nathan Rossi <nathan@nathanrossi.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	stable@vger.kernel.org
Subject: Re: [PATCH] PCI: Add ACS quirk for Pericom PI7C9X2G608 switches [12d8:2608]
Date: Tue, 21 Jul 2026 11:28:21 -0500	[thread overview]
Message-ID: <20260721162821.GA596492@bhelgaas> (raw)
In-Reply-To: <20260720215718.2139510-1-tharvey@gateworks.com>

[+to Nathan]

On Mon, Jul 20, 2026 at 02:57:18PM -0700, Tim Harvey wrote:
> The Pericom PI7C9X2G608 6-port Gen2 PCIe switch is also affected by
> the PI7C9X2G errata per the errata document:
> E2: ACS P2P Request Redirect Is Not Functional
> 
> Apply the same quirk to this PCI ID as well to apply the workaround
> required if using ACS.
> 
> Fixes: acd61ffb2f16 ("PCI: Add ACS quirk for Pericom PI7C9X2G switches")
> Cc: stable@vger.kernel.org
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>

Applied to pci/virtualization for v7.3, thanks!

Note that Sashiko found what looks like a legit pre-existing issue
with acd61ffb2f16 ("PCI: Add ACS quirk for Pericom PI7C9X2G
switches"):

  https://lore.kernel.org/all/20260720223203.A30841F000E9@smtp.kernel.org

> ---
>  drivers/pci/quirks.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index b09f27f7846f..27f7d56c9ac3 100644
> --- a/drivers/pci/quirks.c
> +++ b/drivers/pci/quirks.c
> @@ -6263,6 +6263,10 @@ DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_PERICOM, 0xb404,
>  			 pci_fixup_pericom_acs_store_forward);
>  DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_PERICOM, 0xb404,
>  			 pci_fixup_pericom_acs_store_forward);
> +DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_PERICOM, 0x2608,
> +			 pci_fixup_pericom_acs_store_forward);
> +DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_PERICOM, 0x2608,
> +			 pci_fixup_pericom_acs_store_forward);
>  
>  static void nvidia_ion_ahci_fixup(struct pci_dev *pdev)
>  {
> -- 
> 2.34.1
> 

      parent reply	other threads:[~2026-07-21 16:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-20 21:57 [PATCH] PCI: Add ACS quirk for Pericom PI7C9X2G608 switches [12d8:2608] Tim Harvey
2026-07-20 22:32 ` sashiko-bot
2026-07-21 16:28 ` Bjorn Helgaas [this message]

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=20260721162821.GA596492@bhelgaas \
    --to=helgaas@kernel.org \
    --cc=bhelgaas@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=nathan.rossi@digi.com \
    --cc=nathan@nathanrossi.com \
    --cc=stable@vger.kernel.org \
    --cc=tharvey@gateworks.com \
    /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;
as well as URLs for NNTP newsgroup(s).