+ iopf_free_group(group);get/put is unpaired:
+ done += response_size;
+
+ iommufd_put_object(fault->ictx, &idev->obj);
if (!idev || idev->obj.id != response.dev_id)
idev = iommufd_get_object();
...
iommufd_put_object(idev);
The intention might be reusing idev if multiple fault responses are
for a same idev. But idev is always put in each iteration then following
messages will access the idev w/o holding the reference.