mbox series

[vfio,0/2] Fix several unwind issues in the mlx5/vfio driver

Message ID 20241114095318.16556-1-yishaih@nvidia.com (mailing list archive)
Headers show
Series Fix several unwind issues in the mlx5/vfio driver | expand

Message

Yishai Hadas Nov. 14, 2024, 9:53 a.m. UTC
This series fixes several unwind issues in the mlx5/vfio driver.

Further details are provided in the commit logs.

Yishai

Yishai Hadas (2):
  vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()
  vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data()

 drivers/vfio/pci/mlx5/cmd.c  |  6 +++++-
 drivers/vfio/pci/mlx5/main.c | 35 +++++++++++++++++------------------
 2 files changed, 22 insertions(+), 19 deletions(-)

Comments

Alex Williamson Nov. 14, 2024, 7:12 p.m. UTC | #1
On Thu, 14 Nov 2024 11:53:16 +0200
Yishai Hadas <yishaih@nvidia.com> wrote:

> This series fixes several unwind issues in the mlx5/vfio driver.
> 
> Further details are provided in the commit logs.
> 
> Yishai
> 
> Yishai Hadas (2):
>   vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()
>   vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data()
> 
>  drivers/vfio/pci/mlx5/cmd.c  |  6 +++++-
>  drivers/vfio/pci/mlx5/main.c | 35 +++++++++++++++++------------------
>  2 files changed, 22 insertions(+), 19 deletions(-)
> 

Applied to vfio next branch for v6.13.  Thanks,

Alex