Hi Eric, [auto build test WARNING on net-next/master -- if it's inappropriate base, please ignore]
reproduce: make htmldocs
All warnings (new ones prefixed by >>):
include/linux/skbuff.h:833: warning: No description found for parameter 'sk'
include/net/sock.h:458: warning: Excess struct/union/enum/typedef member
'sk_flags' description in 'sock'
>> include/net/sock.h:458: warning: Excess struct/union/enum/typedef member
>> 'sk_rxhash' description in 'sock'
include/net/sock.h:458: warning: Excess struct/union/enum/typedef member
'sk_incoming_cpu' description in 'sock'
net/core/gen_stats.c:155: warning: No description found for parameter 'cpu'
net/core/gen_estimator.c:212: warning: No description found for parameter
'cpu_bstats'
net/core/gen_estimator.c:303: warning: No description found for parameter
'cpu_bstats'
net/core/dev.c:6102: warning: No description found for parameter 'len'
include/linux/netdevice.h:1291: warning: Enum value
'IFF_XMIT_DST_RELEASE_PERM' not described in enum 'netdev_priv_flags'
include/linux/netdevice.h:1291: warning: Enum value 'IFF_IPVLAN_MASTER' not
described in enum 'netdev_priv_flags'
include/linux/netdevice.h:1291: warning: Enum value 'IFF_IPVLAN_SLAVE' not
described in enum 'netdev_priv_flags'
include/linux/netdevice.h:1791: warning: No description found for parameter
'ptype_all'
include/linux/netdevice.h:1791: warning: No description found for parameter
'ptype_specific'
vim +458 include/net/sock.h
^1da177e4 Linus Torvalds 2005-04-16 442 int
sk_write_pending;
d5f642384 Alexey Dobriyan 2008-11-04 443 #ifdef CONFIG_SECURITY
^1da177e4 Linus Torvalds 2005-04-16 444 void
*sk_security;
d5f642384 Alexey Dobriyan 2008-11-04 445 #endif
4a19ec580 Laszlo Attila Toth 2008-01-30 446 __u32 sk_mark;
e181a5430 Mathias Krause 2015-07-19 447 #ifdef CONFIG_CGROUP_NET_CLASSID
f84517253 Herbert Xu 2010-05-24 448 u32
sk_classid;
e181a5430 Mathias Krause 2015-07-19 449 #endif
e1aab161e Glauber Costa 2011-12-11 450 struct cg_proto
*sk_cgrp;
^1da177e4 Linus Torvalds 2005-04-16 451 void
(*sk_state_change)(struct sock *sk);
676d23690 David S. Miller 2014-04-11 452 void
(*sk_data_ready)(struct sock *sk);
^1da177e4 Linus Torvalds 2005-04-16 453 void
(*sk_write_space)(struct sock *sk);
^1da177e4 Linus Torvalds 2005-04-16 454 void
(*sk_error_report)(struct sock *sk);
^1da177e4 Linus Torvalds 2005-04-16 455 int
(*sk_backlog_rcv)(struct sock *sk,
^1da177e4 Linus Torvalds 2005-04-16 456
struct sk_buff *skb);
^1da177e4 Linus Torvalds 2005-04-16 457 void
(*sk_destruct)(struct sock *sk);
^1da177e4 Linus Torvalds 2005-04-16 @458 };
^1da177e4 Linus Torvalds 2005-04-16 459
559835ea7 Pravin B Shelar 2013-09-24 460 #define __sk_user_data(sk)
((*((void __rcu **)&(sk)->sk_user_data)))
559835ea7 Pravin B Shelar 2013-09-24 461
559835ea7 Pravin B Shelar 2013-09-24 462 #define
rcu_dereference_sk_user_data(sk) rcu_dereference(__sk_user_data((sk)))
559835ea7 Pravin B Shelar 2013-09-24 463 #define
rcu_assign_sk_user_data(sk, ptr) rcu_assign_pointer(__sk_user_data((sk)), ptr)
559835ea7 Pravin B Shelar 2013-09-24 464
4a17fd522 Pavel Emelyanov 2012-04-19 465 /*
4a17fd522 Pavel Emelyanov 2012-04-19 466 * SK_CAN_REUSE and SK_NO_REUSE
on a socket mean that the socket is OK
:::::: The code at line 458 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2
:::::: TO: Linus Torvalds <[email protected]>
:::::: CC: Linus Torvalds <[email protected]>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: Binary data
