On 2026/9/1 14:32, Peiyang He wrote:
>  drivers/gpu/drm/nouveau/nouveau_uvmm.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/gpu/drm/nouveau/nouveau_uvmm.c 
> b/drivers/gpu/drm/nouveau/nouveau_uvmm.c
> index f5e4756b4de4..aad14316cbef 100644
> --- a/drivers/gpu/drm/nouveau/nouveau_uvmm.c
> +++ b/drivers/gpu/drm/nouveau/nouveau_uvmm.c
> @@ -1318,6 +1318,7 @@ nouveau_uvmm_bind_job_submit(struct nouveau_job *job,
>                       op->reg = nouveau_uvma_region_find(uvmm, op->va.addr,
>                                                          op->va.range);
>                       if (!op->reg || op->reg->dirty) {
> +                             op->reg = NULL;
>                               ret = -ENOENT;
>                               goto unwind_continue;
>                       }
> @@ -1327,6 +1328,7 @@ nouveau_uvmm_bind_job_submit(struct nouveau_job *job,
>                                                               op->va.range);
>                       if (IS_ERR(op->ops)) {
>                               ret = PTR_ERR(op->ops);
> +                             op->reg = NULL;
>                               goto unwind_continue;
>                       }
>  
> 
> base-commit: 786262be6048deab760f68c8acc2c85607165894

This patch is identical to Zhenhao's[1], so please ignore this patch.
Sorry for the disturbance.

[1]: 
https://lore.kernel.org/all/[email protected]/

Reply via email to