Re: [PATCH v2 7/7] drm/virtio: implement userptr: add interval tree
From: Dmitry Osipenko
Date: Sun Mar 30 2025 - 08:05:28 EST
On 3/30/25 14:57, Dmitry Osipenko wrote:
>> + userptr = virtio_gpu_userptr_from_addr_range(
>> + vfpriv, params->userptr, params->userptr + params->size - 1UL);
> Is it possible that userptr address will be same for two different
> processes?
See now the vfpriv->userptrs_tree, i.e. it's not a global tree.
--
Best regards,
Dmitry