netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Sun Shouxin <sunshouxin@chinatelecom.cn>,
	j.vosburgh@gmail.com, vfalico@gmail.com, andy@greyhouse.net,
	davem@davemloft.net, kuba@kernel.org, yoshfuji@linux-ipv6.org,
	dsahern@kernel.org, oliver@neukum.org
Cc: kbuild-all@lists.01.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, huyd12@chinatelecom.cn,
	sunshouxin@chinatelecom.cn
Subject: Re: [PATCH v2 3/4] net:bonding:Add support for IPV6 RLB to balance-alb mode
Date: Tue, 15 Mar 2022 22:37:00 +0800	[thread overview]
Message-ID: <202203152231.edfJfrCg-lkp@intel.com> (raw)
In-Reply-To: <20220315073008.17441-4-sunshouxin@chinatelecom.cn>

Hi Sun,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on bdd6a89de44b9e07d0b106076260d2367fe0e49a]

url:    https://github.com/0day-ci/linux/commits/Sun-Shouxin/net-bonding-Add-support-for-IPV6-RLB-to-balance-alb-mode/20220315-153427
base:   bdd6a89de44b9e07d0b106076260d2367fe0e49a
config: nios2-randconfig-r016-20220314 (https://download.01.org/0day-ci/archive/20220315/202203152231.edfJfrCg-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/e28b865b25b88aec1ae5991aaa525549fb5d1fca
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Sun-Shouxin/net-bonding-Add-support-for-IPV6-RLB-to-balance-alb-mode/20220315-153427
        git checkout e28b865b25b88aec1ae5991aaa525549fb5d1fca
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=nios2 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   nios2-linux-ld: drivers/net/bonding/bond_alb.o: in function `rlb6_update_client':
>> bond_alb.c:(.text+0x874): undefined reference to `ndisc_send_na'
   bond_alb.c:(.text+0x874): relocation truncated to fit: R_NIOS2_CALL26 against `ndisc_send_na'
>> nios2-linux-ld: bond_alb.c:(.text+0x89c): undefined reference to `ndisc_send_na'
   bond_alb.c:(.text+0x89c): relocation truncated to fit: R_NIOS2_CALL26 against `ndisc_send_na'
   nios2-linux-ld: drivers/net/bonding/bond_alb.o: in function `rlb_nd_recv':
>> bond_alb.c:(.text+0x2410): undefined reference to `ipv6_get_ifaddr'
   bond_alb.c:(.text+0x2410): relocation truncated to fit: R_NIOS2_CALL26 against `ipv6_get_ifaddr'
>> nios2-linux-ld: bond_alb.c:(.text+0x2458): undefined reference to `inet6_ifa_finish_destroy'
   bond_alb.c:(.text+0x2458): relocation truncated to fit: R_NIOS2_CALL26 against `inet6_ifa_finish_destroy'

---
0-DAY CI Kernel Test Service
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

  parent reply	other threads:[~2022-03-15 14:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15  7:30 [PATCH v2 0/4] net:bonding:Add support for IPV6 RLB to balance-alb mode Sun Shouxin
2022-03-15  7:30 ` [PATCH v2 1/4] net:ipv6:Refactor ndisc_send_na to support sending na by slave directly Sun Shouxin
2022-03-15  7:30 ` [PATCH v2 2/4] net:ipv6:Export inet6_ifa_finish_destroy and ipv6_get_ifaddr Sun Shouxin
2022-03-15  7:30 ` [PATCH v2 3/4] net:bonding:Add support for IPV6 RLB to balance-alb mode Sun Shouxin
2022-03-15 11:13   ` Jiri Pirko
2022-03-16  8:45     ` 孙守鑫
2022-03-16  8:57       ` Jiri Pirko
2022-03-15 14:37   ` kernel test robot [this message]
2022-03-15  7:30 ` [PATCH v2 4/4] net: usb:Refactor ndisc_send_na Sun Shouxin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202203152231.edfJfrCg-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=andy@greyhouse.net \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=huyd12@chinatelecom.cn \
    --cc=j.vosburgh@gmail.com \
    --cc=kbuild-all@lists.01.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=oliver@neukum.org \
    --cc=sunshouxin@chinatelecom.cn \
    --cc=vfalico@gmail.com \
    --cc=yoshfuji@linux-ipv6.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).