Re: [PATCH v6 5/6] vfio/nvgrace-gpu: Inform devmem unmapped after reset

From: Ankit Agrawal
Date: Tue Nov 25 2025 - 22:27:35 EST


>>  MODULE_DEVICE_TABLE(pci, nvgrace_gpu_vfio_pci_table);
>>
> /*
>  * Comment explaining why this can't use lockdep_assert_held_write but
>  * in vfio use cases relies on this for serialization against faults and
>  * read/write.
>  */
>

In this patch or the next where we actually do the serialization with
memory_lock?

> Thanks,
> Alex