On Wed, Jan 03, 2018 at 05:02:37PM -0800, Jakub Kicinski wrote:
On Thu, 4 Jan 2018 03:53:20 +0800, kbuild test robot wrote:
tree:
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-testing.git
master
head: 6b3b30d0c31ddb2f4d8208c90bc2b4adef47204d
commit: af2cae39f6ab9dc596616d6a28c7772e1dd55e91 [1/4] Merge remote-tracking
branch 'wireless-drivers-next/master'
reproduce:
# apt-get install sparse
git checkout af2cae39f6ab9dc596616d6a28c7772e1dd55e91
make ARCH=x86_64 allmodconfig
make C=1 CF=-D__CHECK_ENDIAN__
drivers/net/netdevsim/bpf.c: In function 'nsim_bpf_setup_tc_block_cb':
>> drivers/net/netdevsim/bpf.c:130:7: error: 'TC_CLSBPF_REPLACE' undeclared
(first use in this function); did you mean 'TC_RED_REPLACE'?
case TC_CLSBPF_REPLACE:
^~~~~~~~~~~~~~~~~
TC_RED_REPLACE
FWIW looks like the tree contains old net-next code and latest net
(linux/master) code. Pulling from net-next will solve this.
:::::: TO: Jakub Kicinski <jakub.kicin...@netronome.com>
:::::: CC: Daniel Borkmann <dan...@iogearbox.net>
Interestingly Daniel and I were not CCed on the report, is this
intentional?
Yeah the above ":::::: TO/CC" lines are for manual addition when
appropriate. They are the author/committer of the commit that last
modified the code line in question.
Thanks,
Fengguang