netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Sven Van Asbroeck <thesven73@gmail.com>
Cc: kbuild-all@01.org, netdev@vger.kernel.org
Subject: Re: [PATCH v9 3/6] anybus-s: support the Arcx anybus controller
Date: Mon, 25 Mar 2019 17:22:08 +0800	[thread overview]
Message-ID: <201903251746.rbO1PRjG%lkp@intel.com> (raw)
In-Reply-To: <20190318180927.24620-4-TheSven73@gmail.com>

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

Hi Sven,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]
[also build test ERROR on v5.1-rc2 next-20190325]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Sven-Van-Asbroeck/Add-Fieldbus-subsystem-support-HMS-Profinet-card/20190320-090216
config: um-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=um 

All errors (new ones prefixed by >>):

   arch/um/drivers/vde.o: In function `vde_open_real':
   (.text+0x951): warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
   (.text+0x79c): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
   arch/um/drivers/vector_user.o: In function `user_init_socket_fds':
   vector_user.c:(.text+0x369): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
   arch/um/drivers/pcap.o: In function `pcap_nametoaddr':
   (.text+0xdef5): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
   arch/um/drivers/pcap.o: In function `pcap_nametonetaddr':
   (.text+0xdf95): warning: Using 'getnetbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
   arch/um/drivers/pcap.o: In function `pcap_nametoproto':
   (.text+0xe1b5): warning: Using 'getprotobyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
   arch/um/drivers/pcap.o: In function `pcap_nametoport':
   (.text+0xdfe7): warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
   drivers/staging/fieldbus/anybuss/arcx-anybus.o: In function `controller_probe':
>> arcx-anybus.c:(.text+0x431): undefined reference to `devm_ioremap_resource'
   drivers/staging/fieldbus/anybuss/arcx-anybus.o: In function `create_parallel_regmap':
>> arcx-anybus.c:(.text.unlikely+0xc2): undefined reference to `devm_ioremap_resource'
   collect2: error: ld returned 1 exit status

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 20453 bytes --]

  parent reply	other threads:[~2019-03-25  9:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-18 18:09 [PATCH v9 0/6] Add Fieldbus subsystem + support HMS Profinet card Sven Van Asbroeck
2019-03-18 18:09 ` [PATCH v9 1/6] fieldbus_dev: add Fieldbus Device subsystem Sven Van Asbroeck
2019-03-18 18:09 ` [PATCH v9 2/6] anybus-s: support HMS Anybus-S bus Sven Van Asbroeck
2019-03-18 18:09 ` [PATCH v9 3/6] anybus-s: support the Arcx anybus controller Sven Van Asbroeck
2019-03-25  6:51   ` kbuild test robot
2019-03-25  9:22   ` kbuild test robot [this message]
2019-03-18 18:09 ` [PATCH v9 4/6] dt-bindings: anybus-controller: document devicetree binding Sven Van Asbroeck
2019-03-18 18:09 ` [PATCH v9 5/6] dt-bindings: Add vendor prefix for arcx / Archronix Sven Van Asbroeck
2019-03-18 18:09 ` [PATCH v9 6/6] fieldbus_dev: support HMS Profinet IRT industrial controller Sven Van Asbroeck

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=201903251746.rbO1PRjG%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@01.org \
    --cc=netdev@vger.kernel.org \
    --cc=thesven73@gmail.com \
    /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).