mbox series

[GIT,PULL] PCI fixes for v6.8

Message ID 20240209155148.GA1001467@bhelgaas
State New
Headers show
Series [GIT,PULL] PCI fixes for v6.8 | expand

Pull-request

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

Message

Bjorn Helgaas Feb. 9, 2024, 3:51 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 9, 2024, 6:46 p.m. UTC | #1
The pull request you sent on Fri, 9 Feb 2024 09:51:48 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5ddfc2460611567cea5ed097f9534e7e8e84744b

Thank you!