* [net-next:master 57/68] DockBook: include/net/sock.h:442: warning: No description found for parameter 'sk_rcu'
@ 2016-04-05 4:29 kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2016-04-05 4:29 UTC (permalink / raw)
To: Eric Dumazet; +Cc: kbuild-all, netdev
[-- Attachment #1: Type: text/plain, Size: 2900 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head: 15f41e2ba13a6726632e44b1180e805a61e470ad
commit: a4298e4522d687a79af8f8fbb7eca68399ab2d81 [57/68] net: add SOCK_RCU_FREE socket flag
reproduce: make htmldocs
All warnings (new ones prefixed by >>):
include/linux/skbuff.h:923: warning: No description found for parameter 'sk'
>> include/net/sock.h:442: warning: No description found for parameter 'sk_rcu'
net/core/filter.c:1251: warning: No description found for parameter 'locked'
vim +/sk_rcu +442 include/net/sock.h
ef64a54f6 Pavel Emelyanov 2012-02-21 426 __s32 sk_peek_off;
^1da177e4 Linus Torvalds 2005-04-16 427 int sk_write_pending;
d5f642384 Alexey Dobriyan 2008-11-04 428 #ifdef CONFIG_SECURITY
^1da177e4 Linus Torvalds 2005-04-16 429 void *sk_security;
d5f642384 Alexey Dobriyan 2008-11-04 430 #endif
2a56a1fec Tejun Heo 2015-12-07 431 struct sock_cgroup_data sk_cgrp_data;
baac50bbc Johannes Weiner 2016-01-14 432 struct mem_cgroup *sk_memcg;
^1da177e4 Linus Torvalds 2005-04-16 433 void (*sk_state_change)(struct sock *sk);
676d23690 David S. Miller 2014-04-11 434 void (*sk_data_ready)(struct sock *sk);
^1da177e4 Linus Torvalds 2005-04-16 435 void (*sk_write_space)(struct sock *sk);
^1da177e4 Linus Torvalds 2005-04-16 436 void (*sk_error_report)(struct sock *sk);
^1da177e4 Linus Torvalds 2005-04-16 437 int (*sk_backlog_rcv)(struct sock *sk,
^1da177e4 Linus Torvalds 2005-04-16 438 struct sk_buff *skb);
^1da177e4 Linus Torvalds 2005-04-16 439 void (*sk_destruct)(struct sock *sk);
ef456144d Craig Gallek 2016-01-04 440 struct sock_reuseport __rcu *sk_reuseport_cb;
a4298e452 Eric Dumazet 2016-04-01 441 struct rcu_head sk_rcu;
^1da177e4 Linus Torvalds 2005-04-16 @442 };
^1da177e4 Linus Torvalds 2005-04-16 443
559835ea7 Pravin B Shelar 2013-09-24 444 #define __sk_user_data(sk) ((*((void __rcu **)&(sk)->sk_user_data)))
559835ea7 Pravin B Shelar 2013-09-24 445
559835ea7 Pravin B Shelar 2013-09-24 446 #define rcu_dereference_sk_user_data(sk) rcu_dereference(__sk_user_data((sk)))
559835ea7 Pravin B Shelar 2013-09-24 447 #define rcu_assign_sk_user_data(sk, ptr) rcu_assign_pointer(__sk_user_data((sk)), ptr)
559835ea7 Pravin B Shelar 2013-09-24 448
4a17fd522 Pavel Emelyanov 2012-04-19 449 /*
4a17fd522 Pavel Emelyanov 2012-04-19 450 * SK_CAN_REUSE and SK_NO_REUSE on a socket mean that the socket is OK
:::::: The code at line 442 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2
:::::: TO: Linus Torvalds <torvalds@ppc970.osdl.org>
:::::: CC: Linus Torvalds <torvalds@ppc970.osdl.org>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 6302 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-05 4:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-05 4:29 [net-next:master 57/68] DockBook: include/net/sock.h:442: warning: No description found for parameter 'sk_rcu' kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).