[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201901220518.Uu5MNBZi%fengguang.wu@intel.com>
Date: Tue, 22 Jan 2019 05:16:22 +0800
From: kbuild test robot <lkp@...el.com>
To: Matteo Croce <mcroce@...hat.com>
Cc: kbuild-all@...org, lvs-devel@...r.kernel.org,
netdev@...r.kernel.org, netfilter-devel@...r.kernel.org,
coreteam@...filter.org, Wensong Zhang <wensong@...ux-vs.org>,
Simon Horman <horms@...ge.net.au>,
Julian Anastasov <ja@....bg>, Paolo Abeni <pabeni@...hat.com>
Subject: Re: [PATCH ipvs-next] ipvs: use indirect call wrappers
Hi Matteo,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on ipvs-next/master]
url: https://github.com/0day-ci/linux/commits/Matteo-Croce/ipvs-use-indirect-call-wrappers/20190122-022325
base: https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git master
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gnu-gcc (Debian 8.2.0-11) 8.2.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
GCC_VERSION=8.2.0 make.cross ARCH=m68k
All errors (new ones prefixed by >>):
>> net/netfilter//ipvs/ip_vs_core.c:56:10: fatal error: linux/indirect_call_wrapper.h: No such file or directory
#include <linux/indirect_call_wrapper.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
>> net/netfilter//ipvs/ip_vs_proto_tcp.c:31:10: fatal error: linux/indirect_call_wrapper.h: No such file or directory
#include <linux/indirect_call_wrapper.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
>> net/netfilter//ipvs/ip_vs_proto_udp.c:26:10: fatal error: linux/indirect_call_wrapper.h: No such file or directory
#include <linux/indirect_call_wrapper.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
vim +56 net/netfilter//ipvs/ip_vs_core.c
54
55 #include <net/ip_vs.h>
> 56 #include <linux/indirect_call_wrapper.h>
57
58
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (45939 bytes)
Powered by blists - more mailing lists