lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 5 Apr 2016 12:29:25 +0800
From:	kbuild test robot <fengguang.wu@...el.com>
To:	Eric Dumazet <edumazet@...gle.com>
Cc:	kbuild-all@...org, netdev@...r.kernel.org
Subject: [net-next:master 57/68] DockBook: include/net/sock.h:442: warning:
 No description found for parameter 'sk_rcu'

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@...970.osdl.org>
:::::: CC: Linus Torvalds <torvalds@...970.osdl.org>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/octet-stream" (6302 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ