From: kbuild test robot <lkp@intel.com>
To: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: kbuild-all@01.org, davem@davemloft.net, daniel@iogearbox.net,
netdev@vger.kernel.org, Jamal Hadi Salim <jhs@mojatatu.com>
Subject: Re: [net-next PATCH 1/1] net_sched fix: reclassification needs to consider ether protocol changes
Date: Tue, 16 Feb 2016 04:00:04 +0800 [thread overview]
Message-ID: <201602160329.hvArITOg%fengguang.wu@intel.com> (raw)
In-Reply-To: <1455565749-30951-1-git-send-email-jhs@emojatatu.com>
[-- Attachment #1: Type: text/plain, Size: 1798 bytes --]
Hi Jamal,
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Jamal-Hadi-Salim/net_sched-fix-reclassification-needs-to-consider-ether-protocol-changes/20160216-035147
config: i386-randconfig-x008-201607 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
net/sched/sch_api.c: In function 'tc_classify':
>> net/sched/sch_api.c:1832:23: error: 'protocol' undeclared (first use in this function)
if (tp->protocol != protocol &&
^
net/sched/sch_api.c:1832:23: note: each undeclared identifier is reported only once for each function it appears in
vim +/protocol +1832 net/sched/sch_api.c
3b3ae880 Daniel Borkmann 2015-08-26 1826 reclassify:
bd4d9963 Jamal Hadi Salim 2016-02-15 1827 protocol = tc_skb_protocol(skb);
3b3ae880 Daniel Borkmann 2015-08-26 1828 #endif
25d8c0d5 John Fastabend 2014-09-12 1829 for (; tp; tp = rcu_dereference_bh(tp->next)) {
3b3ae880 Daniel Borkmann 2015-08-26 1830 int err;
3b3ae880 Daniel Borkmann 2015-08-26 1831
cc7ec456 Eric Dumazet 2011-01-19 @1832 if (tp->protocol != protocol &&
cc7ec456 Eric Dumazet 2011-01-19 1833 tp->protocol != htons(ETH_P_ALL))
cc7ec456 Eric Dumazet 2011-01-19 1834 continue;
cc7ec456 Eric Dumazet 2011-01-19 1835
:::::: The code at line 1832 was first introduced by commit
:::::: cc7ec456f82da7f89a5b376e613b3ac4311b3e9a net_sched: cleanups
:::::: TO: Eric Dumazet <eric.dumazet@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: 22583 bytes --]
next prev parent reply other threads:[~2016-02-15 20:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 19:49 [net-next PATCH 1/1] net_sched fix: reclassification needs to consider ether protocol changes Jamal Hadi Salim
2016-02-15 20:00 ` kbuild test robot [this message]
2016-02-15 20:59 ` Daniel Borkmann
2016-02-16 12:12 ` Jamal Hadi Salim
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=201602160329.hvArITOg%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=jhs@mojatatu.com \
--cc=kbuild-all@01.org \
--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