[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] pci-arbiter: Remove invalid pci_device_close
From: |
Samuel Thibault |
Subject: |
Re: [PATCH] pci-arbiter: Remove invalid pci_device_close |
Date: |
Mon, 28 Feb 2022 00:37:10 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Applied, thanks!
Damien Zammit, le dim. 27 févr. 2022 07:52:02 +0000, a ecrit:
> Perhaps some logic needs to be added to prevent
> concurrent pci accesses by multiple clients
> since some pci commands are non-atomic (?)
Indeed, actually libpciaccess doesn't seem to have any support for
thread safety. I guess we should just add a global lock around all usage
of the library.
Samuel