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
| ||
|
Message-Id: <164621741211.30934.17302961993458445211.b4-ty@arm.com> Date: Wed, 2 Mar 2022 10:37:08 +0000 From: Lorenzo Pieralisi <lorenzo.pieralisi@....com> To: Rob Herring <robh@...nel.org>, Jingoo Han <jingoohan1@...il.com>, Bjorn Helgaas <bhelgaas@...gle.com>, Krzysztof WilczyĆski <kw@...ux.com>, Jisheng Zhang <jszhang@...nel.org>, Gustavo Pimentel <gustavo.pimentel@...opsys.com> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@....com>, linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] PCI: dwc: Fix integrated MSI Receiver mask reg setting during resume On Sun, 26 Dec 2021 15:40:19 +0800, Jisheng Zhang wrote: > If the host which makes use of the IP's integrated MSI Receiver losts > power during suspend, we call dw_pcie_setup_rc() to reinit the RC. But > dw_pcie_setup_rc() always set the pp->irq_mask[ctrl] as ~0, so the mask > register is always set as 0xffffffff incorrectly, thus the MSI can't > work after resume. > > Fix this issue by moving pp->irq_mask[ctrl] initialization to > dw_pcie_host_init(), so we can correctly set the mask reg during both > boot and resume. > > [...] Applied to pci/dwc, thanks! [1/1] PCI: dwc: Fix integrated MSI Receiver mask reg setting during resume https://git.kernel.org/lpieralisi/pci/c/84edd0090e Thanks, Lorenzo
Powered by blists - more mailing lists