Re: [PATCH v7 6/6] vfio/nvgrace-gpu: wait for the GPU mem to be ready

From: Ankit Agrawal

Date: Wed Nov 26 2025 - 04:49:53 EST


>> +     ret = vfio_pci_core_setup_barmap(vdev, 0);
>> +     if (ret)
>> +             return ret;
>
> Should make sure vfio_pci_core_disable() is called on err path above.

Thanks Shameer for the review! Yeah, we should not have that if (ret)
check and let the flow fall to the vfio_pci_core_disable().

> With that,
> Reviewed-by: Shameer Kolothum <skolothumtho@xxxxxxxxxx>