2021-10-01 07:21:39

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of Linus' tree

Hi all,

Building Linus' tree, today's linux-next build (htmldocs) produced
this warning:

include/net/sock.h:533: warning: Function parameter or member 'sk_peer_lock' not described in 'sock'

Introduced by commit

35306eb23814 ("af_unix: fix races in sk_peer_pid and sk_peer_cred accesses")

--
Cheers,
Stephen Rothwell


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

2021-10-01 19:52:40

by Eric Dumazet

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of Linus' tree

On Fri, Oct 1, 2021 at 12:18 AM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> Building Linus' tree, today's linux-next build (htmldocs) produced
> this warning:
>
> include/net/sock.h:533: warning: Function parameter or member 'sk_peer_lock' not described in 'sock'
>
> Introduced by commit
>
> 35306eb23814 ("af_unix: fix races in sk_peer_pid and sk_peer_cred accesses")


OK, I will fix this, thank you.