public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the drm-misc tree
@ 2025-07-16 10:31 Stephen Rothwell
  2025-07-16 13:00 ` Andy Yan
  2025-08-01  4:43 ` Stephen Rothwell
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Rothwell @ 2025-07-16 10:31 UTC (permalink / raw)
  To: Simona Vetter
  Cc: Andy Yan, Dmitry Baryshkov, Intel Graphics, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

Hi all,

After merging the drm-misc tree, today's linux-next build (htmldocs)
produced this warning:

drivers/gpu/drm/drm_bridge.c:1242: warning: Function parameter or struct member 'connector' not described in 'drm_bridge_detect'

Introduced by commit

  5d156a9c3d5e ("drm/bridge: Pass down connector to drm bridge detect hook")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re:linux-next: build warning after merge of the drm-misc tree
  2025-07-16 10:31 linux-next: build warning after merge of the drm-misc tree Stephen Rothwell
@ 2025-07-16 13:00 ` Andy Yan
  2025-07-17  2:21   ` linux-next: " Randy Dunlap
  2025-08-01  4:43 ` Stephen Rothwell
  1 sibling, 1 reply; 6+ messages in thread
From: Andy Yan @ 2025-07-16 13:00 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Simona Vetter, Andy Yan, Dmitry Baryshkov, Intel Graphics, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List



Hi all,

At 2025-07-16 18:31:15, "Stephen Rothwell" <sfr@canb•auug.org.au> wrote:
>Hi all,
>
>After merging the drm-misc tree, today's linux-next build (htmldocs)
>produced this warning:
>
>drivers/gpu/drm/drm_bridge.c:1242: warning: Function parameter or struct member 'connector' not described in 'drm_bridge_detect'
>
>Introduced by commit
>
>  5d156a9c3d5e ("drm/bridge: Pass down connector to drm bridge detect hook")

Once again, I apologize. I have sent a patch[0]  which I hope will fix this issue.
When I ran "make htmldocs" locally, I didn't see this warning. I'm not sure if it's because my method was incorrect.


[0]https://lore.kernel.org/dri-devel/20250716125602.3166573-1-andyshrk@163.com/T/#u


>
>-- 
>Cheers,
>Stephen Rothwell

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build warning after merge of the drm-misc tree
  2025-07-16 13:00 ` Andy Yan
@ 2025-07-17  2:21   ` Randy Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2025-07-17  2:21 UTC (permalink / raw)
  To: Andy Yan, Stephen Rothwell
  Cc: Simona Vetter, Andy Yan, Dmitry Baryshkov, Intel Graphics, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List



On 7/16/25 6:00 AM, Andy Yan wrote:
> 
> 
> Hi all,
> 
> At 2025-07-16 18:31:15, "Stephen Rothwell" <sfr@canb•auug.org.au> wrote:
>> Hi all,
>>
>> After merging the drm-misc tree, today's linux-next build (htmldocs)
>> produced this warning:
>>
>> drivers/gpu/drm/drm_bridge.c:1242: warning: Function parameter or struct member 'connector' not described in 'drm_bridge_detect'
>>
>> Introduced by commit
>>
>>  5d156a9c3d5e ("drm/bridge: Pass down connector to drm bridge detect hook")
> 
> Once again, I apologize. I have sent a patch[0]  which I hope will fix this issue.
> When I ran "make htmldocs" locally, I didn't see this warning. I'm not sure if it's because my method was incorrect.
> 
> 
> [0]https://lore.kernel.org/dri-devel/20250716125602.3166573-1-andyshrk@163.com/T/#u

That patch [0] LGTM.

Acked-by: Randy Dunlap <rdunlap@infradead•org>
Tested-by: Randy Dunlap <rdunlap@infradead•org>

Thanks.

-- 
~Randy

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build warning after merge of the drm-misc tree
  2025-07-16 10:31 linux-next: build warning after merge of the drm-misc tree Stephen Rothwell
  2025-07-16 13:00 ` Andy Yan
@ 2025-08-01  4:43 ` Stephen Rothwell
  2025-08-01  6:28   ` Andy Yan
  1 sibling, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2025-08-01  4:43 UTC (permalink / raw)
  To: Simona Vetter
  Cc: Andy Yan, Dmitry Baryshkov, Intel Graphics, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

Hi all,

On Wed, 16 Jul 2025 20:31:15 +1000 Stephen Rothwell <sfr@canb•auug.org.au> wrote:
>
> After merging the drm-misc tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/drm_bridge.c:1242: warning: Function parameter or struct member 'connector' not described in 'drm_bridge_detect'
> 
> Introduced by commit
> 
>   5d156a9c3d5e ("drm/bridge: Pass down connector to drm bridge detect hook")

I am still seeing that warning.  That commit is now in Linus' tree.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re:Re: linux-next: build warning after merge of the drm-misc tree
  2025-08-01  4:43 ` Stephen Rothwell
@ 2025-08-01  6:28   ` Andy Yan
  2025-08-01 10:30     ` Dmitry Baryshkov
  0 siblings, 1 reply; 6+ messages in thread
From: Andy Yan @ 2025-08-01  6:28 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Simona Vetter, Andy Yan, Dmitry Baryshkov, Intel Graphics, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List


Hello,

At 2025-08-01 12:43:54, "Stephen Rothwell" <sfr@canb•auug.org.au> wrote:
>Hi all,
>
>On Wed, 16 Jul 2025 20:31:15 +1000 Stephen Rothwell <sfr@canb•auug.org.au> wrote:
>>
>> After merging the drm-misc tree, today's linux-next build (htmldocs)
>> produced this warning:
>> 
>> drivers/gpu/drm/drm_bridge.c:1242: warning: Function parameter or struct member 'connector' not described in 'drm_bridge_detect'
>> 
>> Introduced by commit
>> 
>>   5d156a9c3d5e ("drm/bridge: Pass down connector to drm bridge detect hook")
>
>I am still seeing that warning.  That commit is now in Linus' tree.


The fix is here:

https://lore.kernel.org/dri-devel/20250716125602.3166573-1-andyshrk@163.com/

Hope that a Maintainer can review and apply it.


>
>-- 
>Cheers,
>Stephen Rothwell

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build warning after merge of the drm-misc tree
  2025-08-01  6:28   ` Andy Yan
@ 2025-08-01 10:30     ` Dmitry Baryshkov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2025-08-01 10:30 UTC (permalink / raw)
  To: Andy Yan
  Cc: Stephen Rothwell, Simona Vetter, Andy Yan, Intel Graphics, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

On Fri, Aug 01, 2025 at 02:28:09PM +0800, Andy Yan wrote:
> 
> Hello,
> 
> At 2025-08-01 12:43:54, "Stephen Rothwell" <sfr@canb•auug.org.au> wrote:
> >Hi all,
> >
> >On Wed, 16 Jul 2025 20:31:15 +1000 Stephen Rothwell <sfr@canb•auug.org.au> wrote:
> >>
> >> After merging the drm-misc tree, today's linux-next build (htmldocs)
> >> produced this warning:
> >> 
> >> drivers/gpu/drm/drm_bridge.c:1242: warning: Function parameter or struct member 'connector' not described in 'drm_bridge_detect'
> >> 
> >> Introduced by commit
> >> 
> >>   5d156a9c3d5e ("drm/bridge: Pass down connector to drm bridge detect hook")
> >
> >I am still seeing that warning.  That commit is now in Linus' tree.
> 
> 
> The fix is here:
> 
> https://lore.kernel.org/dri-devel/20250716125602.3166573-1-andyshrk@163.com/
> 
> Hope that a Maintainer can review and apply it.

I tried picking it up into the drm-misc-next-fixes branch, but I could
not do it: the offending commit is present in drm-misc-next-2025-07-17,
while drm-misc-next-fixes is based on drm-misc-next-2025-07-10.

-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-01 10:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 10:31 linux-next: build warning after merge of the drm-misc tree Stephen Rothwell
2025-07-16 13:00 ` Andy Yan
2025-07-17  2:21   ` linux-next: " Randy Dunlap
2025-08-01  4:43 ` Stephen Rothwell
2025-08-01  6:28   ` Andy Yan
2025-08-01 10:30     ` Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox