Re: [PATCH] vfio: fix a missed vfio group put in vfio_pin_pages

From: Yan Zhao
Date: Tue Sep 15 2020 - 21:34:09 EST


On Tue, Sep 15, 2020 at 11:06:01AM +0200, Cornelia Huck wrote:
> On Tue, 15 Sep 2020 08:28:35 +0800
> Yan Zhao <yan.y.zhao@xxxxxxxxx> wrote:
>
> > when error occurs, need to put vfio group after a successful get.
> >
> > Fixes: 95fc87b44104 (vfio: Selective dirty page tracking if IOMMU backed
> > device pins pages)
>
> The format of the Fixes: line should be
>
> Fixes: 95fc87b44104 ("vfio: Selective dirty page tracking if IOMMU backed device pins pages")
>
got it. thanks! I'll update it.

Thanks
Yan
> >
> > Signed-off-by: Yan Zhao <yan.y.zhao@xxxxxxxxx>
> > ---
> > drivers/vfio/vfio.c | 6 ++++--
> > 1 file changed, 4 insertions(+), 2 deletions(-)
>
> Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>
>