linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* xilinx_axienet_main.c:undefined reference to `devm_ioremap_resource'
@ 2020-06-20  8:58 kernel test robot
  2020-06-23 21:27 ` Brendan Higgins
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2020-06-20  8:58 UTC (permalink / raw)
  To: Brendan Higgins; +Cc: kbuild-all, linux-kernel, Greg Kroah-Hartman, David Gow

[-- Attachment #1: Type: text/plain, Size: 1291 bytes --]

Hi Brendan,

It's probably a bug fix that unveils the link errors.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   4333a9b0b67bb4e8bcd91bdd80da80b0ec151162
commit: 1af73a25e6e7d9f2f1e2a14259cc9ffce6d8f6d4 staging: exfat: fix multiple definition error of `rename_file'
date:   6 months ago
config: um-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
reproduce (this is a W=1 build):
        git checkout 1af73a25e6e7d9f2f1e2a14259cc9ffce6d8f6d4
        # save the attached .config to linux build tree
        make W=1 ARCH=um 

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 >>):

   /usr/bin/ld: drivers/net/ethernet/xilinx/xilinx_axienet_main.o: in function `axienet_probe':
>> xilinx_axienet_main.c:(.text+0x1aa6): undefined reference to `devm_ioremap_resource'
>> /usr/bin/ld: xilinx_axienet_main.c:(.text+0x1d06): undefined reference to `devm_ioremap_resource'
   /usr/bin/ld: xilinx_axienet_main.c:(.text+0x2001): undefined reference to `devm_ioremap_resource'
   collect2: error: ld returned 1 exit status

---
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: 21946 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: xilinx_axienet_main.c:undefined reference to `devm_ioremap_resource'
  2020-06-20  8:58 xilinx_axienet_main.c:undefined reference to `devm_ioremap_resource' kernel test robot
@ 2020-06-23 21:27 ` Brendan Higgins
  2020-06-24  6:40   ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Brendan Higgins @ 2020-06-23 21:27 UTC (permalink / raw)
  To: kernel test robot, radheys, michals
  Cc: kbuild-all, Linux Kernel Mailing List, Greg Kroah-Hartman, David Gow

On Sat, Jun 20, 2020 at 1:59 AM kernel test robot <lkp@intel.com> wrote:
>
> Hi Brendan,
>
> It's probably a bug fix that unveils the link errors.
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   4333a9b0b67bb4e8bcd91bdd80da80b0ec151162
> commit: 1af73a25e6e7d9f2f1e2a14259cc9ffce6d8f6d4 staging: exfat: fix multiple definition error of `rename_file'
> date:   6 months ago
> config: um-allyesconfig (attached as .config)
> compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
> reproduce (this is a W=1 build):
>         git checkout 1af73a25e6e7d9f2f1e2a14259cc9ffce6d8f6d4
>         # save the attached .config to linux build tree
>         make W=1 ARCH=um
>
> 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 >>):
>
>    /usr/bin/ld: drivers/net/ethernet/xilinx/xilinx_axienet_main.o: in function `axienet_probe':
> >> xilinx_axienet_main.c:(.text+0x1aa6): undefined reference to `devm_ioremap_resource'
> >> /usr/bin/ld: xilinx_axienet_main.c:(.text+0x1d06): undefined reference to `devm_ioremap_resource'
>    /usr/bin/ld: xilinx_axienet_main.c:(.text+0x2001): undefined reference to `devm_ioremap_resource'
>    collect2: error: ld returned 1 exit status

I posted a fix for this months ago:

https://patchwork.ozlabs.org/project/linux-um/patch/20191211192742.95699-4-brendanhiggins@google.com/

I thought it got picked up by the maintainer.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: xilinx_axienet_main.c:undefined reference to `devm_ioremap_resource'
  2020-06-23 21:27 ` Brendan Higgins
@ 2020-06-24  6:40   ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2020-06-24  6:40 UTC (permalink / raw)
  To: Brendan Higgins, kernel test robot, radheys
  Cc: kbuild-all, Linux Kernel Mailing List, Greg Kroah-Hartman,
	David Gow, netdev, davem



On 23. 06. 20 23:27, Brendan Higgins wrote:
> On Sat, Jun 20, 2020 at 1:59 AM kernel test robot <lkp@intel.com> wrote:
>>
>> Hi Brendan,
>>
>> It's probably a bug fix that unveils the link errors.
>>
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head:   4333a9b0b67bb4e8bcd91bdd80da80b0ec151162
>> commit: 1af73a25e6e7d9f2f1e2a14259cc9ffce6d8f6d4 staging: exfat: fix multiple definition error of `rename_file'
>> date:   6 months ago
>> config: um-allyesconfig (attached as .config)
>> compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
>> reproduce (this is a W=1 build):
>>         git checkout 1af73a25e6e7d9f2f1e2a14259cc9ffce6d8f6d4
>>         # save the attached .config to linux build tree
>>         make W=1 ARCH=um
>>
>> 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 >>):
>>
>>    /usr/bin/ld: drivers/net/ethernet/xilinx/xilinx_axienet_main.o: in function `axienet_probe':
>>>> xilinx_axienet_main.c:(.text+0x1aa6): undefined reference to `devm_ioremap_resource'
>>>> /usr/bin/ld: xilinx_axienet_main.c:(.text+0x1d06): undefined reference to `devm_ioremap_resource'
>>    /usr/bin/ld: xilinx_axienet_main.c:(.text+0x2001): undefined reference to `devm_ioremap_resource'
>>    collect2: error: ld returned 1 exit status
> 
> I posted a fix for this months ago:
> 
> https://patchwork.ozlabs.org/project/linux-um/patch/20191211192742.95699-4-brendanhiggins@google.com/
> 
> I thought it got picked up by the maintainer.
> 

Can you please send it again?

Thanks,
Michal

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-24  6:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-20  8:58 xilinx_axienet_main.c:undefined reference to `devm_ioremap_resource' kernel test robot
2020-06-23 21:27 ` Brendan Higgins
2020-06-24  6:40   ` Michal Simek

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).