Re: [PATCH v6 0/2] fix secondary process PCI UIO resource problem

2024-07-23 Thread Thomas Monjalon
> Zerun Fu (2): > bus/pci: fix secondary process PCI uio resource map problem > bus/pci: fix secondary process save 'FD' problem Applied, thanks.

Re: [PATCH v6 0/2] fix secondary process PCI UIO resource problem

2024-07-02 Thread David Marchand
On Tue, Jul 2, 2024 at 9:40 AM Chaoyong He wrote: > > This patch series aims to fix some problems in secondary process PCI UIO > resource map logic. Chaoyong, this series touches the bus/pci driver. Please Cc: its maintainers. Chenbo, Nipun, Please review. -- David Marchand

[PATCH v6 0/2] fix secondary process PCI UIO resource problem

2024-07-02 Thread Chaoyong He
This patch series aims to fix some problems in secondary process PCI UIO resource map logic. --- v2: * Modify as the advice from reviewer. v3: * Modify logic as the comments of reviewers. v4: * Split the commits to make it easier to understand. v5: * Fix the unmapping UIO resources probelm found b