]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
vfio/platform: Disable virqfds on cleanup
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 8 Mar 2024 23:05:26 +0000 (16:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Apr 2024 10:50:06 +0000 (12:50 +0200)
commitaf47ec223f6d9d72d2ddd3fb31a7d1210eafd0bb
treeece78e93c368daf5a09b16f7e3749c79625e52f9
parent39460da0515e5ef2afc67a184395daf8f97f74a1
vfio/platform: Disable virqfds on cleanup

[ Upstream commit fcdc0d3d40bc26c105acf8467f7d9018970944ae ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/vfio/platform/vfio_platform_irq.c