Re: linux-next: build warnings after merge of the bpf-next tree

From: Daniel Xu
Date: Thu Jun 13 2024 - 11:23:14 EST


Hi Stephen,

On Thu, Jun 13, 2024 at 02:42:39PM GMT, Stephen Rothwell wrote:
> Hi all,
>
> After merging the bpf-next tree, today's linux-next build (htmldocs)
> produced these warnings:
>
> kernel/bpf/helpers.c:2464: warning: Excess function parameter 'ptr' description in 'bpf_dynptr_slice'
> kernel/bpf/helpers.c:2549: warning: Excess function parameter 'ptr' description in 'bpf_dynptr_slice_rdwr'
>
> Introduced by commit
>
> cce4c40b9606 ("bpf: treewide: Align kfunc signatures to prog point-of-view")
>
> --
> Cheers,
> Stephen Rothwell

Thanks for reporting. I'll send a fix today.

Daniel