• Alex Williamson's avatar
    vfio-pci: Fix remove path locking · 93899a67
    Alex Williamson authored
    Locking both the remove() and release() path results in a deadlock
    that should have been obvious.  To fix this we can get and hold the
    vfio_device reference as we evaluate whether to do a bus/slot reset.
    This will automatically block any remove() calls, allowing us to
    remove the explict lock.  Fixes 61d79256.
    Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
    Cc: stable@vger.kernel.org	[3.17]
    93899a67
vfio_pci.c 25.3 KB