LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Eddie James <eajames@linux.vnet.ibm.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
	gregkh@linuxfoundation.org, devicetree@vger.kernel.org,
	robh+dt@kernel.org, mark.rutland@arm.com,
	bradleyb@fuzziesquirrel.com, cbostic@linux.vnet.ibm.com,
	joel@jms.id.au, eajames@linux.vnet.ibm.com,
	"Edward A. James" <eajames@us.ibm.com>
Subject: Re: [PATCH v5 8/8] drivers/fsi: occ: Add in-kernel API
Date: Fri, 24 Nov 2017 00:56:17 +0800	[thread overview]
Message-ID: <201711240059.E1xFEd1i%fengguang.wu@intel.com> (raw)
In-Reply-To: <1511207217-14075-9-git-send-email-eajames@linux.vnet.ibm.com>

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

Hi Edward,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linus/master]
[also build test ERROR on v4.14 next-20171122]
[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/Eddie-James/drivers-fsi-Add-SBEFIFO-and-OCC-client-drivers/20171123-041813
config: um-allyesconfig (attached as .config)
compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026
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
   (.text+0xab5): 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/auxdisplay/img-ascii-lcd.o: In function `img_ascii_lcd_probe':
   img-ascii-lcd.c:(.text+0x771): undefined reference to `devm_ioremap_resource'
   drivers/fsi/fsi-sbefifo.o: In function `sbefifo_probe':
   fsi-sbefifo.c:(.text+0x2666): undefined reference to `of_platform_device_create'
   drivers/fsi/fsi-occ.o: In function `occ_probe':
>> fsi-occ.c:(.text+0x1561): undefined reference to `of_platform_device_create'
   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: 19836 bytes --]

      parent reply	other threads:[~2017-11-23 16:56 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-20 19:46 [PATCH v5 0/8] drivers/fsi: Add SBEFIFO and OCC client drivers Eddie James
2017-11-20 19:46 ` [PATCH v5 1/8] dt-bindings: fsi: Add SBEFIFO documentation Eddie James
2017-11-20 21:35   ` Rob Herring
2017-11-20 19:46 ` [PATCH v5 2/8] drivers/fsi: Add SBEFIFO FSI client device driver Eddie James
2017-11-20 19:46 ` [PATCH v5 3/8] drivers/fsi: sbefifo: Add miscdevice Eddie James
2017-11-20 19:46 ` [PATCH v5 4/8] drivers/fsi: sbefifo: Add in-kernel API Eddie James
2017-11-23  9:50   ` kbuild test robot
2017-11-20 19:46 ` [PATCH v5 5/8] dt-bindings: fsi: Add OCC documentation Eddie James
2017-11-20 21:39   ` Rob Herring
2017-11-20 22:03     ` Eddie James
2017-11-20 23:41       ` Rob Herring
2017-11-20 19:46 ` [PATCH v5 6/8] drivers/fsi: Add On-Chip Controller (OCC) driver Eddie James
2017-11-20 19:46 ` [PATCH v5 7/8] drivers/fsi: occ: Add miscdevice Eddie James
2017-11-20 19:46 ` [PATCH v5 8/8] drivers/fsi: occ: Add in-kernel API Eddie James
2017-11-23 16:33   ` kbuild test robot
2017-11-23 16:56   ` kbuild test robot [this message]

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=201711240059.E1xFEd1i%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=bradleyb@fuzziesquirrel.com \
    --cc=cbostic@linux.vnet.ibm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=eajames@linux.vnet.ibm.com \
    --cc=eajames@us.ibm.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=joel@jms.id.au \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.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).