Re: [PATCH v2 vfio 0/2] vfio/pds: Fix and simplify resets

From: Alex Williamson
Date: Fri Mar 01 2024 - 18:09:25 EST


On Tue, 27 Feb 2024 16:32:03 -0800
Brett Creeley <brett.creeley@xxxxxxx> wrote:

> This small series contains a fix and readability improvements for
> resets.
>
> v2:
> - Split single patch into 2 patches
> - Improve commit messages
>
> v1:
> https://lore.kernel.org/kvm/20240126183225.19193-1-brett.creeley@xxxxxxx/
>
> Brett Creeley (2):
> vfio/pds: Always clear the save/restore FDs on reset
> vfio/pds: Refactor/simplify reset logic
>
> drivers/vfio/pci/pds/pci_drv.c | 2 +-
> drivers/vfio/pci/pds/vfio_dev.c | 14 +++++++-------
> drivers/vfio/pci/pds/vfio_dev.h | 7 ++++++-
> 3 files changed, 14 insertions(+), 9 deletions(-)
>

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

Alex