linux-stable/drivers/vfio
Max Gurtovoy 46ae882bb1 vfio/platform: fix module_put call in error flow
[ Upstream commit dc51ff91cf ]

The ->parent_module is the one that use in try_module_get. It should
also be the one the we use in module_put during vfio_platform_open().

Fixes: 32a2d71c4e ("vfio: platform: introduce vfio-platform-base module")
Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Message-Id: <20210518192133.59195-1-mgurtovoy@nvidia.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-06-10 13:39:15 +02:00
..
fsl-mc vfio/fsl-mc: Re-order vfio_fsl_mc_probe() 2021-05-14 09:50:25 +02:00
mdev vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer 2021-05-14 09:50:26 +02:00
pci vfio/pci: zap_vma_ptes() needs MMU 2021-06-10 13:39:15 +02:00
platform vfio/platform: fix module_put call in error flow 2021-06-10 13:39:15 +02:00
Kconfig vfio: Depend on MMU 2021-05-07 11:04:33 +02:00
Makefile vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices 2020-10-07 14:17:33 -06:00
vfio.c vfio: fix a missed vfio group put in vfio_pin_pages 2020-09-22 10:56:40 -06:00
vfio_iommu_spapr_tce.c vfio/spapr_tce: convert get_user_pages() --> pin_user_pages() 2020-07-27 13:43:38 -06:00
vfio_iommu_type1.c vfio/type1: Use follow_pte() 2021-03-04 11:38:17 +01:00
vfio_spapr_eeh.c
virqfd.c