Re: linux-next: build warning after merge of the drm-misc tree
From: Alice Ryhl
Date: Fri Jan 09 2026 - 03:27:47 EST
On Fri, Jan 09, 2026 at 01:54:38PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the drm-misc tree, today's linux-next build (htmldocs)
> produced this warning:
>
> WARNING: drivers/gpu/drm/drm_gpuvm.c:1855 expecting prototype for drm_gpuvm_bo_obtain(). Prototype was for drm_gpuvm_bo_obtain_locked() instead
>
> Introduced by commit
>
> 9bf4ca1e699c ("drm/gpuvm: drm_gpuvm_bo_obtain() requires lock and staged mode")
>
> --
> Cheers,
> Stephen Rothwell
Thanks, here is the fix:
https://lore.kernel.org/all/20260109082019.3999814-1-aliceryhl@xxxxxxxxxx/
Alice