public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] PCI fixes for s390
@ 2025-10-20 19:01 Farhan Ali
  2025-10-20 19:01 ` [PATCH v1 1/3] PCI: Allow per function PCI slots Farhan Ali
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Farhan Ali @ 2025-10-20 19:01 UTC (permalink / raw)
  To: linux-s390, linux-kernel, linux-pci
  Cc: helgaas, stable, alifm, schnelle, mjrosato

Hi,

I came across some issues in PCI code for s390 while working on VFIO error
recovery for s390 PCI devices [1]. These patches can be indepedently applied and
has no depedency on error recovery patch series. We would like to get these
patches merged as they do fix some existing issues.

[1] https://lore.kernel.org/all/20250924171628.826-1-alifm@linux.ibm.com/


Thanks
Farhan

Farhan Ali (3):
  PCI: Allow per function PCI slots
  s390/pci: Add architecture specific resource/bus address translation
  s390/pci: Restore IRQ unconditionally for the zPCI device

 arch/s390/include/asm/pci.h        |  1 -
 arch/s390/pci/pci.c                | 74 ++++++++++++++++++++++++++++++
 arch/s390/pci/pci_irq.c            |  9 +---
 drivers/pci/host-bridge.c          |  4 +-
 drivers/pci/hotplug/s390_pci_hpc.c | 10 +++-
 drivers/pci/pci.c                  |  5 +-
 drivers/pci/slot.c                 | 14 ++++--
 include/linux/pci.h                |  1 +
 8 files changed, 100 insertions(+), 18 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <20251020185840.1346-1-alifm@linux.ibm.com>]

end of thread, other threads:[~2025-10-21 20:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-20 19:01 [PATCH v1 0/3] PCI fixes for s390 Farhan Ali
2025-10-20 19:01 ` [PATCH v1 1/3] PCI: Allow per function PCI slots Farhan Ali
2025-10-21 12:49   ` Niklas Schnelle
2025-10-21 20:22     ` Farhan Ali
2025-10-20 19:01 ` [PATCH v1 2/3] s390/pci: Add architecture specific resource/bus address translation Farhan Ali
2025-10-20 19:03   ` kernel test robot
2025-10-20 19:02 ` [PATCH v1 3/3] s390/pci: Restore IRQ unconditionally for the zPCI device Farhan Ali
2025-10-21 14:07   ` Matthew Rosato
2025-10-21 20:34     ` Farhan Ali
     [not found] <20251020185840.1346-1-alifm@linux.ibm.com>
2025-10-20 18:58 ` [PATCH v1 1/3] PCI: Allow per function PCI slots Farhan Ali

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox