All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: kbuild test robot <lkp@intel.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	kbuild-all@01.org, Bjorn Helgaas <bhelgaas@google.com>,
	linux-pci@vger.kernel.org, Nadav Haklai <nadavh@marvell.com>,
	Lior Amsalem <alior@marvell.com>, Hanna Hawa <hannah@marvell.com>,
	Yehuda Yitschak <yehuday@marvell.com>,
	Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/3] PCI: host: new PCI host controller driver for Aardvark
Date: Wed, 22 Jun 2016 11:16:07 -0500	[thread overview]
Message-ID: <20160622161607.GD25485@localhost> (raw)
In-Reply-To: <201606111501.h2bC6u5a%fengguang.wu@intel.com>

On Sat, Jun 11, 2016 at 03:09:49PM +0800, kbuild test robot wrote:
> Hi,
> 
> [auto build test ERROR on pci/next]
> [also build test ERROR on v4.7-rc2 next-20160609]
> [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/Thomas-Petazzoni/Aardvark-PCIe-controller-driver-for-Marvell-Armada-3700/20160611-001044
> base:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
> config: x86_64-lkp (attached as .config)
> compiler: gcc-4.9 (Debian 4.9.3-14) 4.9.3
> reproduce:
>         # save the attached .config to linux build tree
>         make ARCH=x86_64 
> 
> All errors (new ones prefixed by >>):
> 
> >> drivers/of/Kconfig:4:error: recursive dependency detected!

Was there a resolution to this?

WARNING: multiple messages have this Message-ID (diff)
From: helgaas@kernel.org (Bjorn Helgaas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] PCI: host: new PCI host controller driver for Aardvark
Date: Wed, 22 Jun 2016 11:16:07 -0500	[thread overview]
Message-ID: <20160622161607.GD25485@localhost> (raw)
In-Reply-To: <201606111501.h2bC6u5a%fengguang.wu@intel.com>

On Sat, Jun 11, 2016 at 03:09:49PM +0800, kbuild test robot wrote:
> Hi,
> 
> [auto build test ERROR on pci/next]
> [also build test ERROR on v4.7-rc2 next-20160609]
> [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/Thomas-Petazzoni/Aardvark-PCIe-controller-driver-for-Marvell-Armada-3700/20160611-001044
> base:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
> config: x86_64-lkp (attached as .config)
> compiler: gcc-4.9 (Debian 4.9.3-14) 4.9.3
> reproduce:
>         # save the attached .config to linux build tree
>         make ARCH=x86_64 
> 
> All errors (new ones prefixed by >>):
> 
> >> drivers/of/Kconfig:4:error: recursive dependency detected!

Was there a resolution to this?

  reply	other threads:[~2016-06-22 16:16 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10 15:54 [PATCH v2 0/3] Aardvark PCIe controller driver for Marvell Armada 3700 Thomas Petazzoni
2016-06-10 15:54 ` Thomas Petazzoni
2016-06-10 15:54 ` [PATCH v2 1/3] dt-bindings: add DT binding for the Aardvark PCIe controller Thomas Petazzoni
2016-06-10 15:54   ` Thomas Petazzoni
2016-06-22 16:16   ` Bjorn Helgaas
2016-06-22 16:16     ` Bjorn Helgaas
2016-06-23 14:10     ` Thomas Petazzoni
2016-06-23 14:10       ` Thomas Petazzoni
2016-06-10 15:54 ` [PATCH v2 2/3] PCI: host: new PCI host controller driver for Aardvark Thomas Petazzoni
2016-06-10 15:54   ` Thomas Petazzoni
2016-06-11  7:09   ` kbuild test robot
2016-06-11  7:09     ` kbuild test robot
2016-06-22 16:16     ` Bjorn Helgaas [this message]
2016-06-22 16:16       ` Bjorn Helgaas
2016-06-22 17:33       ` Thomas Petazzoni
2016-06-22 17:33         ` Thomas Petazzoni
2016-06-22 17:25   ` Bjorn Helgaas
2016-06-22 17:25     ` Bjorn Helgaas
2016-06-30  9:26     ` Thomas Petazzoni
2016-06-30  9:26       ` Thomas Petazzoni
2016-06-10 15:54 ` [PATCH v2 3/3] arm64: dts: marvell: Aardvark PCIe support for Armada 3700 Thomas Petazzoni
2016-06-10 15:54   ` Thomas Petazzoni

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=20160622161607.GD25485@localhost \
    --to=helgaas@kernel.org \
    --cc=alior@marvell.com \
    --cc=andrew@lunn.ch \
    --cc=bhelgaas@google.com \
    --cc=gregory.clement@free-electrons.com \
    --cc=hannah@marvell.com \
    --cc=jason@lakedaemon.net \
    --cc=kbuild-all@01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=nadavh@marvell.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=thomas.petazzoni@free-electrons.com \
    --cc=yehuday@marvell.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 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.