vfio/platform: Disable virqfds on cleanup
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 8 Mar 2024 23:05:26 +0000 (16:05 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 11 Mar 2024 19:08:52 +0000 (13:08 -0600)
commitfcdc0d3d40bc26c105acf8467f7d9018970944ae
treef8dc61496e0d422b01ff9db62cf81790c36f9b06
parent18c198c96a815c962adc2b9b77909eec0be7df4d
vfio/platform: Disable virqfds on cleanup

irqfds for mask and unmask that are not specifically disabled by the
user are leaked.  Remove any irqfds during cleanup

Cc: Eric Auger <eric.auger@redhat.com>
Cc: <stable@vger.kernel.org>
Fixes: a7fa7c77cf15 ("vfio/platform: implement IRQ masking/unmasking via an eventfd")
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Link: https://lore.kernel.org/r/20240308230557.805580-6-alex.williamson@redhat.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/platform/vfio_platform_irq.c