From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryder Lee Subject: Re: next-20170626 build: 1 failures 1 warnings (next-20170626) Date: Tue, 27 Jun 2017 17:21:39 +0800 Message-ID: <1498555299.1745.2.camel@mtkswgap22> References: <20170626115653.e4xs4lk4paibuphx@sirena.org.uk> <1498481507.6075.10.camel@mtkswgap22> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-pci-owner@vger.kernel.org To: Arnd Bergmann Cc: Mark Brown , Lorenzo Pieralisi , Kernel Build Reports Mailman List , linux-pci , Linux-Next Mailing List , Bjorn Helgaas , linaro-kernel@lists.linaro.org, Linux ARM , Andrew Morton , Stephen Rothwell List-Id: linux-next.vger.kernel.org On Tue, 2017-06-27 at 09:36 +0200, Arnd Bergmann wrote: > On Mon, Jun 26, 2017 at 2:51 PM, Ryder Lee wrote: > > On Mon, 2017-06-26 at 12:56 +0100, Mark Brown wrote: > >> On Mon, Jun 26, 2017 at 09:47:36AM +0100, Build bot for Mark Brown wrote: > >> > >> This build failure is still present in -next: > >> > >> > arm-allmodconfig > >> > ../drivers/pci/host/pcie-mediatek.c:485:8: error: implicit declaration of function 'pci_register_host_bridge' [-Werror=implicit-function-declaration] > >> > >> and we're at -rc7 now. > > > > Hi Mark, > > > > This is due to we are in different branch but merge together... > > > > Anyway, I could send a critical patch, but I need Bjorn help to apply to > > -next. Seems he didn't response these days. > > > > Not sure how could I send it? > > It's really something that Bjorn needs to fix by applying your patch, > but if he's currently not able to do that for some reason, a possible > workaround would be for either Stephen Rothwell to apply your fixup > on linux-next, or Andrew Morton to add it to his mmotm tree, either > way it will be part of linux-next and on top of the pci-next tree, > until Bjorn applies it. > > Please re-send your patch to both of them, with Bjorn on Cc. > > Arnd Okay, Thanks for your suggestion! Ryder From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Message-ID: <1498555299.1745.2.camel@mtkswgap22> Subject: Re: next-20170626 build: 1 failures 1 warnings (next-20170626) From: Ryder Lee To: Arnd Bergmann Date: Tue, 27 Jun 2017 17:21:39 +0800 In-Reply-To: References: <20170626115653.e4xs4lk4paibuphx@sirena.org.uk> <1498481507.6075.10.camel@mtkswgap22> MIME-Version: 1.0 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux ARM , Stephen Rothwell , Lorenzo Pieralisi , Kernel Build Reports Mailman List , linux-pci , Mark Brown , Linux-Next Mailing List , Bjorn Helgaas , Andrew Morton , linaro-kernel@lists.linaro.org Content-Type: text/plain; charset="us-ascii" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+bjorn=helgaas.com@lists.infradead.org List-ID: On Tue, 2017-06-27 at 09:36 +0200, Arnd Bergmann wrote: > On Mon, Jun 26, 2017 at 2:51 PM, Ryder Lee wrote: > > On Mon, 2017-06-26 at 12:56 +0100, Mark Brown wrote: > >> On Mon, Jun 26, 2017 at 09:47:36AM +0100, Build bot for Mark Brown wrote: > >> > >> This build failure is still present in -next: > >> > >> > arm-allmodconfig > >> > ../drivers/pci/host/pcie-mediatek.c:485:8: error: implicit declaration of function 'pci_register_host_bridge' [-Werror=implicit-function-declaration] > >> > >> and we're at -rc7 now. > > > > Hi Mark, > > > > This is due to we are in different branch but merge together... > > > > Anyway, I could send a critical patch, but I need Bjorn help to apply to > > -next. Seems he didn't response these days. > > > > Not sure how could I send it? > > It's really something that Bjorn needs to fix by applying your patch, > but if he's currently not able to do that for some reason, a possible > workaround would be for either Stephen Rothwell to apply your fixup > on linux-next, or Andrew Morton to add it to his mmotm tree, either > way it will be part of linux-next and on top of the pci-next tree, > until Bjorn applies it. > > Please re-send your patch to both of them, with Bjorn on Cc. > > Arnd Okay, Thanks for your suggestion! Ryder _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: ryder.lee@mediatek.com (Ryder Lee) Date: Tue, 27 Jun 2017 17:21:39 +0800 Subject: next-20170626 build: 1 failures 1 warnings (next-20170626) In-Reply-To: References: <20170626115653.e4xs4lk4paibuphx@sirena.org.uk> <1498481507.6075.10.camel@mtkswgap22> Message-ID: <1498555299.1745.2.camel@mtkswgap22> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 2017-06-27 at 09:36 +0200, Arnd Bergmann wrote: > On Mon, Jun 26, 2017 at 2:51 PM, Ryder Lee wrote: > > On Mon, 2017-06-26 at 12:56 +0100, Mark Brown wrote: > >> On Mon, Jun 26, 2017 at 09:47:36AM +0100, Build bot for Mark Brown wrote: > >> > >> This build failure is still present in -next: > >> > >> > arm-allmodconfig > >> > ../drivers/pci/host/pcie-mediatek.c:485:8: error: implicit declaration of function 'pci_register_host_bridge' [-Werror=implicit-function-declaration] > >> > >> and we're at -rc7 now. > > > > Hi Mark, > > > > This is due to we are in different branch but merge together... > > > > Anyway, I could send a critical patch, but I need Bjorn help to apply to > > -next. Seems he didn't response these days. > > > > Not sure how could I send it? > > It's really something that Bjorn needs to fix by applying your patch, > but if he's currently not able to do that for some reason, a possible > workaround would be for either Stephen Rothwell to apply your fixup > on linux-next, or Andrew Morton to add it to his mmotm tree, either > way it will be part of linux-next and on top of the pci-next tree, > until Bjorn applies it. > > Please re-send your patch to both of them, with Bjorn on Cc. > > Arnd Okay, Thanks for your suggestion! Ryder