Re: [PATCH v4 2/5] drm/nouveau/uvmm: Allow larger pages
From: Danilo Krummrich
Date: Wed Nov 05 2025 - 17:51:14 EST
On 10/31/25 11:49 AM, Mohamed Ahmed wrote:
> + /* If we get here then nothing can reconcile the requirements. This should never
> + * happen.
> + */
> + WARN_ON(1);
This is called from a userspace path, please use dev_warn_once() instead and
return an error code.