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
.config.gz
Description: application/gzip
|