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:	Wed, 8 Jun 2016 08:49:43 +0800
From:	kbuild test robot <fengguang.wu@...el.com>
To:	unlisted-recipients:; (no To-header on input)
Cc:	kbuild-all@...org, netdev@...r.kernel.org,
	Eric Dumazet <edumazet@...gle.com>
Subject: [net-next:master 104/106] DockBook: include/linux/netdevice.h:1867:
 warning: No description found for parameter 'qdisc_running_key'

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head:   34fe76abbea5174e532681e420fb31139909efb4
commit: f9eb8aea2a1e12fc2f584d1627deeb957435a801 [104/106] net_sched: transform qdisc running bit into a seqcount
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   include/linux/skbuff.h:930: warning: No description found for parameter 'sk'
   include/net/sock.h:449: warning: No description found for parameter 'sk_padding'
   include/net/sock.h:449: warning: No description found for parameter 'sk_rcu'
   net/core/gen_stats.c:65: warning: No description found for parameter 'padattr'
   net/core/gen_stats.c:100: warning: No description found for parameter 'padattr'
>> include/linux/netdevice.h:1867: warning: No description found for parameter 'qdisc_running_key'

vim +/qdisc_running_key +1867 include/linux/netdevice.h

32953543 Stephen Hemminger  2009-10-05  1851  	const struct dcbnl_rtnl_ops *dcbnl_ops;
2f90b865 Alexander Duyck    2008-11-20  1852  #endif
4f57c087 John Fastabend     2011-01-17  1853  	u8			num_tc;
4f57c087 John Fastabend     2011-01-17  1854  	struct netdev_tc_txq	tc_to_txq[TC_MAX_QUEUE];
4f57c087 John Fastabend     2011-01-17  1855  	u8			prio_tc_map[TC_BITMASK + 1];
2f90b865 Alexander Duyck    2008-11-20  1856  
d11ead75 Ben Hutchings      2011-11-25  1857  #if IS_ENABLED(CONFIG_FCOE)
4d288d57 Yi Zou             2009-02-27  1858  	unsigned int		fcoe_ddp_xid;
4d288d57 Yi Zou             2009-02-27  1859  #endif
86f8515f Daniel Borkmann    2013-12-29  1860  #if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
5bc1421e Neil Horman        2011-11-22  1861  	struct netprio_map __rcu *priomap;
5bc1421e Neil Horman        2011-11-22  1862  #endif
c1f19b51 Richard Cochran    2010-07-17  1863  	struct phy_device	*phydev;
23d3b8bf Eric Dumazet       2012-09-05  1864  	struct lock_class_key	*qdisc_tx_busylock;
f9eb8aea Eric Dumazet       2016-06-06  1865  	struct lock_class_key	*qdisc_running_key;
d746d707 Anuradha Karuppiah 2015-07-14  1866  	bool			proto_down;
^1da177e Linus Torvalds     2005-04-16 @1867  };
43cb76d9 Greg Kroah-Hartman 2002-04-09  1868  #define to_net_dev(d) container_of(d, struct net_device, dev)
^1da177e Linus Torvalds     2005-04-16  1869  
^1da177e Linus Torvalds     2005-04-16  1870  #define	NETDEV_ALIGN		32
^1da177e Linus Torvalds     2005-04-16  1871  
e8a0464c David S. Miller    2008-07-17  1872  static inline
4f57c087 John Fastabend     2011-01-17  1873  int netdev_get_prio_tc_map(const struct net_device *dev, u32 prio)
4f57c087 John Fastabend     2011-01-17  1874  {
4f57c087 John Fastabend     2011-01-17  1875  	return dev->prio_tc_map[prio & TC_BITMASK];

:::::: The code at line 1867 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" (6370 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ