public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Daniel Scheller <d.scheller.oss@gmail.com>
Cc: kbuild-all@01.org, linux-media@vger.kernel.org,
	mchehab@kernel.org, mchehab@s-opensource.com,
	r.scobie@clear.net.nz, jasmin@anw.at, d_spingler@freenet.de,
	Manfred.Knick@t-online.de, rjkm@metzlerbros.de
Subject: Re: [PATCH RESEND 03/14] [media] ddbridge: bump ddbridge code to version 0.9.29
Date: Fri, 28 Jul 2017 07:02:19 +0800	[thread overview]
Message-ID: <201707280651.3lsXTiST%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170723181630.19526-4-d.scheller.oss@gmail.com>

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

Hi Daniel,

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on next-20170727]
[cannot apply to v4.13-rc2]
[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/Daniel-Scheller/ddbridge-bump-to-ddbridge-0-9-29/20170725-074332
base:   git://linuxtv.org/media_tree.git master
config: x86_64-randconfig-b0-07280453 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/infiniband/hw/hfi1/qsfp.o: In function `i2c_write':
>> qsfp.c:(.text+0x780): multiple definition of `i2c_write'
   drivers/media/pci/ddbridge/ddbridge-i2c.o:ddbridge-i2c.c:(.text+0x7c0): first defined here
   drivers/infiniband/hw/hfi1/qsfp.o: In function `i2c_read':
   qsfp.c:(.text+0x1110): multiple definition of `i2c_read'
   drivers/media/pci/ddbridge/ddbridge-i2c.o:ddbridge-i2c.c:(.text+0x780): first defined here

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

  reply	other threads:[~2017-07-27 23:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-23 18:16 [PATCH RESEND 00/14] ddbridge: bump to ddbridge-0.9.29 Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 01/14] [media] ddbridge: move/reorder functions Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 02/14] [media] ddbridge: split code into multiple files Daniel Scheller
2017-07-27 22:11   ` kbuild test robot
2017-07-23 18:16 ` [PATCH RESEND 03/14] [media] ddbridge: bump ddbridge code to version 0.9.29 Daniel Scheller
2017-07-27 23:02   ` kbuild test robot [this message]
2017-07-23 18:16 ` [PATCH RESEND 04/14] [media] ddbridge: split I/O related functions off from ddbridge.h Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 05/14] [media] ddbridge: split off IRQ handling Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 06/14] [media] ddbridge: split off hardware definitions and mappings Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 07/14] [media] ddbridge: check pointers before dereferencing Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 08/14] [media] ddbridge: only register frontends in fe2 if fe is not NULL Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 09/14] [media] ddbridge: fix possible buffer overflow in ddb_ports_init() Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 10/14] [media] ddbridge: remove unreachable code Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 11/14] [media] ddbridge: fix impossible condition warning Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 12/14] [media] ddbridge: fix dereference before check Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 13/14] [media] ddbridge: Kconfig option to control the MSI modparam default Daniel Scheller
2017-07-23 18:16 ` [PATCH RESEND 14/14] [media] MAINTAINERS: add entry for ddbridge Daniel Scheller
2017-07-25  5:36 ` [PATCH RESEND 00/14] ddbridge: bump to ddbridge-0.9.29 Philipp Hahn
2017-07-25 15:42   ` Daniel Scheller

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=201707280651.3lsXTiST%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=Manfred.Knick@t-online.de \
    --cc=d.scheller.oss@gmail.com \
    --cc=d_spingler@freenet.de \
    --cc=jasmin@anw.at \
    --cc=kbuild-all@01.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=mchehab@s-opensource.com \
    --cc=r.scobie@clear.net.nz \
    --cc=rjkm@metzlerbros.de \
    /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