Hi mohamedalrshah, [auto build test ERROR on net/master] [also build test ERROR on v4.13-rc5 next-20170816] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/mohamedalrshah/Adding-Agile-SD-TCP-module-and-modifying-Kconfig-and-makefile/20170817-055643 config: ia64-allyesconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 6.2.0 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=ia64 All errors (new ones prefixed by >>): >> net//ipv4/tcp_agilesd.c:169:16: error: initialization from incompatible >> pointer type [-Werror=incompatible-pointer-types] .pkts_acked = agilesdtcp_acked, ^~~~~~~~~~~~~~~~ net//ipv4/tcp_agilesd.c:169:16: note: (near initialization for 'agilesdtcp.pkts_acked') cc1: some warnings being treated as errors vim +169 net//ipv4/tcp_agilesd.c 162 163 static struct tcp_congestion_ops agilesdtcp __read_mostly = { 164 .init = agilesdtcp_init, 165 .ssthresh = agilesdtcp_recalc_ssthresh, 166 .cong_avoid = agilesdtcp_cong_avoid, 167 .set_state = agilesdtcp_state, 168 .undo_cwnd = agilesdtcp_undo_cwnd, > 169 .pkts_acked = agilesdtcp_acked, 170 .owner = THIS_MODULE, 171 .name = "agilesd", 172 }; 173 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: application/gzip