* next-20170626 build: 1 failures 1 warnings (next-20170626)
@ 2017-06-26 8:47 Build bot for Mark Brown
2017-06-26 11:56 ` Mark Brown
0 siblings, 1 reply; 5+ messages in thread
From: Build bot for Mark Brown @ 2017-06-26 8:47 UTC (permalink / raw)
To: kernel-build-reports, linaro-kernel, linux-next
Tree/Branch: next-20170626
Git describe: next-20170626
Commit: 875cf0958e Add linux-next specific files for 20170626
Build Time: 0 min 9 sec
Passed: 6 / 7 ( 85.71 %)
Failed: 1 / 7 ( 14.29 %)
Errors: 1
Warnings: 1
Section Mismatches: 0
Failed defconfigs:
arm-allmodconfig
Errors:
arm-allmodconfig
../drivers/pci/host/pcie-mediatek.c:485:8: error: implicit declaration of function 'pci_register_host_bridge' [-Werror=implicit-function-declaration]
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
1 warnings 0 mismatches : arm-allmodconfig
-------------------------------------------------------------------------------
Errors summary: 1
1 ../drivers/pci/host/pcie-mediatek.c:485:8: error: implicit declaration of function 'pci_register_host_bridge' [-Werror=implicit-function-declaration]
Warnings Summary: 1
1 ../drivers/staging/media/imx/imx-media-of.c:216:4: warning: 'remote_np' may be used uninitialized in this function [-Wmaybe-uninitialized]
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
arm-allmodconfig : FAIL, 1 errors, 1 warnings, 0 section mismatches
Errors:
../drivers/pci/host/pcie-mediatek.c:485:8: error: implicit declaration of function 'pci_register_host_bridge' [-Werror=implicit-function-declaration]
Warnings:
../drivers/staging/media/imx/imx-media-of.c:216:4: warning: 'remote_np' may be used uninitialized in this function [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm-multi_v5_defconfig
arm-multi_v7_defconfig
x86_64-defconfig
arm-allnoconfig
x86_64-allnoconfig
arm-multi_v4t_defconfig
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: next-20170626 build: 1 failures 1 warnings (next-20170626) 2017-06-26 8:47 next-20170626 build: 1 failures 1 warnings (next-20170626) Build bot for Mark Brown @ 2017-06-26 11:56 ` Mark Brown 2017-06-26 12:51 ` Ryder Lee 0 siblings, 1 reply; 5+ messages in thread From: Mark Brown @ 2017-06-26 11:56 UTC (permalink / raw) To: Ryder Lee, lorenzo.pieralisi, Bjorn Helgaas Cc: kernel-build-reports, linaro-kernel, linux-next, linux-arm-kernel, linux-pci [-- Attachment #1: Type: text/plain, Size: 318 bytes --] 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. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: next-20170626 build: 1 failures 1 warnings (next-20170626) 2017-06-26 11:56 ` Mark Brown @ 2017-06-26 12:51 ` Ryder Lee 2017-06-27 7:36 ` Arnd Bergmann 0 siblings, 1 reply; 5+ messages in thread From: Ryder Lee @ 2017-06-26 12:51 UTC (permalink / raw) To: Mark Brown Cc: lorenzo.pieralisi, Bjorn Helgaas, kernel-build-reports, linaro-kernel, linux-next, linux-arm-kernel, linux-pci 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? Ryder. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: next-20170626 build: 1 failures 1 warnings (next-20170626) 2017-06-26 12:51 ` Ryder Lee @ 2017-06-27 7:36 ` Arnd Bergmann 2017-06-27 9:21 ` Ryder Lee 0 siblings, 1 reply; 5+ messages in thread From: Arnd Bergmann @ 2017-06-27 7:36 UTC (permalink / raw) To: Ryder Lee Cc: Mark Brown, Lorenzo Pieralisi, Kernel Build Reports Mailman List, linux-pci, Linux-Next Mailing List, Bjorn Helgaas, linaro-kernel, Linux ARM, Andrew Morton, Stephen Rothwell On Mon, Jun 26, 2017 at 2:51 PM, Ryder Lee <ryder.lee@mediatek.com> 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: next-20170626 build: 1 failures 1 warnings (next-20170626) 2017-06-27 7:36 ` Arnd Bergmann @ 2017-06-27 9:21 ` Ryder Lee 0 siblings, 0 replies; 5+ messages in thread From: Ryder Lee @ 2017-06-27 9:21 UTC (permalink / raw) To: Arnd Bergmann Cc: Mark Brown, Lorenzo Pieralisi, Kernel Build Reports Mailman List, linux-pci, Linux-Next Mailing List, Bjorn Helgaas, linaro-kernel, Linux ARM, Andrew Morton, Stephen Rothwell On Tue, 2017-06-27 at 09:36 +0200, Arnd Bergmann wrote: > On Mon, Jun 26, 2017 at 2:51 PM, Ryder Lee <ryder.lee@mediatek.com> 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-06-27 9:21 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-06-26 8:47 next-20170626 build: 1 failures 1 warnings (next-20170626) Build bot for Mark Brown 2017-06-26 11:56 ` Mark Brown 2017-06-26 12:51 ` Ryder Lee 2017-06-27 7:36 ` Arnd Bergmann 2017-06-27 9:21 ` Ryder Lee
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox