Hi all,
After merging the drm-misc tree, today's linux-next build (htmldocs)
produced this warning:
include/drm/gpu_scheduler.h:316: warning: Function parameter or member 'work' not described in 'drm_sched_job'
Introduced by commit
542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")
--
Cheers,
Stephen Rothwell
Hi all,
On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <[email protected]> wrote:
>
> After merging the drm-misc tree, today's linux-next build (htmldocs)
> produced this warning:
>
> include/drm/gpu_scheduler.h:316: warning: Function parameter or member 'work' not described in 'drm_sched_job'
>
> Introduced by commit
>
> 542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")
I am still seeing this warning.
--
Cheers,
Stephen Rothwell
Hi all,
On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell <[email protected]> wrote:
>
> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <[email protected]> wrote:
> >
> > After merging the drm-misc tree, today's linux-next build (htmldocs)
> > produced this warning:
> >
> > include/drm/gpu_scheduler.h:316: warning: Function parameter or member 'work' not described in 'drm_sched_job'
> >
> > Introduced by commit
> >
> > 542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")
>
> I am still seeing this warning.
I am still seeing this warning.
--
Cheers,
Stephen Rothwell
Please check you have commit c7703ce38c1e Andrey Grodzovsky 3 weeks
ago drm/amdgpu: Fix htmldoc warning
Andrey
On 2022-03-01 20:31, Stephen Rothwell wrote:
> Hi all,
>
> On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell <[email protected]> wrote:
>> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <[email protected]> wrote:
>>> After merging the drm-misc tree, today's linux-next build (htmldocs)
>>> produced this warning:
>>>
>>> include/drm/gpu_scheduler.h:316: warning: Function parameter or member 'work' not described in 'drm_sched_job'
>>>
>>> Introduced by commit
>>>
>>> 542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")
>> I am still seeing this warning.
> I am still seeing this warning.
>
Hi Andrey,
On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky <[email protected]> wrote:
>
> Please check you have commit c7703ce38c1e Andrey Grodzovsky 3 weeks ago drm/amdgpu: Fix htmldoc warning
That has arrived in linux-next today for the first time. It is in the
drm tree, but that tree has had build problems for some time and so has
not been included completely until today.
Thanks.
--
Cheers,
Stephen Rothwell
Hi Andrey,
On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky <[email protected]> wrote:
>
> On 2022-03-01 20:31, Stephen Rothwell wrote:
> > Hi all,
> >
> > On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell <[email protected]> wrote:
> >> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <[email protected]> wrote:
> >>> After merging the drm-misc tree, today's linux-next build (htmldocs)
> >>> produced this warning:
> >>>
> >>> include/drm/gpu_scheduler.h:316: warning: Function parameter or member 'work' not described in 'drm_sched_job'
> >>>
> >>> Introduced by commit
> >>>
> >>> 542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")
> >> I am still seeing this warning.
> > I am still seeing this warning.
> >
> Please check you have commit c7703ce38c1e Andrey Grodzovsky 3 weeks ago drm/amdgpu: Fix htmldoc warning
I do have commit c7703ce38c1e (in fact it is in Linus' tree), but that
commit does not address the warning above. I am still (as of Friday)
getting that warning.
--
Cheers,
Stephen Rothwell
On 2022-03-27 19:56, Stephen Rothwell wrote:
> Hi Andrey,
>
> On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky <[email protected]> wrote:
>> On 2022-03-01 20:31, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell <[email protected]> wrote:
>>>> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <[email protected]> wrote:
>>>>> After merging the drm-misc tree, today's linux-next build (htmldocs)
>>>>> produced this warning:
>>>>>
>>>>> include/drm/gpu_scheduler.h:316: warning: Function parameter or member 'work' not described in 'drm_sched_job'
>>>>>
>>>>> Introduced by commit
>>>>>
>>>>> 542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")
>>>> I am still seeing this warning.
>>> I am still seeing this warning.
>>>
>> Please check you have commit c7703ce38c1e Andrey Grodzovsky 3 weeks ago drm/amdgpu: Fix htmldoc warning
> I do have commit c7703ce38c1e (in fact it is in Linus' tree), but that
> commit does not address the warning above. I am still (as of Friday)
> getting that warning.
Got it, i was confused. Sent a patch to fix, please RB.
Andrey