Hi Gur, kernel test robot noticed the following build errors: [auto build test ERROR on 9268abe611b09edc975aa27e6ce829f629352ff4] url: https://github.com/intel-lab-lkp/linux/commits/Gur-Stavi/hinic3-module-initialization-and-tx-rx-logic/20241226-192558 base: 9268abe611b09edc975aa27e6ce829f629352ff4 patch link: https://lore.kernel.org/r/bbf2442dc9feca8bfa13ccfa2497a0e857eb5809.1735206602.git.gur.stavi%40huawei.com patch subject: [PATCH net-next v02 1/1] hinic3: module initialization and tx/rx logic config: um-allyesconfig (https://download.01.org/0day-ci/archive/20241226/202412262337.pslE1avE-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241226/202412262337.pslE1avE-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202412262337.pslE1avE-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): drivers/net/ethernet/huawei/hinic3/hinic3_tx.c: In function 'csum_magic': >> drivers/net/ethernet/huawei/hinic3/hinic3_tx.c:292:17: error: implicit declaration of function 'csum_ipv6_magic'; did you mean 'csum_magic'? [-Werror=implicit-function-declaration] 292 | csum_ipv6_magic(&ip->v6->saddr, &ip->v6->daddr, 0, proto, 0); | ^~~~~~~~~~~~~~~ | csum_magic cc1: some warnings being treated as errors vim +292 drivers/net/ethernet/huawei/hinic3/hinic3_tx.c 287 288 static __sum16 csum_magic(union hinic3_ip *ip, unsigned short proto) 289 { 290 return (ip->v4->version == 4) ? 291 csum_tcpudp_magic(ip->v4->saddr, ip->v4->daddr, 0, proto, 0) : > 292 csum_ipv6_magic(&ip->v6->saddr, &ip->v6->daddr, 0, proto, 0); 293 } 294 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki