Re: [PATCH v6 9/9] vfio/pci: Permanently revoke a DMABUF on request
From: Jason Gunthorpe
Date: Wed Sep 23 2026 - 12:21:31 EST
On Wed, Sep 23, 2026 at 04:40:03PM +0100, Matt Evans wrote:
> > Right, I think the only concern is language.
> In that case, the VFIO-internal tracking could be:
>
> priv->status = VFIO_PCI_DMABUF_OK; /* was priv->revoked = false */
> priv->status = VFIO_PCI_DMABUF_REVOKED; /* was priv->revoked = true */
> priv->status = VFIO_PCI_DMABUF_DEAD;
Yeah OK. DEFUNCT is good too
Jason