[GIT PULL] PCI fixes for v6.8

From: Bjorn Helgaas
Date: Fri Feb 09 2024 - 10:51:59 EST


The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.8-fixes-2

for you to fetch changes up to 67057f48df79a3d73683385f521215146861684b:

PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignment (2024-02-07 13:10:00 -0600)

----------------------------------------------------------------
- Fix an unintentional truncation of DWC MSI-X address to 32 bits and
update similar MSI code to match (Dan Carpenter)

----------------------------------------------------------------
Dan Carpenter (2):
PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignment

drivers/pci/controller/dwc/pcie-designware-ep.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)