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, pabeni@redhat.com,
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 v5 4/4] net:bonding:Add support for IPV6 RLB to balance-alb mode
Date: Tue, 22 Mar 2022 04:11:29 +0800 [thread overview]
Message-ID: <202203220325.jryz7YMX-lkp@intel.com> (raw)
In-Reply-To: <20220321084704.36370-5-sunshouxin@chinatelecom.cn>
Hi Sun,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on 092d992b76ed9d06389af0bc5efd5279d7b1ed9f]
url: https://github.com/0day-ci/linux/commits/Sun-Shouxin/Add-support-for-IPV6-RLB-to-balance-alb-mode/20220321-164934
base: 092d992b76ed9d06389af0bc5efd5279d7b1ed9f
config: parisc-buildonly-randconfig-r002-20220320 (https://download.01.org/0day-ci/archive/20220322/202203220325.jryz7YMX-lkp@intel.com/config)
compiler: hppa-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/d84e696c74aa408d01d0e142f8ec11dd5b6410a5
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Sun-Shouxin/Add-support-for-IPV6-RLB-to-balance-alb-mode/20220321-164934
git checkout d84e696c74aa408d01d0e142f8ec11dd5b6410a5
# 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=parisc 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 >>):
hppa-linux-ld: drivers/net/phy/micrel.o: in function `lan8814_ts_info':
(.text+0xd74): undefined reference to `ptp_clock_index'
hppa-linux-ld: drivers/net/phy/micrel.o: in function `lan8814_probe':
(.text+0x2ee8): undefined reference to `ptp_clock_register'
hppa-linux-ld: drivers/net/bonding/bond_alb.o: in function `rlb_nd_recv':
>> (.text+0x2538): undefined reference to `ipv6_get_ifaddr'
>> hppa-linux-ld: (.text+0x25d0): undefined reference to `inet6_ifa_finish_destroy'
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for MICREL_PHY
Depends on NETDEVICES && PHYLIB && PTP_1588_CLOCK_OPTIONAL
Selected by
- KS8851_MLL && NETDEVICES && ETHERNET && NET_VENDOR_MICREL && HAS_IOMEM
Selected by
- KS8851 && NETDEVICES && ETHERNET && NET_VENDOR_MICREL && SPI
--
0-DAY CI Kernel Test Service
https://01.org/lkp
next prev parent reply other threads:[~2022-03-21 20:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 8:47 [PATCH v5 0/4] Add support for IPV6 RLB to balance-alb mode Sun Shouxin
2022-03-21 8:47 ` [PATCH v5 1/4] net:ipv6:Add void *data to ndisc_send_na function Sun Shouxin
2022-03-21 8:47 ` [PATCH v5 2/4] net:ipv6:Refactor ndisc_send_na to support sending na by slave directly Sun Shouxin
2022-03-21 8:47 ` [PATCH v5 3/4] net:ipv6:Export inet6_ifa_finish_destroy and ipv6_get_ifaddr Sun Shouxin
2022-03-21 8:47 ` [PATCH v5 4/4] net:bonding:Add support for IPV6 RLB to balance-alb mode Sun Shouxin
2022-03-21 9:56 ` Jiri Pirko
2022-03-21 20:11 ` kernel test robot [this message]
2022-03-21 23:44 ` kernel test robot
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=202203220325.jryz7YMX-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=pabeni@redhat.com \
--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).