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

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/

ChangeLog
---------
v1 -> v2
   - Re-work patch 1 on setting per_func_slot flag. The flag is set if platform
   enables per function pci slots (currently only enabled for s390).
   - Drop R-b tags for patch 1.

Thanks
Farhan


Farhan Ali (2):
  PCI: Allow per function PCI slots
  s390/pci: Add architecture specific resource/bus address translation

 arch/s390/pci/pci.c       | 74 +++++++++++++++++++++++++++++++++++++++
 drivers/pci/host-bridge.c |  4 +--
 drivers/pci/pci.c         |  5 +--
 drivers/pci/slot.c        | 25 +++++++++++--
 include/linux/pci.h       |  1 +
 5 files changed, 102 insertions(+), 7 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-11-03 20:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22 21:24 [PATCH v2 0/2] PCI fixes for s390 Farhan Ali
2025-10-22 21:24 ` [PATCH v2 1/2] PCI: Allow per function PCI slots Farhan Ali
2025-10-27 12:29   ` Niklas Schnelle
2025-10-28  1:11     ` Bibo Mao
2025-10-29  8:37       ` Niklas Schnelle
2025-10-22 21:24 ` [PATCH v2 2/2] s390/pci: Add architecture specific resource/bus address translation Farhan Ali
2025-11-03 20:06 ` [PATCH v2 0/2] PCI fixes for s390 Farhan Ali

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