Hi Lorenzo,

[auto build test WARNING on net-next/master]

url:    
https://github.com/0day-ci/linux/commits/Lorenzo-Colitti/net-core-Add-a-UID-field-to-struct-sock/20161028-020552
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   include/linux/skbuff.h:947: warning: No description found for parameter 'sk'
   include/net/sock.h:450: warning: No description found for parameter 
'sk_padding'
>> include/net/sock.h:450: warning: No description found for parameter 'sk_uid'
   include/net/sock.h:450: warning: No description found for parameter 'sk_rcu'
   include/linux/netdevice.h:1902: warning: No description found for parameter 
'prio_tc_map[TC_BITMASK + 1]'

vim +/sk_uid +450 include/net/sock.h

ef64a54f6 Pavel Emelyanov 2012-02-21  434       __s32                   
sk_peek_off;
^1da177e4 Linus Torvalds  2005-04-16  435       int                     
sk_write_pending;
d5f642384 Alexey Dobriyan 2008-11-04  436  #ifdef CONFIG_SECURITY
^1da177e4 Linus Torvalds  2005-04-16  437       void                    
*sk_security;
d5f642384 Alexey Dobriyan 2008-11-04  438  #endif
2a56a1fec Tejun Heo       2015-12-07  439       struct sock_cgroup_data 
sk_cgrp_data;
baac50bbc Johannes Weiner 2016-01-14  440       struct mem_cgroup       
*sk_memcg;
^1da177e4 Linus Torvalds  2005-04-16  441       void                    
(*sk_state_change)(struct sock *sk);
676d23690 David S. Miller 2014-04-11  442       void                    
(*sk_data_ready)(struct sock *sk);
^1da177e4 Linus Torvalds  2005-04-16  443       void                    
(*sk_write_space)(struct sock *sk);
^1da177e4 Linus Torvalds  2005-04-16  444       void                    
(*sk_error_report)(struct sock *sk);
^1da177e4 Linus Torvalds  2005-04-16  445       int                     
(*sk_backlog_rcv)(struct sock *sk,
^1da177e4 Linus Torvalds  2005-04-16  446                                       
          struct sk_buff *skb);
^1da177e4 Linus Torvalds  2005-04-16  447       void                    
(*sk_destruct)(struct sock *sk);
ef456144d Craig Gallek    2016-01-04  448       struct sock_reuseport __rcu     
*sk_reuseport_cb;
a4298e452 Eric Dumazet    2016-04-01  449       struct rcu_head         sk_rcu;
^1da177e4 Linus Torvalds  2005-04-16 @450  };
^1da177e4 Linus Torvalds  2005-04-16  451  
559835ea7 Pravin B Shelar 2013-09-24  452  #define __sk_user_data(sk) ((*((void 
__rcu **)&(sk)->sk_user_data)))
559835ea7 Pravin B Shelar 2013-09-24  453  
559835ea7 Pravin B Shelar 2013-09-24  454  #define 
rcu_dereference_sk_user_data(sk)     rcu_dereference(__sk_user_data((sk)))
559835ea7 Pravin B Shelar 2013-09-24  455  #define rcu_assign_sk_user_data(sk, 
ptr)     rcu_assign_pointer(__sk_user_data((sk)), ptr)
559835ea7 Pravin B Shelar 2013-09-24  456  
4a17fd522 Pavel Emelyanov 2012-04-19  457  /*
4a17fd522 Pavel Emelyanov 2012-04-19  458   * SK_CAN_REUSE and SK_NO_REUSE on a 
socket mean that the socket is OK

:::::: The code at line 450 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2

:::::: TO: Linus Torvalds <torva...@ppc970.osdl.org>
:::::: CC: Linus Torvalds <torva...@ppc970.osdl.org>

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

Attachment: .config.gz
Description: application/gzip

Reply via email to