From: kbuild test robot <lkp@intel.com>
To: Lorenzo Colitti <lorenzo@google.com>
Cc: kbuild-all@01.org, netdev@vger.kernel.org, ek@google.com,
eric.dumazet@gmail.com, davem@davemloft.net,
dsa@cumulusnetworks.com, Lorenzo Colitti <lorenzo@google.com>
Subject: Re: [PATCH net-next] net: inet: diag: expose the socket mark to privileged processes.
Date: Wed, 7 Sep 2016 19:20:35 +0800 [thread overview]
Message-ID: <201609071915.KyheN4G0%fengguang.wu@intel.com> (raw)
In-Reply-To: <1473240756-101966-1-git-send-email-lorenzo@google.com>
[-- Attachment #1: Type: text/plain, Size: 1935 bytes --]
Hi Lorenzo,
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Lorenzo-Colitti/net-inet-diag-expose-the-socket-mark-to-privileged-processes/20160907-181944
config: i386-randconfig-s1-201636 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
net/sctp/sctp_diag.c: In function 'inet_sctp_diag_fill':
>> net/sctp/sctp_diag.c:136:6: error: too few arguments to function 'inet_diag_msg_attrs_fill'
if (inet_diag_msg_attrs_fill(sk, skb, r, ext, user_ns))
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from net/sctp/sctp_diag.c:2:0:
include/linux/inet_diag.h:57:5: note: declared here
int inet_diag_msg_attrs_fill(struct sock *sk, struct sk_buff *skb,
^~~~~~~~~~~~~~~~~~~~~~~~
vim +/inet_diag_msg_attrs_fill +136 net/sctp/sctp_diag.c
8f840e47 Xin Long 2016-04-14 130 inet_diag_msg_common_fill(r, sk);
8f840e47 Xin Long 2016-04-14 131 r->idiag_state = sk->sk_state;
8f840e47 Xin Long 2016-04-14 132 r->idiag_timer = 0;
8f840e47 Xin Long 2016-04-14 133 r->idiag_retrans = 0;
8f840e47 Xin Long 2016-04-14 134 }
8f840e47 Xin Long 2016-04-14 135
8f840e47 Xin Long 2016-04-14 @136 if (inet_diag_msg_attrs_fill(sk, skb, r, ext, user_ns))
8f840e47 Xin Long 2016-04-14 137 goto errout;
8f840e47 Xin Long 2016-04-14 138
8f840e47 Xin Long 2016-04-14 139 if (ext & (1 << (INET_DIAG_SKMEMINFO - 1))) {
:::::: The code at line 136 was first introduced by commit
:::::: 8f840e47f190cbe61a96945c13e9551048d42cef sctp: add the sctp_diag.c file
:::::: TO: Xin Long <lucien.xin@gmail.com>
:::::: CC: David S. Miller <davem@davemloft.net>
---
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: 27986 bytes --]
next prev parent reply other threads:[~2016-09-07 11:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-07 9:32 [PATCH net-next] net: inet: diag: expose the socket mark to privileged processes Lorenzo Colitti
2016-09-07 9:48 ` Lorenzo Colitti
2016-09-07 11:20 ` kbuild test robot [this message]
2016-09-07 15:47 ` Lorenzo Colitti
2016-09-07 11:32 ` kbuild test robot
2016-09-07 20:33 ` kbuild test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201609071915.KyheN4G0%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=davem@davemloft.net \
--cc=dsa@cumulusnetworks.com \
--cc=ek@google.com \
--cc=eric.dumazet@gmail.com \
--cc=kbuild-all@01.org \
--cc=lorenzo@google.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox