Re: linux-next: build warnings in Linus' tree
From: Randy Dunlap
Date: Mon Dec 15 2025 - 22:14:52 EST
On 12/15/25 5:05 PM, Stephen Rothwell wrote:
> Hi all,
>
> On Thu, 6 Nov 2025 15:16:06 +1100 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>>
>> Today's linux-next build (htmldocs) produced these warnings:
>>
>> WARNING: drivers/gpu/drm/drm_gpusvm.c:1229 expecting prototype for drm_gpusvm_range_pages_valid_unlocked(). Prototype was for drm_gpusvm_pages_valid_unlocked() instead
>> WARNING: drivers/gpu/drm/drm_gpusvm.c:1229 function parameter 'svm_pages' not described in 'drm_gpusvm_pages_valid_unlocked'
>>
>> Introduced by commit
>>
>> 6364afd532bc ("drm/gpusvm: refactor core API to use pages struct")
>>
>> "make htmldocs" was not reporting all warnings for some time. This has
>> now been fixed and these appeared today.
>
> I am still seeing this warning.
>
patch:
https://lore.kernel.org/dri-devel/20251115224510.3829644-1-rdunlap@xxxxxxxxxxxxx/
--
~Randy