Mailing List Archive

linux-next: build warning after merge of the drm tree
Hi all,

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

include/uapi/linux/sync_file.h:77: warning: Function parameter or member 'num_fences' not described in 'sync_file_info'

Revealed by commit

d71c11cc79d2 ("dma-buf/sync_file: Surface sync-file uABI")

Introduced by commit

2d75c88fefb2 ("staging/android: refactor SYNC IOCTLs")

in 2016.

--
Cheers,
Stephen Rothwell
Re: linux-next: build warning after merge of the drm tree [ In reply to ]
On Wed, Mar 29, 2023 at 8:28?PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> After merging the drm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> include/uapi/linux/sync_file.h:77: warning: Function parameter or member 'num_fences' not described in 'sync_file_info'
>

thanks, should be fixed by:

https://patchwork.freedesktop.org/series/115871/

> Revealed by commit
>
> d71c11cc79d2 ("dma-buf/sync_file: Surface sync-file uABI")
>
> Introduced by commit
>
> 2d75c88fefb2 ("staging/android: refactor SYNC IOCTLs")
>
> in 2016.
>
> --
> Cheers,
> Stephen Rothwell
linux-next: build warning after merge of the drm tree [ In reply to ]
Hi all,

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

drivers/gpu/drm/i915/i915_perf.c:5307: warning: Function parameter or member 'i915' not described in 'i915_perf_ioctl_version'

Introduced by commit

94d82e95219a ("drm/i915/perf: Pass i915 object to perf revision helper")

--
Cheers,
Stephen Rothwell
linux-next: build warning after merge of the drm tree [ In reply to ]
Hi all,

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

drivers/gpu/drm/i915/gt/uc/intel_guc.h:274: warning: Function parameter or member 'dbgfs_node' not described in 'intel_guc'

Introduced by commit

70b5ffb393f3 ("drm/i915/gt: Create per-gt debugfs files")

--
Cheers,
Stephen Rothwell
Re: linux-next: build warning after merge of the drm tree [ In reply to ]
Hi Stephen,

On Tue, Apr 11, 2023 at 04:02:36PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the drm tree, today's linux-next build (htmldocs)
> produced this warning:
>
> drivers/gpu/drm/i915/gt/uc/intel_guc.h:274: warning: Function parameter or member 'dbgfs_node' not described in 'intel_guc'
>
> Introduced by commit
>
> 70b5ffb393f3 ("drm/i915/gt: Create per-gt debugfs files")

that's mine to take... will fix it!

Thanks!

Andi