[v2,0/2] fix secondary process PCI UIO resource problem

Message ID 20240129092231.3531217-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series fix secondary process PCI UIO resource problem |

Message

Chaoyong He Jan. 29, 2024, 9:22 a.m. UTC
  This patch series aims to fix some problems in secondary process PCI UIO
resource map logic.

Zerun Fu (2):
  bus/pci: fix secondary process PCI uio resource map problem
  bus/pci: fix secondary process save 'FD' problem

 drivers/bus/pci/linux/pci_uio.c  |   5 +-
 drivers/bus/pci/pci_common_uio.c | 102 +++++++++++++++++++------------
 2 files changed, 68 insertions(+), 39 deletions(-)
  

Comments

Chaoyong He April 19, 2024, 3:26 a.m. UTC | #1
This patch series aims to fix some problems in secondary process PCI UIO
resource map logic.

---
v3:
* Modify logic as the comments of reviewers.
---

Zerun Fu (2):
  bus/pci: fix secondary process PCI uio resource map problem
  bus/pci: fix secondary process save 'FD' problem

 drivers/bus/pci/linux/pci_uio.c  |  5 +++-
 drivers/bus/pci/pci_common_uio.c | 48 +++++++++++++++++++-------------
 2 files changed, 33 insertions(+), 20 deletions(-)