mbox series

[GIT,PULL] PCI fixes for v5.15

Message ID 20211015195208.GA2151683@bhelgaas
State New
Headers show
Series [GIT,PULL] PCI fixes for v5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci-v5.15-fixes-2

Message

Bjorn Helgaas Oct. 15, 2021, 7:52 p.m. UTC
The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82:

  Linux 5.15-rc2 (2021-09-19 17:28:22 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci-v5.15-fixes-2

for you to fetch changes up to 2b94b6b79b7c24092a6169db9e83c4565be0db42:

  PCI/MSI: Handle msi_populate_sysfs() errors correctly (2021-10-12 20:32:58 -0500)

----------------------------------------------------------------
PCI fixes:

  - Don't save msi_populate_sysfs() error code as dev->msi_irq_groups
    so we don't dereference the error code as a pointer (Wang Hai)

----------------------------------------------------------------
Wang Hai (1):
      PCI/MSI: Handle msi_populate_sysfs() errors correctly

 drivers/pci/msi.c | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 16, 2021, 4:23 p.m. UTC | #1
The pull request you sent on Fri, 15 Oct 2021 14:52:08 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci-v5.15-fixes-2

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

Thank you!