Re: [PATCH v6 5/6] vfio/nvgrace-gpu: Inform devmem unmapped after reset
From: Alex Williamson
Date: Tue Nov 25 2025 - 23:57:00 EST
On Wed, 26 Nov 2025 03:26:54 +0000
Ankit Agrawal <ankita@xxxxxxxxxx> wrote:
> >> 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?
When the interaction is added would make more sense. Thanks,
Alex