lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250806212312.GA18466@bhelgaas>
Date: Wed, 6 Aug 2025 16:23:12 -0500
From: Bjorn Helgaas <helgaas@...nel.org>
To: Marcos Del Sol Vives <marcos@...a.pet>
Cc: linux-kernel@...r.kernel.org, Bjorn Helgaas <bhelgaas@...gle.com>,
	linux-pci@...r.kernel.org
Subject: Re: [PATCH] pci: disable MSI on RDC PCI to PCI-E bridges

On Sun, Jul 06, 2025 at 01:32:08AM +0200, Marcos Del Sol Vives wrote:
> These bridges, present on Vortex86DX3 and Vortex86EX2 SoCs, do not
> support MSIs. If enabled, interrupts generated by PCI-E devices never
> reach the processor.
> 
> I have contacted the manufacturer (DM&P) and they confirmed that PCI MSIs
> need to be disabled for them.
> 
> Signed-off-by: Marcos Del Sol Vives <marcos@...a.pet>

Applied to pci/msi for v6.18, thanks!

> ---
>  drivers/pci/quirks.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index d7f4ee634263..f610ea45ca9e 100644
> --- a/drivers/pci/quirks.c
> +++ b/drivers/pci/quirks.c
> @@ -2715,6 +2715,7 @@ static void quirk_disable_msi(struct pci_dev *dev)
>  DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8131_BRIDGE, quirk_disable_msi);
>  DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_VIA, 0xa238, quirk_disable_msi);
>  DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x5a3f, quirk_disable_msi);
> +DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_RDC, 0x1031, quirk_disable_msi);
>  
>  /*
>   * The APC bridge device in AMD 780 family northbridges has some random
> -- 
> 2.34.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ