2021-11-17 02:49:33

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the drm-misc tree

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


Attachments:
(No filename) (488.00 B)
OpenPGP digital signature

2022-01-21 21:04:35

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-03-02 04:44:40

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-03-02 10:17:40

by Andrey Grodzovsky

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree

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.
>

2022-03-02 13:00:16

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-03-28 10:58:16

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-03-28 22:41:10

by Andrey Grodzovsky

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree


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