From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-next:master 1621/2336] ks8851_common.c:undefined reference to `mdiobus_alloc_size'
Date: Sat, 09 Jan 2021 17:37:57 +0800 [thread overview]
Message-ID: <202101091750.0LpasICf-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2042 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 1c925d2030afd354a02c23500386e620e662622b
commit: ef3631220d2b3d8d14cf64464760505baa60d6ac [1621/2336] net: ks8851: Register MDIO bus and the internal PHY
config: arm-efm32_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.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://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=ef3631220d2b3d8d14cf64464760505baa60d6ac
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout ef3631220d2b3d8d14cf64464760505baa60d6ac
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm
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 >>):
arm-linux-gnueabi-ld: drivers/net/ethernet/micrel/ks8851_common.o: in function `ks8851_probe_common':
>> ks8851_common.c:(.text+0xbf4): undefined reference to `mdiobus_alloc_size'
>> arm-linux-gnueabi-ld: ks8851_common.c:(.text+0xc30): undefined reference to `__mdiobus_register'
>> arm-linux-gnueabi-ld: ks8851_common.c:(.text+0xc3a): undefined reference to `mdiobus_free'
>> arm-linux-gnueabi-ld: ks8851_common.c:(.text+0xccc): undefined reference to `mdiobus_unregister'
arm-linux-gnueabi-ld: drivers/net/ethernet/micrel/ks8851_common.o: in function `ks8851_remove_common':
>> ks8851_common.c:(.text+0xe82): undefined reference to `mdiobus_unregister'
arm-linux-gnueabi-ld: ks8851_common.c:(.text+0xe8a): undefined reference to `mdiobus_free'
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 12691 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Marek Vasut <marex@denx.de>
Cc: kbuild-all@lists.01.org,
Linux Memory Management List <linux-mm@kvack.org>,
Andrew Lunn <andrew@lunn.ch>
Subject: [linux-next:master 1621/2336] ks8851_common.c:undefined reference to `mdiobus_alloc_size'
Date: Sat, 9 Jan 2021 17:37:57 +0800 [thread overview]
Message-ID: <202101091750.0LpasICf-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2008 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 1c925d2030afd354a02c23500386e620e662622b
commit: ef3631220d2b3d8d14cf64464760505baa60d6ac [1621/2336] net: ks8851: Register MDIO bus and the internal PHY
config: arm-efm32_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.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://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=ef3631220d2b3d8d14cf64464760505baa60d6ac
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout ef3631220d2b3d8d14cf64464760505baa60d6ac
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm
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 >>):
arm-linux-gnueabi-ld: drivers/net/ethernet/micrel/ks8851_common.o: in function `ks8851_probe_common':
>> ks8851_common.c:(.text+0xbf4): undefined reference to `mdiobus_alloc_size'
>> arm-linux-gnueabi-ld: ks8851_common.c:(.text+0xc30): undefined reference to `__mdiobus_register'
>> arm-linux-gnueabi-ld: ks8851_common.c:(.text+0xc3a): undefined reference to `mdiobus_free'
>> arm-linux-gnueabi-ld: ks8851_common.c:(.text+0xccc): undefined reference to `mdiobus_unregister'
arm-linux-gnueabi-ld: drivers/net/ethernet/micrel/ks8851_common.o: in function `ks8851_remove_common':
>> ks8851_common.c:(.text+0xe82): undefined reference to `mdiobus_unregister'
arm-linux-gnueabi-ld: ks8851_common.c:(.text+0xe8a): undefined reference to `mdiobus_free'
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 12691 bytes --]
next reply other threads:[~2021-01-09 9:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-09 9:37 kernel test robot [this message]
2021-01-09 9:37 ` [linux-next:master 1621/2336] ks8851_common.c:undefined reference to `mdiobus_alloc_size' 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=202101091750.0LpasICf-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.